Uses of Interface
software.amazon.awssdk.services.s3control.model.EncryptionConfiguration.Builder
-
Packages that use EncryptionConfiguration.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of EncryptionConfiguration.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return EncryptionConfiguration.Builder Modifier and Type Method Description static EncryptionConfiguration.BuilderEncryptionConfiguration. builder()EncryptionConfiguration.BuilderEncryptionConfiguration.Builder. replicaKmsKeyID(String replicaKmsKeyID)Specifies the ID of the customer managed KMS key that's stored in Key Management Service (KMS) for the destination bucket.EncryptionConfiguration.BuilderEncryptionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.s3control.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.s3control.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.
-