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
-
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()
-