| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceResourceCost |
ServiceResourceCost.clone() |
ServiceResourceCost |
ServiceResourceCost.withCost(Double cost)
The total estimated monthly cost to analyze the active resources for this resource.
|
ServiceResourceCost |
ServiceResourceCost.withCount(Integer count)
The number of active resources analyzed for this service to create a monthly cost estimate.
|
ServiceResourceCost |
ServiceResourceCost.withState(CostEstimationServiceResourceState state)
The state of the resource.
|
ServiceResourceCost |
ServiceResourceCost.withState(String state)
The state of the resource.
|
ServiceResourceCost |
ServiceResourceCost.withType(String type)
The type of the Amazon Web Services resource.
|
ServiceResourceCost |
ServiceResourceCost.withUnitCost(Double unitCost)
The price per hour to analyze the resources in the service.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceResourceCost> |
GetCostEstimationResult.getCosts()
An array of
ResourceCost objects that each contains details about the monthly cost estimate to
analyze one of your Amazon Web Services resources. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetCostEstimationResult.setCosts(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(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. |
Copyright © 2025. All rights reserved.