Uses of Class
software.amazon.awssdk.services.s3.model.PutBucketAbacResponse
Packages that use PutBucketAbacResponse
-
Uses of PutBucketAbacResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return PutBucketAbacResponseModifier and TypeMethodDescriptionDelegatingS3Client.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 PutBucketAbacResponseModifier and TypeMethodDescriptionDelegatingS3AsyncClient.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.