Uses of Interface
software.amazon.awssdk.services.s3.model.PutObjectAclRequest.Builder
Packages that use PutObjectAclRequest.Builder
-
Uses of PutObjectAclRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type PutObjectAclRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<PutObjectAclResponse>S3AsyncClient.putObjectAcl(Consumer<PutObjectAclRequest.Builder> putObjectAclRequest) default PutObjectAclResponseS3Client.putObjectAcl(Consumer<PutObjectAclRequest.Builder> putObjectAclRequest) -
Uses of PutObjectAclRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return PutObjectAclRequest.BuilderModifier and TypeMethodDescriptiondefault PutObjectAclRequest.BuilderPutObjectAclRequest.Builder.accessControlPolicy(Consumer<AccessControlPolicy.Builder> accessControlPolicy) Contains the elements that set the ACL permissions for an object per grantee.PutObjectAclRequest.Builder.accessControlPolicy(AccessControlPolicy accessControlPolicy) Contains the elements that set the ACL permissions for an object per grantee.The canned ACL to apply to the object.PutObjectAclRequest.Builder.acl(ObjectCannedACL acl) The canned ACL to apply to the object.The bucket name that contains the object to which you want to attach the ACL.static PutObjectAclRequest.BuilderPutObjectAclRequest.builder()PutObjectAclRequest.Builder.checksumAlgorithm(String checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.PutObjectAclRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.PutObjectAclRequest.Builder.contentMD5(String contentMD5) The Base64 encoded 128-bitMD5digest of the data.PutObjectAclRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.PutObjectAclRequest.Builder.grantFullControl(String grantFullControl) Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.Allows grantee to list the objects in the bucket.PutObjectAclRequest.Builder.grantReadACP(String grantReadACP) Allows grantee to read the bucket ACL.PutObjectAclRequest.Builder.grantWrite(String grantWrite) Allows grantee to create new objects in the bucket.PutObjectAclRequest.Builder.grantWriteACP(String grantWriteACP) Allows grantee to write the ACL for the applicable bucket.Key for which the PUT action was initiated.PutObjectAclRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutObjectAclRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutObjectAclRequest.Builder.requestPayer(String requestPayer) Sets the value of the RequestPayer property for this object.PutObjectAclRequest.Builder.requestPayer(RequestPayer requestPayer) Sets the value of the RequestPayer property for this object.PutObjectAclRequest.toBuilder()Version ID used to reference a specific version of the object.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type PutObjectAclRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutObjectAclRequest.Builder>PutObjectAclRequest.serializableBuilderClass()