| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model | |
| software.amazon.awssdk.services.devopsguru.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceResourceCost> |
GetCostEstimationResponse.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 |
|---|---|
GetCostEstimationResponse.Builder |
GetCostEstimationResponse.Builder.costs(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 |
|---|---|
GetCostEstimationResponse.Builder |
GetCostEstimationResponse.Builder.costs(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. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ServiceResourceCost> |
GetCostEstimationPublisher.costs()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ServiceResourceCost> |
GetCostEstimationIterable.costs()
Returns an iterable to iterate through the paginated
GetCostEstimationResponse.costs() member. |
Copyright © 2023. All rights reserved.