Uses of Interface
software.amazon.awssdk.services.forecast.model.DeleteWhatIfForecastRequest.Builder
-
Packages that use DeleteWhatIfForecastRequest.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 DeleteWhatIfForecastRequest.Builder in software.amazon.awssdk.services.forecast
Method parameters in software.amazon.awssdk.services.forecast with type arguments of type DeleteWhatIfForecastRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteWhatIfForecastResponse>ForecastAsyncClient. deleteWhatIfForecast(Consumer<DeleteWhatIfForecastRequest.Builder> deleteWhatIfForecastRequest)Deletes a what-if forecast created using the CreateWhatIfForecast operation.default DeleteWhatIfForecastResponseForecastClient. deleteWhatIfForecast(Consumer<DeleteWhatIfForecastRequest.Builder> deleteWhatIfForecastRequest)Deletes a what-if forecast created using the CreateWhatIfForecast operation. -
Uses of DeleteWhatIfForecastRequest.Builder in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return DeleteWhatIfForecastRequest.Builder Modifier and Type Method Description static DeleteWhatIfForecastRequest.BuilderDeleteWhatIfForecastRequest. builder()DeleteWhatIfForecastRequest.BuilderDeleteWhatIfForecastRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteWhatIfForecastRequest.BuilderDeleteWhatIfForecastRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteWhatIfForecastRequest.BuilderDeleteWhatIfForecastRequest. toBuilder()DeleteWhatIfForecastRequest.BuilderDeleteWhatIfForecastRequest.Builder. whatIfForecastArn(String whatIfForecastArn)The Amazon Resource Name (ARN) of the what-if forecast that you want to delete.Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type DeleteWhatIfForecastRequest.Builder Modifier and Type Method Description static Class<? extends DeleteWhatIfForecastRequest.Builder>DeleteWhatIfForecastRequest. serializableBuilderClass()
-