Uses of Interface
software.amazon.awssdk.services.forecast.model.ListDatasetGroupsRequest.Builder
-
Packages that use ListDatasetGroupsRequest.Builder Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources.software.amazon.awssdk.services.forecast.model -
-
Uses of ListDatasetGroupsRequest.Builder in software.amazon.awssdk.services.forecast
Method parameters in software.amazon.awssdk.services.forecast with type arguments of type ListDatasetGroupsRequest.Builder 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 ListDatasetGroupsResponseForecastClient. listDatasetGroups(Consumer<ListDatasetGroupsRequest.Builder> listDatasetGroupsRequest)Returns a list of dataset groups created using the CreateDatasetGroup operation.default ListDatasetGroupsPublisherForecastAsyncClient. listDatasetGroupsPaginator(Consumer<ListDatasetGroupsRequest.Builder> listDatasetGroupsRequest)Returns a list of dataset groups created using the CreateDatasetGroup operation.default ListDatasetGroupsIterableForecastClient. listDatasetGroupsPaginator(Consumer<ListDatasetGroupsRequest.Builder> listDatasetGroupsRequest)Returns a list of dataset groups created using the CreateDatasetGroup operation. -
Uses of ListDatasetGroupsRequest.Builder in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return ListDatasetGroupsRequest.Builder Modifier and Type Method Description static ListDatasetGroupsRequest.BuilderListDatasetGroupsRequest. builder()ListDatasetGroupsRequest.BuilderListDatasetGroupsRequest.Builder. maxResults(Integer maxResults)The number of items to return in the response.ListDatasetGroupsRequest.BuilderListDatasetGroupsRequest.Builder. nextToken(String nextToken)If the result of the previous request was truncated, the response includes aNextToken.ListDatasetGroupsRequest.BuilderListDatasetGroupsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDatasetGroupsRequest.BuilderListDatasetGroupsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDatasetGroupsRequest.BuilderListDatasetGroupsRequest. toBuilder()Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type ListDatasetGroupsRequest.Builder Modifier and Type Method Description static Class<? extends ListDatasetGroupsRequest.Builder>ListDatasetGroupsRequest. serializableBuilderClass()
-