Uses of Class
software.amazon.awssdk.services.devopsguru.model.GetCostEstimationResponse
-
Packages that use GetCostEstimationResponse 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.paginators -
-
Uses of GetCostEstimationResponse in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru that return GetCostEstimationResponse Modifier and Type Method Description default GetCostEstimationResponseDevOpsGuruClient. getCostEstimation(Consumer<GetCostEstimationRequest.Builder> getCostEstimationRequest)Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources.default GetCostEstimationResponseDevOpsGuruClient. getCostEstimation(GetCostEstimationRequest getCostEstimationRequest)Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources.Methods in software.amazon.awssdk.services.devopsguru that return types with arguments of type GetCostEstimationResponse Modifier and Type Method Description default CompletableFuture<GetCostEstimationResponse>DevOpsGuruAsyncClient. getCostEstimation(Consumer<GetCostEstimationRequest.Builder> getCostEstimationRequest)Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources.default CompletableFuture<GetCostEstimationResponse>DevOpsGuruAsyncClient. getCostEstimation(GetCostEstimationRequest getCostEstimationRequest)Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources. -
Uses of GetCostEstimationResponse in software.amazon.awssdk.services.devopsguru.paginators
Methods in software.amazon.awssdk.services.devopsguru.paginators that return types with arguments of type GetCostEstimationResponse Modifier and Type Method Description Iterator<GetCostEstimationResponse>GetCostEstimationIterable. iterator()Method parameters in software.amazon.awssdk.services.devopsguru.paginators with type arguments of type GetCostEstimationResponse Modifier and Type Method Description voidGetCostEstimationPublisher. subscribe(org.reactivestreams.Subscriber<? super GetCostEstimationResponse> subscriber)
-