Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ServerSideEncryptionConfiguration
-
Packages that use ServerSideEncryptionConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of ServerSideEncryptionConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ServerSideEncryptionConfiguration Modifier and Type Method Description ServerSideEncryptionConfigurationCreateDataSourceRequest. serverSideEncryptionConfiguration()Returns the value of the ServerSideEncryptionConfiguration property for this object.ServerSideEncryptionConfigurationDataSource. serverSideEncryptionConfiguration()Returns the value of the ServerSideEncryptionConfiguration property for this object.ServerSideEncryptionConfigurationUpdateDataSourceRequest. serverSideEncryptionConfiguration()Returns the value of the ServerSideEncryptionConfiguration property for this object.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type ServerSideEncryptionConfiguration Modifier and Type Method Description CreateDataSourceRequest.BuilderCreateDataSourceRequest.Builder. serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)Sets the value of the ServerSideEncryptionConfiguration property for this object.DataSource.BuilderDataSource.Builder. serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)Sets the value of the ServerSideEncryptionConfiguration property for this object.UpdateDataSourceRequest.BuilderUpdateDataSourceRequest.Builder. serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)Sets the value of the ServerSideEncryptionConfiguration property for this object.
-