Uses of Interface
software.amazon.awssdk.services.s3.model.UpdateObjectEncryptionRequest.Builder
Packages that use UpdateObjectEncryptionRequest.Builder
-
Uses of UpdateObjectEncryptionRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type UpdateObjectEncryptionRequest.BuilderModifier and TypeMethodDescriptionS3AsyncClient.updateObjectEncryption(Consumer<UpdateObjectEncryptionRequest.Builder> updateObjectEncryptionRequest) default UpdateObjectEncryptionResponseS3Client.updateObjectEncryption(Consumer<UpdateObjectEncryptionRequest.Builder> updateObjectEncryptionRequest) -
Uses of UpdateObjectEncryptionRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return UpdateObjectEncryptionRequest.BuilderModifier and TypeMethodDescriptionThe name of the general purpose bucket that contains the specified object key name.UpdateObjectEncryptionRequest.builder()UpdateObjectEncryptionRequest.Builder.checksumAlgorithm(String checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use an Amazon Web Services SDK.UpdateObjectEncryptionRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use an Amazon Web Services SDK.UpdateObjectEncryptionRequest.Builder.contentMD5(String contentMD5) The MD5 hash for the request body.UpdateObjectEncryptionRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.The key name of the object that you want to update the server-side encryption type for.UpdateObjectEncryptionRequest.Builder.objectEncryption(Consumer<ObjectEncryption.Builder> objectEncryption) The updated server-side encryption type for this object.UpdateObjectEncryptionRequest.Builder.objectEncryption(ObjectEncryption objectEncryption) The updated server-side encryption type for this object.UpdateObjectEncryptionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateObjectEncryptionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateObjectEncryptionRequest.Builder.requestPayer(String requestPayer) Sets the value of the RequestPayer property for this object.UpdateObjectEncryptionRequest.Builder.requestPayer(RequestPayer requestPayer) Sets the value of the RequestPayer property for this object.UpdateObjectEncryptionRequest.toBuilder()The version ID of the object that you want to update the server-side encryption type for.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type UpdateObjectEncryptionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateObjectEncryptionRequest.Builder>UpdateObjectEncryptionRequest.serializableBuilderClass()