| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceStatus |
DataSourceStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DataSourceStatus |
DeleteDataSourceResponse.status()
The status of this data source.
|
DataSourceStatus |
CreateDataSourceResponse.status()
The status of the data source.
|
DataSourceStatus |
UpdateDataSourceResponse.status()
The status to be updated as part of the
UpdateDataSource action. |
DataSourceStatus |
DataSourceSummary.status()
The status of the data source.
|
DataSourceStatus |
GetDataSourceResponse.status()
The status of the data source.
|
DataSourceStatus |
ListDataSourcesRequest.status()
The status of the data source.
|
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 |
|---|---|
static Set<DataSourceStatus> |
DataSourceStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeleteDataSourceResponse.Builder |
DeleteDataSourceResponse.Builder.status(DataSourceStatus status)
The status of this data source.
|
CreateDataSourceResponse.Builder |
CreateDataSourceResponse.Builder.status(DataSourceStatus status)
The status of the data source.
|
UpdateDataSourceResponse.Builder |
UpdateDataSourceResponse.Builder.status(DataSourceStatus status)
The status to be updated as part of the
UpdateDataSource action. |
DataSourceSummary.Builder |
DataSourceSummary.Builder.status(DataSourceStatus status)
The status of the data source.
|
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.status(DataSourceStatus status)
The status of the data source.
|
ListDataSourcesRequest.Builder |
ListDataSourcesRequest.Builder.status(DataSourceStatus status)
The status of the data source.
|
Copyright © 2023. All rights reserved.