Uses of Interface
software.amazon.awssdk.services.dlm.model.EncryptionConfiguration.Builder
-
Packages that use EncryptionConfiguration.Builder Package Description software.amazon.awssdk.services.dlm.model -
-
Uses of EncryptionConfiguration.Builder in software.amazon.awssdk.services.dlm.model
Methods in software.amazon.awssdk.services.dlm.model that return EncryptionConfiguration.Builder Modifier and Type Method Description static EncryptionConfiguration.BuilderEncryptionConfiguration. builder()EncryptionConfiguration.BuilderEncryptionConfiguration.Builder. cmkArn(String cmkArn)The Amazon Resource Name (ARN) of the KMS key to use for EBS encryption.EncryptionConfiguration.BuilderEncryptionConfiguration.Builder. encrypted(Boolean encrypted)To encrypt a copy of an unencrypted snapshot when encryption by default is not enabled, enable encryption using this parameter.EncryptionConfiguration.BuilderEncryptionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.dlm.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.dlm.model with type arguments of type EncryptionConfiguration.Builder Modifier and Type Method Description default CrossRegionCopyAction.BuilderCrossRegionCopyAction.Builder. encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)The encryption settings for the copied snapshot.
-