Uses of Class
software.amazon.awssdk.services.s3.model.PutBucketAbacResponse
-
Packages that use PutBucketAbacResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of PutBucketAbacResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return PutBucketAbacResponse Modifier and Type Method Description PutBucketAbacResponseDelegatingS3Client. putBucketAbac(PutBucketAbacRequest putBucketAbacRequest)Sets the attribute-based access control (ABAC) property of the general purpose bucket.default PutBucketAbacResponseS3Client. putBucketAbac(Consumer<PutBucketAbacRequest.Builder> putBucketAbacRequest)Sets the attribute-based access control (ABAC) property of the general purpose bucket.default PutBucketAbacResponseS3Client. putBucketAbac(PutBucketAbacRequest putBucketAbacRequest)Sets the attribute-based access control (ABAC) property of the general purpose bucket.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type PutBucketAbacResponse Modifier and Type Method Description CompletableFuture<PutBucketAbacResponse>DelegatingS3AsyncClient. putBucketAbac(PutBucketAbacRequest putBucketAbacRequest)Sets the attribute-based access control (ABAC) property of the general purpose bucket.default CompletableFuture<PutBucketAbacResponse>S3AsyncClient. putBucketAbac(Consumer<PutBucketAbacRequest.Builder> putBucketAbacRequest)Sets the attribute-based access control (ABAC) property of the general purpose bucket.default CompletableFuture<PutBucketAbacResponse>S3AsyncClient. putBucketAbac(PutBucketAbacRequest putBucketAbacRequest)Sets the attribute-based access control (ABAC) property of the general purpose bucket.
-