Uses of Interface
software.amazon.awssdk.services.bedrockdataautomationruntime.model.EncryptionConfiguration.Builder
-
Packages that use EncryptionConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockdataautomationruntime.model -
-
Uses of EncryptionConfiguration.Builder in software.amazon.awssdk.services.bedrockdataautomationruntime.model
Methods in software.amazon.awssdk.services.bedrockdataautomationruntime.model that return EncryptionConfiguration.Builder Modifier and Type Method Description static EncryptionConfiguration.BuilderEncryptionConfiguration. builder()EncryptionConfiguration.BuilderEncryptionConfiguration.Builder. kmsEncryptionContext(Map<String,String> kmsEncryptionContext)KMS encryption context.EncryptionConfiguration.BuilderEncryptionConfiguration.Builder. kmsKeyId(String kmsKeyId)KMS key id.EncryptionConfiguration.BuilderEncryptionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockdataautomationruntime.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.bedrockdataautomationruntime.model with type arguments of type EncryptionConfiguration.Builder Modifier and Type Method Description default InvokeDataAutomationAsyncRequest.BuilderInvokeDataAutomationAsyncRequest.Builder. encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)Encryption configuration.
-