Uses of Class
software.amazon.awssdk.services.s3.model.GetBucketAbacRequest
-
Packages that use GetBucketAbacRequest Package Description software.amazon.awssdk.services.s3 software.amazon.awssdk.services.s3.transform -
-
Uses of GetBucketAbacRequest in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 with parameters of type GetBucketAbacRequest Modifier and Type Method Description CompletableFuture<GetBucketAbacResponse>DelegatingS3AsyncClient. getBucketAbac(GetBucketAbacRequest getBucketAbacRequest)Returns the attribute-based access control (ABAC) property of the general purpose bucket.GetBucketAbacResponseDelegatingS3Client. getBucketAbac(GetBucketAbacRequest 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.default GetBucketAbacResponseS3Client. getBucketAbac(GetBucketAbacRequest getBucketAbacRequest)Returns the attribute-based access control (ABAC) property of the general purpose bucket. -
Uses of GetBucketAbacRequest in software.amazon.awssdk.services.s3.transform
Methods in software.amazon.awssdk.services.s3.transform with parameters of type GetBucketAbacRequest Modifier and Type Method Description SdkHttpFullRequestGetBucketAbacRequestMarshaller. marshall(GetBucketAbacRequest getBucketAbacRequest)
-