Uses of Interface
software.amazon.awssdk.services.forecast.model.DeleteWhatIfAnalysisRequest.Builder
-
Packages that use DeleteWhatIfAnalysisRequest.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 DeleteWhatIfAnalysisRequest.Builder in software.amazon.awssdk.services.forecast
Method parameters in software.amazon.awssdk.services.forecast with type arguments of type DeleteWhatIfAnalysisRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteWhatIfAnalysisResponse>ForecastAsyncClient. deleteWhatIfAnalysis(Consumer<DeleteWhatIfAnalysisRequest.Builder> deleteWhatIfAnalysisRequest)Deletes a what-if analysis created using the CreateWhatIfAnalysis operation.default DeleteWhatIfAnalysisResponseForecastClient. deleteWhatIfAnalysis(Consumer<DeleteWhatIfAnalysisRequest.Builder> deleteWhatIfAnalysisRequest)Deletes a what-if analysis created using the CreateWhatIfAnalysis operation. -
Uses of DeleteWhatIfAnalysisRequest.Builder in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return DeleteWhatIfAnalysisRequest.Builder Modifier and Type Method Description static DeleteWhatIfAnalysisRequest.BuilderDeleteWhatIfAnalysisRequest. builder()DeleteWhatIfAnalysisRequest.BuilderDeleteWhatIfAnalysisRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteWhatIfAnalysisRequest.BuilderDeleteWhatIfAnalysisRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteWhatIfAnalysisRequest.BuilderDeleteWhatIfAnalysisRequest. toBuilder()DeleteWhatIfAnalysisRequest.BuilderDeleteWhatIfAnalysisRequest.Builder. whatIfAnalysisArn(String whatIfAnalysisArn)The Amazon Resource Name (ARN) of the what-if analysis that you want to delete.Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type DeleteWhatIfAnalysisRequest.Builder Modifier and Type Method Description static Class<? extends DeleteWhatIfAnalysisRequest.Builder>DeleteWhatIfAnalysisRequest. serializableBuilderClass()
-