Uses of Class
software.amazon.awssdk.services.s3.model.GetObjectAclResponse
-
Packages that use GetObjectAclResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of GetObjectAclResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return GetObjectAclResponse Modifier and Type Method Description GetObjectAclResponseDelegatingS3Client. getObjectAcl(GetObjectAclRequest getObjectAclRequest)Returns the access control list (ACL) of an object.default GetObjectAclResponseS3Client. getObjectAcl(Consumer<GetObjectAclRequest.Builder> getObjectAclRequest)Returns the access control list (ACL) of an object.default GetObjectAclResponseS3Client. getObjectAcl(GetObjectAclRequest getObjectAclRequest)Returns the access control list (ACL) of an object.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type GetObjectAclResponse Modifier and Type Method Description CompletableFuture<GetObjectAclResponse>DelegatingS3AsyncClient. getObjectAcl(GetObjectAclRequest getObjectAclRequest)Returns the access control list (ACL) of an object.default CompletableFuture<GetObjectAclResponse>S3AsyncClient. getObjectAcl(Consumer<GetObjectAclRequest.Builder> getObjectAclRequest)Returns the access control list (ACL) of an object.default CompletableFuture<GetObjectAclResponse>S3AsyncClient. getObjectAcl(GetObjectAclRequest getObjectAclRequest)Returns the access control list (ACL) of an object.
-