Uses of Interface
software.amazon.awssdk.services.ecr.model.EncryptionConfiguration.Builder
-
Packages that use EncryptionConfiguration.Builder Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of EncryptionConfiguration.Builder in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return EncryptionConfiguration.Builder Modifier and Type Method Description static EncryptionConfiguration.BuilderEncryptionConfiguration. builder()EncryptionConfiguration.BuilderEncryptionConfiguration.Builder. encryptionType(String encryptionType)The encryption type to use.EncryptionConfiguration.BuilderEncryptionConfiguration.Builder. encryptionType(EncryptionType encryptionType)The encryption type to use.EncryptionConfiguration.BuilderEncryptionConfiguration.Builder. kmsKey(String kmsKey)If you use theKMSencryption type, specify the KMS key to use for encryption.EncryptionConfiguration.BuilderEncryptionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.ecr.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.ecr.model with type arguments of type EncryptionConfiguration.Builder Modifier and Type Method Description default CreateRepositoryRequest.BuilderCreateRepositoryRequest.Builder. encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)The encryption configuration for the repository.default Repository.BuilderRepository.Builder. encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)The encryption configuration for the repository.
-