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