| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceStatus |
DataSourceStatus.fromValue(String value)
Use this in place of valueOf.
|
static DataSourceStatus |
DataSourceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSourceStatus[] |
DataSourceStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DataSourceSummary |
DataSourceSummary.withStatus(DataSourceStatus status)
The status of the data source.
|
UpdateDataSourceResult |
UpdateDataSourceResult.withStatus(DataSourceStatus status)
The status to be updated as part of the
UpdateDataSource action. |
ListDataSourcesRequest |
ListDataSourcesRequest.withStatus(DataSourceStatus status)
The status of the data source.
|
GetDataSourceResult |
GetDataSourceResult.withStatus(DataSourceStatus status)
The status of the data source.
|
CreateDataSourceResult |
CreateDataSourceResult.withStatus(DataSourceStatus status)
The status of the data source.
|
DeleteDataSourceResult |
DeleteDataSourceResult.withStatus(DataSourceStatus status)
The status of this data source.
|
Copyright © 2023. All rights reserved.