Uses of Interface
software.amazon.awssdk.services.devopsguru.model.GetCostEstimationRequest.Builder
-
Packages that use GetCostEstimationRequest.Builder 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.model -
-
Uses of GetCostEstimationRequest.Builder in software.amazon.awssdk.services.devopsguru
Method parameters in software.amazon.awssdk.services.devopsguru with type arguments of type GetCostEstimationRequest.Builder 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 GetCostEstimationResponseDevOpsGuruClient. getCostEstimation(Consumer<GetCostEstimationRequest.Builder> getCostEstimationRequest)Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources.default GetCostEstimationPublisherDevOpsGuruAsyncClient. getCostEstimationPaginator(Consumer<GetCostEstimationRequest.Builder> getCostEstimationRequest)Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources.default GetCostEstimationIterableDevOpsGuruClient. getCostEstimationPaginator(Consumer<GetCostEstimationRequest.Builder> getCostEstimationRequest)Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources. -
Uses of GetCostEstimationRequest.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return GetCostEstimationRequest.Builder Modifier and Type Method Description static GetCostEstimationRequest.BuilderGetCostEstimationRequest. builder()GetCostEstimationRequest.BuilderGetCostEstimationRequest.Builder. nextToken(String nextToken)The pagination token to use to retrieve the next page of results for this operation.GetCostEstimationRequest.BuilderGetCostEstimationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCostEstimationRequest.BuilderGetCostEstimationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCostEstimationRequest.BuilderGetCostEstimationRequest. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type GetCostEstimationRequest.Builder Modifier and Type Method Description static Class<? extends GetCostEstimationRequest.Builder>GetCostEstimationRequest. serializableBuilderClass()
-