Uses of Interface
software.amazon.awssdk.services.forecast.model.DeleteWhatIfForecastExportRequest.Builder
-
Packages that use DeleteWhatIfForecastExportRequest.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 DeleteWhatIfForecastExportRequest.Builder in software.amazon.awssdk.services.forecast
Method parameters in software.amazon.awssdk.services.forecast with type arguments of type DeleteWhatIfForecastExportRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteWhatIfForecastExportResponse>ForecastAsyncClient. deleteWhatIfForecastExport(Consumer<DeleteWhatIfForecastExportRequest.Builder> deleteWhatIfForecastExportRequest)Deletes a what-if forecast export created using the CreateWhatIfForecastExport operation.default DeleteWhatIfForecastExportResponseForecastClient. deleteWhatIfForecastExport(Consumer<DeleteWhatIfForecastExportRequest.Builder> deleteWhatIfForecastExportRequest)Deletes a what-if forecast export created using the CreateWhatIfForecastExport operation. -
Uses of DeleteWhatIfForecastExportRequest.Builder in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return DeleteWhatIfForecastExportRequest.Builder Modifier and Type Method Description static DeleteWhatIfForecastExportRequest.BuilderDeleteWhatIfForecastExportRequest. builder()DeleteWhatIfForecastExportRequest.BuilderDeleteWhatIfForecastExportRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteWhatIfForecastExportRequest.BuilderDeleteWhatIfForecastExportRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteWhatIfForecastExportRequest.BuilderDeleteWhatIfForecastExportRequest. toBuilder()DeleteWhatIfForecastExportRequest.BuilderDeleteWhatIfForecastExportRequest.Builder. whatIfForecastExportArn(String whatIfForecastExportArn)The Amazon Resource Name (ARN) of the what-if forecast export that you want to delete.Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type DeleteWhatIfForecastExportRequest.Builder Modifier and Type Method Description static Class<? extends DeleteWhatIfForecastExportRequest.Builder>DeleteWhatIfForecastExportRequest. serializableBuilderClass()
-