Uses of Interface
software.amazon.awssdk.services.s3.model.EncryptionConfiguration.Builder
Packages that use EncryptionConfiguration.Builder
-
Uses of EncryptionConfiguration.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return EncryptionConfiguration.BuilderModifier and TypeMethodDescriptionEncryptionConfiguration.builder()EncryptionConfiguration.Builder.replicaKmsKeyID(String replicaKmsKeyID) Specifies the ID (Key ARN or Alias ARN) of the customer managed Amazon Web Services KMS key stored in Amazon Web Services Key Management Service (KMS) for the destination bucket.EncryptionConfiguration.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type EncryptionConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EncryptionConfiguration.Builder>EncryptionConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type EncryptionConfiguration.BuilderModifier and TypeMethodDescriptiondefault Destination.BuilderDestination.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration) A container that provides information about encryption.