| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetSummary |
DatasetSummary.clone() |
DatasetSummary |
DatasetSummary.withCreatedAt(Date createdAt)
The time at which the dataset was created in Amazon Lookout for Equipment.
|
DatasetSummary |
DatasetSummary.withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the specified dataset.
|
DatasetSummary |
DatasetSummary.withDatasetName(String datasetName)
The name of the dataset.
|
DatasetSummary |
DatasetSummary.withStatus(DatasetStatus status)
Indicates the status of the dataset.
|
DatasetSummary |
DatasetSummary.withStatus(String status)
Indicates the status of the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
List<DatasetSummary> |
ListDatasetsResult.getDatasetSummaries()
Provides information about the specified dataset, including creation time, dataset ARN, and status.
|
| Modifier and Type | Method and Description |
|---|---|
ListDatasetsResult |
ListDatasetsResult.withDatasetSummaries(DatasetSummary... datasetSummaries)
Provides information about the specified dataset, including creation time, dataset ARN, and status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDatasetsResult.setDatasetSummaries(Collection<DatasetSummary> datasetSummaries)
Provides information about the specified dataset, including creation time, dataset ARN, and status.
|
ListDatasetsResult |
ListDatasetsResult.withDatasetSummaries(Collection<DatasetSummary> datasetSummaries)
Provides information about the specified dataset, including creation time, dataset ARN, and status.
|
Copyright © 2025. All rights reserved.