Uses of Class
software.amazon.awssdk.services.datazone.model.DataSourceRunStatus
-
Packages that use DataSourceRunStatus Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of DataSourceRunStatus in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return DataSourceRunStatus Modifier and Type Method Description static DataSourceRunStatusDataSourceRunStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataSourceRunStatusCreateDataSourceResponse. lastRunStatus()The status of the last run of this data source.DataSourceRunStatusDataSourceSummary. lastRunStatus()The status of the last data source run.DataSourceRunStatusDeleteDataSourceResponse. lastRunStatus()The status of the last run of this data source.DataSourceRunStatusGetDataSourceResponse. lastRunStatus()The status of the last run of the data source.DataSourceRunStatusUpdateDataSourceResponse. lastRunStatus()The last run status of the data source.DataSourceRunStatusDataSourceRunSummary. status()The status of the data source run.DataSourceRunStatusGetDataSourceRunResponse. status()The status of this data source run.DataSourceRunStatusListDataSourceRunsRequest. status()The status of the data source.DataSourceRunStatusStartDataSourceRunResponse. status()The status of the data source run.static DataSourceRunStatusDataSourceRunStatus. 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.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type DataSourceRunStatus Modifier and Type Method Description static Set<DataSourceRunStatus>DataSourceRunStatus. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type DataSourceRunStatus Modifier and Type Method Description CreateDataSourceResponse.BuilderCreateDataSourceResponse.Builder. lastRunStatus(DataSourceRunStatus lastRunStatus)The status of the last run of this data source.DataSourceSummary.BuilderDataSourceSummary.Builder. lastRunStatus(DataSourceRunStatus lastRunStatus)The status of the last data source run.DeleteDataSourceResponse.BuilderDeleteDataSourceResponse.Builder. lastRunStatus(DataSourceRunStatus lastRunStatus)The status of the last run of this data source.GetDataSourceResponse.BuilderGetDataSourceResponse.Builder. lastRunStatus(DataSourceRunStatus lastRunStatus)The status of the last run of the data source.UpdateDataSourceResponse.BuilderUpdateDataSourceResponse.Builder. lastRunStatus(DataSourceRunStatus lastRunStatus)The last run status of the data source.DataSourceRunSummary.BuilderDataSourceRunSummary.Builder. status(DataSourceRunStatus status)The status of the data source run.GetDataSourceRunResponse.BuilderGetDataSourceRunResponse.Builder. status(DataSourceRunStatus status)The status of this data source run.ListDataSourceRunsRequest.BuilderListDataSourceRunsRequest.Builder. status(DataSourceRunStatus status)The status of the data source.StartDataSourceRunResponse.BuilderStartDataSourceRunResponse.Builder. status(DataSourceRunStatus status)The status of the data source run.
-