Uses of Class
software.amazon.awssdk.services.bedrockdataautomation.model.EncryptionConfiguration
-
Packages that use EncryptionConfiguration Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of EncryptionConfiguration in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return EncryptionConfiguration Modifier and Type Method Description EncryptionConfigurationCreateBlueprintRequest. encryptionConfiguration()Returns the value of the EncryptionConfiguration property for this object.EncryptionConfigurationCreateDataAutomationProjectRequest. encryptionConfiguration()Returns the value of the EncryptionConfiguration property for this object.Methods in software.amazon.awssdk.services.bedrockdataautomation.model with parameters of type EncryptionConfiguration Modifier and Type Method Description CreateBlueprintRequest.BuilderCreateBlueprintRequest.Builder. encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)Sets the value of the EncryptionConfiguration property for this object.CreateDataAutomationProjectRequest.BuilderCreateDataAutomationProjectRequest.Builder. encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)Sets the value of the EncryptionConfiguration property for this object.
-