Uses of Class
software.amazon.awssdk.services.s3.model.GetBucketAclResponse
-
Packages that use GetBucketAclResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of GetBucketAclResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return GetBucketAclResponse Modifier and Type Method Description GetBucketAclResponseDelegatingS3Client. getBucketAcl(GetBucketAclRequest getBucketAclRequest)This implementation of theGETaction uses theaclsubresource to return the access control list (ACL) of a bucket.default GetBucketAclResponseS3Client. getBucketAcl(Consumer<GetBucketAclRequest.Builder> getBucketAclRequest)This implementation of theGETaction uses theaclsubresource to return the access control list (ACL) of a bucket.default GetBucketAclResponseS3Client. getBucketAcl(GetBucketAclRequest getBucketAclRequest)This implementation of theGETaction uses theaclsubresource to return the access control list (ACL) of a bucket.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type GetBucketAclResponse Modifier and Type Method Description CompletableFuture<GetBucketAclResponse>DelegatingS3AsyncClient. getBucketAcl(GetBucketAclRequest getBucketAclRequest)This implementation of theGETaction uses theaclsubresource to return the access control list (ACL) of a bucket.default CompletableFuture<GetBucketAclResponse>S3AsyncClient. getBucketAcl(Consumer<GetBucketAclRequest.Builder> getBucketAclRequest)This implementation of theGETaction uses theaclsubresource to return the access control list (ACL) of a bucket.default CompletableFuture<GetBucketAclResponse>S3AsyncClient. getBucketAcl(GetBucketAclRequest getBucketAclRequest)This implementation of theGETaction uses theaclsubresource to return the access control list (ACL) of a bucket.
-