Uses of Class
software.amazon.awssdk.services.devopsguru.model.GetCostEstimationRequest
-
Packages that use GetCostEstimationRequest 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 software.amazon.awssdk.services.devopsguru.transform -
-
Uses of GetCostEstimationRequest in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru with parameters of type GetCostEstimationRequest Modifier and Type Method Description default CompletableFuture<GetCostEstimationResponse>DevOpsGuruAsyncClient. getCostEstimation(GetCostEstimationRequest 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.default GetCostEstimationPublisherDevOpsGuruAsyncClient. getCostEstimationPaginator(GetCostEstimationRequest getCostEstimationRequest)Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources.default GetCostEstimationIterableDevOpsGuruClient. getCostEstimationPaginator(GetCostEstimationRequest getCostEstimationRequest)Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources. -
Uses of GetCostEstimationRequest in software.amazon.awssdk.services.devopsguru.paginators
Constructors in software.amazon.awssdk.services.devopsguru.paginators with parameters of type GetCostEstimationRequest Constructor Description GetCostEstimationIterable(DevOpsGuruClient client, GetCostEstimationRequest firstRequest)GetCostEstimationPublisher(DevOpsGuruAsyncClient client, GetCostEstimationRequest firstRequest) -
Uses of GetCostEstimationRequest in software.amazon.awssdk.services.devopsguru.transform
Methods in software.amazon.awssdk.services.devopsguru.transform with parameters of type GetCostEstimationRequest Modifier and Type Method Description SdkHttpFullRequestGetCostEstimationRequestMarshaller. marshall(GetCostEstimationRequest getCostEstimationRequest)
-