Uses of Interface
software.amazon.awssdk.services.forecast.model.DescribeWhatIfForecastRequest.Builder
-
Packages that use DescribeWhatIfForecastRequest.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 DescribeWhatIfForecastRequest.Builder in software.amazon.awssdk.services.forecast
Method parameters in software.amazon.awssdk.services.forecast with type arguments of type DescribeWhatIfForecastRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeWhatIfForecastResponse>ForecastAsyncClient. describeWhatIfForecast(Consumer<DescribeWhatIfForecastRequest.Builder> describeWhatIfForecastRequest)Describes the what-if forecast created using the CreateWhatIfForecast operation.default DescribeWhatIfForecastResponseForecastClient. describeWhatIfForecast(Consumer<DescribeWhatIfForecastRequest.Builder> describeWhatIfForecastRequest)Describes the what-if forecast created using the CreateWhatIfForecast operation. -
Uses of DescribeWhatIfForecastRequest.Builder in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return DescribeWhatIfForecastRequest.Builder Modifier and Type Method Description static DescribeWhatIfForecastRequest.BuilderDescribeWhatIfForecastRequest. builder()DescribeWhatIfForecastRequest.BuilderDescribeWhatIfForecastRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeWhatIfForecastRequest.BuilderDescribeWhatIfForecastRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeWhatIfForecastRequest.BuilderDescribeWhatIfForecastRequest. toBuilder()DescribeWhatIfForecastRequest.BuilderDescribeWhatIfForecastRequest.Builder. whatIfForecastArn(String whatIfForecastArn)The Amazon Resource Name (ARN) of the what-if forecast that you are interested in.Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type DescribeWhatIfForecastRequest.Builder Modifier and Type Method Description static Class<? extends DescribeWhatIfForecastRequest.Builder>DescribeWhatIfForecastRequest. serializableBuilderClass()
-