Uses of Interface
software.amazon.awssdk.services.forecast.model.DescribeWhatIfForecastExportRequest.Builder
-
Packages that use DescribeWhatIfForecastExportRequest.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 DescribeWhatIfForecastExportRequest.Builder in software.amazon.awssdk.services.forecast
Method parameters in software.amazon.awssdk.services.forecast with type arguments of type DescribeWhatIfForecastExportRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeWhatIfForecastExportResponse>ForecastAsyncClient. describeWhatIfForecastExport(Consumer<DescribeWhatIfForecastExportRequest.Builder> describeWhatIfForecastExportRequest)Describes the what-if forecast export created using the CreateWhatIfForecastExport operation.default DescribeWhatIfForecastExportResponseForecastClient. describeWhatIfForecastExport(Consumer<DescribeWhatIfForecastExportRequest.Builder> describeWhatIfForecastExportRequest)Describes the what-if forecast export created using the CreateWhatIfForecastExport operation. -
Uses of DescribeWhatIfForecastExportRequest.Builder in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return DescribeWhatIfForecastExportRequest.Builder Modifier and Type Method Description static DescribeWhatIfForecastExportRequest.BuilderDescribeWhatIfForecastExportRequest. builder()DescribeWhatIfForecastExportRequest.BuilderDescribeWhatIfForecastExportRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeWhatIfForecastExportRequest.BuilderDescribeWhatIfForecastExportRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeWhatIfForecastExportRequest.BuilderDescribeWhatIfForecastExportRequest. toBuilder()DescribeWhatIfForecastExportRequest.BuilderDescribeWhatIfForecastExportRequest.Builder. whatIfForecastExportArn(String whatIfForecastExportArn)The Amazon Resource Name (ARN) of the what-if forecast export that you are interested in.Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type DescribeWhatIfForecastExportRequest.Builder Modifier and Type Method Description static Class<? extends DescribeWhatIfForecastExportRequest.Builder>DescribeWhatIfForecastExportRequest. serializableBuilderClass()
-