| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetGroupSummary |
DatasetGroupSummary.clone() |
DatasetGroupSummary |
DatasetGroupSummary.withCreationTime(Date creationTime)
When the dataset group was created.
|
DatasetGroupSummary |
DatasetGroupSummary.withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
|
DatasetGroupSummary |
DatasetGroupSummary.withDatasetGroupName(String datasetGroupName)
The name of the dataset group.
|
DatasetGroupSummary |
DatasetGroupSummary.withLastModificationTime(Date lastModificationTime)
When the dataset group was created or last updated from a call to the UpdateDatasetGroup
operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<DatasetGroupSummary> |
ListDatasetGroupsResult.getDatasetGroups()
An array of objects that summarize each dataset group's properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListDatasetGroupsResult |
ListDatasetGroupsResult.withDatasetGroups(DatasetGroupSummary... datasetGroups)
An array of objects that summarize each dataset group's properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDatasetGroupsResult.setDatasetGroups(Collection<DatasetGroupSummary> datasetGroups)
An array of objects that summarize each dataset group's properties.
|
ListDatasetGroupsResult |
ListDatasetGroupsResult.withDatasetGroups(Collection<DatasetGroupSummary> datasetGroups)
An array of objects that summarize each dataset group's properties.
|
Copyright © 2024. All rights reserved.