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)This is a variant ofForecastClient.listDatasetGroups(software.amazon.awssdk.services.forecast.model.ListDatasetGroupsRequest)operation.default ListDatasetGroupsIterableForecastClient. listDatasetGroupsPaginator(ListDatasetGroupsRequest listDatasetGroupsRequest)This is a variant ofForecastClient.listDatasetGroups(software.amazon.awssdk.services.forecast.model.ListDatasetGroupsRequest)operation.
-