Uses of Class
software.amazon.awssdk.services.devopsguru.model.StartCostEstimationResponse
-
Packages that use StartCostEstimationResponse Package Description software.amazon.awssdk.services.devopsguru Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in business critical operational applications. -
-
Uses of StartCostEstimationResponse in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru that return StartCostEstimationResponse Modifier and Type Method Description default StartCostEstimationResponseDevOpsGuruClient. startCostEstimation(Consumer<StartCostEstimationRequest.Builder> startCostEstimationRequest)Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services resources.default StartCostEstimationResponseDevOpsGuruClient. startCostEstimation(StartCostEstimationRequest startCostEstimationRequest)Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services resources.Methods in software.amazon.awssdk.services.devopsguru that return types with arguments of type StartCostEstimationResponse Modifier and Type Method Description default CompletableFuture<StartCostEstimationResponse>DevOpsGuruAsyncClient. startCostEstimation(Consumer<StartCostEstimationRequest.Builder> startCostEstimationRequest)Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services resources.default CompletableFuture<StartCostEstimationResponse>DevOpsGuruAsyncClient. startCostEstimation(StartCostEstimationRequest startCostEstimationRequest)Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services resources.
-