| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
static DataDeletionPolicy |
DataDeletionPolicy.fromValue(String value)
Use this in place of valueOf.
|
static DataDeletionPolicy |
DataDeletionPolicy.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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDataSourceRequest |
UpdateDataSourceRequest.withDataDeletionPolicy(DataDeletionPolicy dataDeletionPolicy)
The data deletion policy for the data source that you want to update.
|
CreateDataSourceRequest |
CreateDataSourceRequest.withDataDeletionPolicy(DataDeletionPolicy dataDeletionPolicy)
The data deletion policy for the data source.
|
DataSource |
DataSource.withDataDeletionPolicy(DataDeletionPolicy dataDeletionPolicy)
The data deletion policy for the data source.
|
Copyright © 2024. All rights reserved.