Uses of Interface
software.amazon.awssdk.services.s3.model.EncryptionConfiguration.Builder
-
Packages that use EncryptionConfiguration.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of EncryptionConfiguration.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return EncryptionConfiguration.Builder Modifier and Type Method Description static EncryptionConfiguration.BuilderEncryptionConfiguration. builder()EncryptionConfiguration.BuilderEncryptionConfiguration.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.BuilderEncryptionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type EncryptionConfiguration.Builder Modifier and Type Method Description static Class<? extends EncryptionConfiguration.Builder>EncryptionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type EncryptionConfiguration.Builder Modifier and Type Method Description default Destination.BuilderDestination.Builder. encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)A container that provides information about encryption.
-