| 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 DescribeWhatIfForecastExportResponse |
ForecastClient.describeWhatIfForecastExport(Consumer<DescribeWhatIfForecastExportRequest.Builder> describeWhatIfForecastExportRequest)
Describes the what-if forecast export created using the CreateWhatIfForecastExport operation.
|
default CompletableFuture<DescribeWhatIfForecastExportResponse> |
ForecastAsyncClient.describeWhatIfForecastExport(Consumer<DescribeWhatIfForecastExportRequest.Builder> describeWhatIfForecastExportRequest)
Describes the what-if forecast export created using the CreateWhatIfForecastExport operation.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeWhatIfForecastExportRequest.Builder |
DescribeWhatIfForecastExportRequest.builder() |
DescribeWhatIfForecastExportRequest.Builder |
DescribeWhatIfForecastExportRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeWhatIfForecastExportRequest.Builder |
DescribeWhatIfForecastExportRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeWhatIfForecastExportRequest.Builder |
DescribeWhatIfForecastExportRequest.toBuilder() |
DescribeWhatIfForecastExportRequest.Builder |
DescribeWhatIfForecastExportRequest.Builder.whatIfForecastExportArn(String whatIfForecastExportArn)
The Amazon Resource Name (ARN) of the what-if forecast export that you are interested in.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeWhatIfForecastExportRequest.Builder> |
DescribeWhatIfForecastExportRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.