Uses of Class
software.amazon.awssdk.services.s3.model.GetBucketAbacResponse
-
Packages that use GetBucketAbacResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of GetBucketAbacResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return GetBucketAbacResponse Modifier and Type Method Description GetBucketAbacResponseDelegatingS3Client. 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 GetBucketAbacResponse Modifier and Type Method Description CompletableFuture<GetBucketAbacResponse>DelegatingS3AsyncClient. 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.
-