Uses of Interface
software.amazon.awssdk.services.forecast.model.DescribeWhatIfAnalysisRequest.Builder
-
Packages that use DescribeWhatIfAnalysisRequest.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 DescribeWhatIfAnalysisRequest.Builder in software.amazon.awssdk.services.forecast
Method parameters in software.amazon.awssdk.services.forecast with type arguments of type DescribeWhatIfAnalysisRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeWhatIfAnalysisResponse>ForecastAsyncClient. describeWhatIfAnalysis(Consumer<DescribeWhatIfAnalysisRequest.Builder> describeWhatIfAnalysisRequest)Describes the what-if analysis created using the CreateWhatIfAnalysis operation.default DescribeWhatIfAnalysisResponseForecastClient. describeWhatIfAnalysis(Consumer<DescribeWhatIfAnalysisRequest.Builder> describeWhatIfAnalysisRequest)Describes the what-if analysis created using the CreateWhatIfAnalysis operation. -
Uses of DescribeWhatIfAnalysisRequest.Builder in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return DescribeWhatIfAnalysisRequest.Builder Modifier and Type Method Description static DescribeWhatIfAnalysisRequest.BuilderDescribeWhatIfAnalysisRequest. builder()DescribeWhatIfAnalysisRequest.BuilderDescribeWhatIfAnalysisRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeWhatIfAnalysisRequest.BuilderDescribeWhatIfAnalysisRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeWhatIfAnalysisRequest.BuilderDescribeWhatIfAnalysisRequest. toBuilder()DescribeWhatIfAnalysisRequest.BuilderDescribeWhatIfAnalysisRequest.Builder. whatIfAnalysisArn(String whatIfAnalysisArn)The Amazon Resource Name (ARN) of the what-if analysis that you are interested in.Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type DescribeWhatIfAnalysisRequest.Builder Modifier and Type Method Description static Class<? extends DescribeWhatIfAnalysisRequest.Builder>DescribeWhatIfAnalysisRequest. serializableBuilderClass()
-