| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model | |
| software.amazon.awssdk.services.forecast.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DatasetGroupSummary> |
ListDatasetGroupsResponse.datasetGroups()
An array of objects that summarize each dataset group's properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListDatasetGroupsResponse.Builder |
ListDatasetGroupsResponse.Builder.datasetGroups(DatasetGroupSummary... datasetGroups)
An array of objects that summarize each dataset group's properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListDatasetGroupsResponse.Builder |
ListDatasetGroupsResponse.Builder.datasetGroups(Collection<DatasetGroupSummary> datasetGroups)
An array of objects that summarize each dataset group's properties.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DatasetGroupSummary> |
ListDatasetGroupsPublisher.datasetGroups()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DatasetGroupSummary> |
ListDatasetGroupsIterable.datasetGroups()
Returns an iterable to iterate through the paginated
ListDatasetGroupsResponse.datasetGroups() member. |
Copyright © 2023. All rights reserved.