| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| software.amazon.awssdk.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
default DeleteWhatIfForecastResponse |
ForecastClient.deleteWhatIfForecast(Consumer<DeleteWhatIfForecastRequest.Builder> deleteWhatIfForecastRequest)
Deletes a what-if forecast created using the CreateWhatIfForecast operation.
|
default CompletableFuture<DeleteWhatIfForecastResponse> |
ForecastAsyncClient.deleteWhatIfForecast(Consumer<DeleteWhatIfForecastRequest.Builder> deleteWhatIfForecastRequest)
Deletes a what-if forecast created using the CreateWhatIfForecast operation.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteWhatIfForecastRequest.Builder |
DeleteWhatIfForecastRequest.builder() |
DeleteWhatIfForecastRequest.Builder |
DeleteWhatIfForecastRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteWhatIfForecastRequest.Builder |
DeleteWhatIfForecastRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteWhatIfForecastRequest.Builder |
DeleteWhatIfForecastRequest.toBuilder() |
DeleteWhatIfForecastRequest.Builder |
DeleteWhatIfForecastRequest.Builder.whatIfForecastArn(String whatIfForecastArn)
The Amazon Resource Name (ARN) of the what-if forecast that you want to delete.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteWhatIfForecastRequest.Builder> |
DeleteWhatIfForecastRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.