| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceRunStatus |
DataSourceRunStatus.fromValue(String value)
Use this in place of valueOf.
|
static DataSourceRunStatus |
DataSourceRunStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSourceRunStatus[] |
DataSourceRunStatus.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.withLastRunStatus(DataSourceRunStatus lastRunStatus)
The status of the last data source run.
|
UpdateDataSourceResult |
UpdateDataSourceResult.withLastRunStatus(DataSourceRunStatus lastRunStatus)
The last run status of the data source.
|
GetDataSourceResult |
GetDataSourceResult.withLastRunStatus(DataSourceRunStatus lastRunStatus)
The status of the last run of the data source.
|
CreateDataSourceResult |
CreateDataSourceResult.withLastRunStatus(DataSourceRunStatus lastRunStatus)
The status of the last run of this data source.
|
DeleteDataSourceResult |
DeleteDataSourceResult.withLastRunStatus(DataSourceRunStatus lastRunStatus)
The status of the last run of this data source.
|
DataSourceRunSummary |
DataSourceRunSummary.withStatus(DataSourceRunStatus status)
The status of the data source run.
|
StartDataSourceRunResult |
StartDataSourceRunResult.withStatus(DataSourceRunStatus status)
The status of the data source run.
|
ListDataSourceRunsRequest |
ListDataSourceRunsRequest.withStatus(DataSourceRunStatus status)
The status of the data source.
|
GetDataSourceRunResult |
GetDataSourceRunResult.withStatus(DataSourceRunStatus status)
The status of this data source run.
|
Copyright © 2024. All rights reserved.