Uses of Class
software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupResponse
-
Packages that use UpdateDatasetGroupResponse Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources. -
-
Uses of UpdateDatasetGroupResponse in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast that return UpdateDatasetGroupResponse Modifier and Type Method Description default UpdateDatasetGroupResponseForecastClient. updateDatasetGroup(Consumer<UpdateDatasetGroupRequest.Builder> updateDatasetGroupRequest)Replaces the datasets in a dataset group with the specified datasets.default UpdateDatasetGroupResponseForecastClient. updateDatasetGroup(UpdateDatasetGroupRequest updateDatasetGroupRequest)Replaces the datasets in a dataset group with the specified datasets.Methods in software.amazon.awssdk.services.forecast that return types with arguments of type UpdateDatasetGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateDatasetGroupResponse>ForecastAsyncClient. updateDatasetGroup(Consumer<UpdateDatasetGroupRequest.Builder> updateDatasetGroupRequest)Replaces the datasets in a dataset group with the specified datasets.default CompletableFuture<UpdateDatasetGroupResponse>ForecastAsyncClient. updateDatasetGroup(UpdateDatasetGroupRequest updateDatasetGroupRequest)Replaces the datasets in a dataset group with the specified datasets.
-