Uses of Class
software.amazon.awssdk.services.forecast.paginators.ListDatasetGroupsIterable
-
Packages that use ListDatasetGroupsIterable Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources. -
-
Uses of ListDatasetGroupsIterable in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast that return ListDatasetGroupsIterable Modifier and Type Method Description default ListDatasetGroupsIterableForecastClient. listDatasetGroupsPaginator(Consumer<ListDatasetGroupsRequest.Builder> listDatasetGroupsRequest)Returns a list of dataset groups created using the CreateDatasetGroup operation.default ListDatasetGroupsIterableForecastClient. listDatasetGroupsPaginator(ListDatasetGroupsRequest listDatasetGroupsRequest)Returns a list of dataset groups created using the CreateDatasetGroup operation.
-