Uses of Class
software.amazon.awssdk.services.s3.model.GetBucketAbacResponse
Packages that use GetBucketAbacResponse
-
Uses of GetBucketAbacResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return GetBucketAbacResponseModifier and TypeMethodDescriptionDelegatingS3Client.getBucketAbac(GetBucketAbacRequest getBucketAbacRequest) Returns the attribute-based access control (ABAC) property of the general purpose bucket.default GetBucketAbacResponseS3Client.getBucketAbac(Consumer<GetBucketAbacRequest.Builder> getBucketAbacRequest) Returns the attribute-based access control (ABAC) property of the general purpose bucket.default GetBucketAbacResponseS3Client.getBucketAbac(GetBucketAbacRequest getBucketAbacRequest) Returns 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 GetBucketAbacResponseModifier and TypeMethodDescriptionDelegatingS3AsyncClient.getBucketAbac(GetBucketAbacRequest getBucketAbacRequest) Returns the attribute-based access control (ABAC) property of the general purpose bucket.default CompletableFuture<GetBucketAbacResponse>S3AsyncClient.getBucketAbac(Consumer<GetBucketAbacRequest.Builder> getBucketAbacRequest) Returns the attribute-based access control (ABAC) property of the general purpose bucket.default CompletableFuture<GetBucketAbacResponse>S3AsyncClient.getBucketAbac(GetBucketAbacRequest getBucketAbacRequest) Returns the attribute-based access control (ABAC) property of the general purpose bucket.