Uses of Class
software.amazon.awssdk.services.forecast.model.ListDatasetGroupsResponse
-
Packages that use ListDatasetGroupsResponse Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources.software.amazon.awssdk.services.forecast.paginators -
-
Uses of ListDatasetGroupsResponse in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast that return ListDatasetGroupsResponse Modifier and Type Method Description default ListDatasetGroupsResponseForecastClient. listDatasetGroups(Consumer<ListDatasetGroupsRequest.Builder> listDatasetGroupsRequest)Returns a list of dataset groups created using the CreateDatasetGroup operation.default ListDatasetGroupsResponseForecastClient. listDatasetGroups(ListDatasetGroupsRequest listDatasetGroupsRequest)Returns a list of dataset groups created using the CreateDatasetGroup operation.Methods in software.amazon.awssdk.services.forecast that return types with arguments of type ListDatasetGroupsResponse Modifier and Type Method Description default CompletableFuture<ListDatasetGroupsResponse>ForecastAsyncClient. listDatasetGroups(Consumer<ListDatasetGroupsRequest.Builder> listDatasetGroupsRequest)Returns a list of dataset groups created using the CreateDatasetGroup operation.default CompletableFuture<ListDatasetGroupsResponse>ForecastAsyncClient. listDatasetGroups(ListDatasetGroupsRequest listDatasetGroupsRequest)Returns a list of dataset groups created using the CreateDatasetGroup operation. -
Uses of ListDatasetGroupsResponse in software.amazon.awssdk.services.forecast.paginators
Methods in software.amazon.awssdk.services.forecast.paginators that return types with arguments of type ListDatasetGroupsResponse Modifier and Type Method Description Iterator<ListDatasetGroupsResponse>ListDatasetGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.forecast.paginators with type arguments of type ListDatasetGroupsResponse Modifier and Type Method Description voidListDatasetGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDatasetGroupsResponse> subscriber)
-