| 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 DeleteWhatIfForecastExportResponse |
ForecastClient.deleteWhatIfForecastExport(Consumer<DeleteWhatIfForecastExportRequest.Builder> deleteWhatIfForecastExportRequest)
Deletes a what-if forecast export created using the CreateWhatIfForecastExport operation.
|
default CompletableFuture<DeleteWhatIfForecastExportResponse> |
ForecastAsyncClient.deleteWhatIfForecastExport(Consumer<DeleteWhatIfForecastExportRequest.Builder> deleteWhatIfForecastExportRequest)
Deletes a what-if forecast export created using the CreateWhatIfForecastExport operation.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteWhatIfForecastExportRequest.Builder |
DeleteWhatIfForecastExportRequest.builder() |
DeleteWhatIfForecastExportRequest.Builder |
DeleteWhatIfForecastExportRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteWhatIfForecastExportRequest.Builder |
DeleteWhatIfForecastExportRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteWhatIfForecastExportRequest.Builder |
DeleteWhatIfForecastExportRequest.toBuilder() |
DeleteWhatIfForecastExportRequest.Builder |
DeleteWhatIfForecastExportRequest.Builder.whatIfForecastExportArn(String whatIfForecastExportArn)
The Amazon Resource Name (ARN) of the what-if forecast export that you want to delete.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteWhatIfForecastExportRequest.Builder> |
DeleteWhatIfForecastExportRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.