Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.DataDeletionPolicy
Packages that use DataDeletionPolicy
-
Uses of DataDeletionPolicy in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return DataDeletionPolicyModifier and TypeMethodDescriptionfinal DataDeletionPolicyCreateDataSourceRequest.dataDeletionPolicy()The data deletion policy for the data source.final DataDeletionPolicyDataSource.dataDeletionPolicy()The data deletion policy for the data source.final DataDeletionPolicyUpdateDataSourceRequest.dataDeletionPolicy()The data deletion policy for the data source that you want to update.static DataDeletionPolicyUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DataDeletionPolicyReturns 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 DataDeletionPolicyModifier and TypeMethodDescriptionstatic Set<DataDeletionPolicy>DataDeletionPolicy.knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type DataDeletionPolicyModifier and TypeMethodDescriptionCreateDataSourceRequest.Builder.dataDeletionPolicy(DataDeletionPolicy dataDeletionPolicy) The data deletion policy for the data source.DataSource.Builder.dataDeletionPolicy(DataDeletionPolicy dataDeletionPolicy) The data deletion policy for the data source.UpdateDataSourceRequest.Builder.dataDeletionPolicy(DataDeletionPolicy dataDeletionPolicy) The data deletion policy for the data source that you want to update.