| Package | Description |
|---|---|
| com.amazonaws.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDatasetGroupsResult> |
AmazonForecastAsyncClient.listDatasetGroupsAsync(ListDatasetGroupsRequest request,
AsyncHandler<ListDatasetGroupsRequest,ListDatasetGroupsResult> asyncHandler) |
Future<ListDatasetGroupsResult> |
AbstractAmazonForecastAsync.listDatasetGroupsAsync(ListDatasetGroupsRequest request,
AsyncHandler<ListDatasetGroupsRequest,ListDatasetGroupsResult> asyncHandler) |
Future<ListDatasetGroupsResult> |
AmazonForecastAsync.listDatasetGroupsAsync(ListDatasetGroupsRequest listDatasetGroupsRequest,
AsyncHandler<ListDatasetGroupsRequest,ListDatasetGroupsResult> asyncHandler)
Returns a list of dataset groups created using the CreateDatasetGroup
operation.
|
| Modifier and Type | Method and Description |
|---|---|
ListDatasetGroupsRequest |
ListDatasetGroupsRequest.clone() |
ListDatasetGroupsRequest |
ListDatasetGroupsRequest.withMaxResults(Integer maxResults)
The number of items to return in the response.
|
ListDatasetGroupsRequest |
ListDatasetGroupsRequest.withNextToken(String nextToken)
If the result of the previous request was truncated, the response includes a
NextToken. |
Copyright © 2022. All rights reserved.