| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru |
Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in business critical
operational applications.
|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
GetCostEstimationResult |
AmazonDevOpsGuruClient.getCostEstimation(GetCostEstimationRequest request)
Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources.
|
GetCostEstimationResult |
AmazonDevOpsGuru.getCostEstimation(GetCostEstimationRequest getCostEstimationRequest)
Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources.
|
GetCostEstimationResult |
AbstractAmazonDevOpsGuru.getCostEstimation(GetCostEstimationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetCostEstimationResult> |
AmazonDevOpsGuruAsyncClient.getCostEstimationAsync(GetCostEstimationRequest request,
AsyncHandler<GetCostEstimationRequest,GetCostEstimationResult> asyncHandler) |
Future<GetCostEstimationResult> |
AmazonDevOpsGuruAsync.getCostEstimationAsync(GetCostEstimationRequest getCostEstimationRequest,
AsyncHandler<GetCostEstimationRequest,GetCostEstimationResult> asyncHandler)
Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources.
|
Future<GetCostEstimationResult> |
AbstractAmazonDevOpsGuruAsync.getCostEstimationAsync(GetCostEstimationRequest request,
AsyncHandler<GetCostEstimationRequest,GetCostEstimationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetCostEstimationResult |
GetCostEstimationResult.clone() |
GetCostEstimationResult |
GetCostEstimationResult.withCosts(Collection<ServiceResourceCost> costs)
An array of
ResourceCost objects that each contains details about the monthly cost estimate to
analyze one of your Amazon Web Services resources. |
GetCostEstimationResult |
GetCostEstimationResult.withCosts(ServiceResourceCost... costs)
An array of
ResourceCost objects that each contains details about the monthly cost estimate to
analyze one of your Amazon Web Services resources. |
GetCostEstimationResult |
GetCostEstimationResult.withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
GetCostEstimationResult |
GetCostEstimationResult.withResourceCollection(CostEstimationResourceCollectionFilter resourceCollection)
The collection of the Amazon Web Services resources used to create your monthly DevOps Guru cost estimate.
|
GetCostEstimationResult |
GetCostEstimationResult.withStatus(CostEstimationStatus status)
The status of creating this cost estimate.
|
GetCostEstimationResult |
GetCostEstimationResult.withStatus(String status)
The status of creating this cost estimate.
|
GetCostEstimationResult |
GetCostEstimationResult.withTimeRange(CostEstimationTimeRange timeRange)
The start and end time of the cost estimation.
|
GetCostEstimationResult |
GetCostEstimationResult.withTotalCost(Double totalCost)
The estimated monthly cost to analyze the Amazon Web Services resources.
|
Copyright © 2023. All rights reserved.