| 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 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 GetCostEstimationResponse |
DevOpsGuruClient.getCostEstimation(Consumer<GetCostEstimationRequest.Builder> getCostEstimationRequest)
Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources.
|
default GetCostEstimationPublisher |
DevOpsGuruAsyncClient.getCostEstimationPaginator(Consumer<GetCostEstimationRequest.Builder> getCostEstimationRequest)
Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources.
|
default GetCostEstimationIterable |
DevOpsGuruClient.getCostEstimationPaginator(Consumer<GetCostEstimationRequest.Builder> getCostEstimationRequest)
Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources.
|
| Modifier and Type | Method and Description |
|---|---|
static GetCostEstimationRequest.Builder |
GetCostEstimationRequest.builder() |
GetCostEstimationRequest.Builder |
GetCostEstimationRequest.Builder.nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
GetCostEstimationRequest.Builder |
GetCostEstimationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetCostEstimationRequest.Builder |
GetCostEstimationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetCostEstimationRequest.Builder |
GetCostEstimationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetCostEstimationRequest.Builder> |
GetCostEstimationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.