Uses of Class
software.amazon.awssdk.services.iotsitewise.model.DatasetStatus
-
Packages that use DatasetStatus Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of DatasetStatus in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return DatasetStatus Modifier and Type Method Description DatasetStatusCreateDatasetResponse. datasetStatus()The status of the dataset.DatasetStatusDeleteDatasetResponse. datasetStatus()The status of the dataset.DatasetStatusDescribeDatasetResponse. datasetStatus()The status of the dataset.DatasetStatusUpdateDatasetResponse. datasetStatus()The status of the dataset.DatasetStatusDatasetSummary. status()The status of the dataset.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type DatasetStatus Modifier and Type Method Description CreateDatasetResponse.BuilderCreateDatasetResponse.Builder. datasetStatus(DatasetStatus datasetStatus)The status of the dataset.DeleteDatasetResponse.BuilderDeleteDatasetResponse.Builder. datasetStatus(DatasetStatus datasetStatus)The status of the dataset.DescribeDatasetResponse.BuilderDescribeDatasetResponse.Builder. datasetStatus(DatasetStatus datasetStatus)The status of the dataset.UpdateDatasetResponse.BuilderUpdateDatasetResponse.Builder. datasetStatus(DatasetStatus datasetStatus)The status of the dataset.DatasetSummary.BuilderDatasetSummary.Builder. status(DatasetStatus status)The status of the dataset.
-