Uses of Interface
software.amazon.awssdk.services.devopsguru.model.StartCostEstimationRequest.Builder
-
Packages that use StartCostEstimationRequest.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 StartCostEstimationRequest.Builder in software.amazon.awssdk.services.devopsguru
Method parameters in software.amazon.awssdk.services.devopsguru with type arguments of type StartCostEstimationRequest.Builder 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 StartCostEstimationResponseDevOpsGuruClient. startCostEstimation(Consumer<StartCostEstimationRequest.Builder> startCostEstimationRequest)Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services resources. -
Uses of StartCostEstimationRequest.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return StartCostEstimationRequest.Builder Modifier and Type Method Description static StartCostEstimationRequest.BuilderStartCostEstimationRequest. builder()StartCostEstimationRequest.BuilderStartCostEstimationRequest.Builder. clientToken(String clientToken)The idempotency token used to identify each cost estimate request.StartCostEstimationRequest.BuilderStartCostEstimationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartCostEstimationRequest.BuilderStartCostEstimationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default StartCostEstimationRequest.BuilderStartCostEstimationRequest.Builder. resourceCollection(Consumer<CostEstimationResourceCollectionFilter.Builder> resourceCollection)The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.StartCostEstimationRequest.BuilderStartCostEstimationRequest.Builder. resourceCollection(CostEstimationResourceCollectionFilter resourceCollection)The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.StartCostEstimationRequest.BuilderStartCostEstimationRequest. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type StartCostEstimationRequest.Builder Modifier and Type Method Description static Class<? extends StartCostEstimationRequest.Builder>StartCostEstimationRequest. serializableBuilderClass()
-