| 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 |
| Modifier and Type | Method and Description |
|---|---|
default StartCostEstimationResponse |
DevOpsGuruClient.startCostEstimation(Consumer<StartCostEstimationRequest.Builder> startCostEstimationRequest)
Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services resources.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static StartCostEstimationRequest.Builder |
StartCostEstimationRequest.builder() |
StartCostEstimationRequest.Builder |
StartCostEstimationRequest.Builder.clientToken(String clientToken)
The idempotency token used to identify each cost estimate request.
|
StartCostEstimationRequest.Builder |
StartCostEstimationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartCostEstimationRequest.Builder |
StartCostEstimationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default StartCostEstimationRequest.Builder |
StartCostEstimationRequest.Builder.resourceCollection(Consumer<CostEstimationResourceCollectionFilter.Builder> resourceCollection)
The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.
|
StartCostEstimationRequest.Builder |
StartCostEstimationRequest.Builder.resourceCollection(CostEstimationResourceCollectionFilter resourceCollection)
The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.
|
StartCostEstimationRequest.Builder |
StartCostEstimationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartCostEstimationRequest.Builder> |
StartCostEstimationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.