Uses of Class
software.amazon.awssdk.services.bedrockagent.model.DataDeletionPolicy
-
Packages that use DataDeletionPolicy Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of DataDeletionPolicy in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return DataDeletionPolicy Modifier and Type Method Description DataDeletionPolicyCreateDataSourceRequest. dataDeletionPolicy()The data deletion policy assigned to the data source.DataDeletionPolicyDataSource. dataDeletionPolicy()The data deletion policy for a data source.DataDeletionPolicyUpdateDataSourceRequest. dataDeletionPolicy()The data deletion policy assigned to the data source.static DataDeletionPolicyDataDeletionPolicy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DataDeletionPolicyDataDeletionPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static DataDeletionPolicy[]DataDeletionPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type DataDeletionPolicy Modifier and Type Method Description static Set<DataDeletionPolicy>DataDeletionPolicy. knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type DataDeletionPolicy Modifier and Type Method Description CreateDataSourceRequest.BuilderCreateDataSourceRequest.Builder. dataDeletionPolicy(DataDeletionPolicy dataDeletionPolicy)The data deletion policy assigned to the data source.DataSource.BuilderDataSource.Builder. dataDeletionPolicy(DataDeletionPolicy dataDeletionPolicy)The data deletion policy for a data source.UpdateDataSourceRequest.BuilderUpdateDataSourceRequest.Builder. dataDeletionPolicy(DataDeletionPolicy dataDeletionPolicy)The data deletion policy assigned to the data source.
-