Uses of Class
software.amazon.awssdk.services.devopsguru.model.StartCostEstimationRequest
-
Packages that use StartCostEstimationRequest 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.software.amazon.awssdk.services.devopsguru.transform -
-
Uses of StartCostEstimationRequest in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru with parameters of type StartCostEstimationRequest Modifier and Type Method Description default CompletableFuture<StartCostEstimationResponse>DevOpsGuruAsyncClient. startCostEstimation(StartCostEstimationRequest 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. -
Uses of StartCostEstimationRequest in software.amazon.awssdk.services.devopsguru.transform
Methods in software.amazon.awssdk.services.devopsguru.transform with parameters of type StartCostEstimationRequest Modifier and Type Method Description SdkHttpFullRequestStartCostEstimationRequestMarshaller. marshall(StartCostEstimationRequest startCostEstimationRequest)
-