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