Uses of Class
software.amazon.awssdk.services.devopsguru.model.ServiceResourceCost
-
Packages that use ServiceResourceCost Package Description software.amazon.awssdk.services.devopsguru.model software.amazon.awssdk.services.devopsguru.paginators -
-
Uses of ServiceResourceCost in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type ServiceResourceCost Modifier and Type Method Description List<ServiceResourceCost>GetCostEstimationResponse. costs()An array ofResourceCostobjects that each contains details about the monthly cost estimate to analyze one of your Amazon Web Services resources.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type ServiceResourceCost Modifier and Type Method Description GetCostEstimationResponse.BuilderGetCostEstimationResponse.Builder. costs(ServiceResourceCost... costs)An array ofResourceCostobjects that each contains details about the monthly cost estimate to analyze one of your Amazon Web Services resources.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type ServiceResourceCost Modifier and Type Method Description GetCostEstimationResponse.BuilderGetCostEstimationResponse.Builder. costs(Collection<ServiceResourceCost> costs)An array ofResourceCostobjects that each contains details about the monthly cost estimate to analyze one of your Amazon Web Services resources. -
Uses of ServiceResourceCost in software.amazon.awssdk.services.devopsguru.paginators
Methods in software.amazon.awssdk.services.devopsguru.paginators that return types with arguments of type ServiceResourceCost Modifier and Type Method Description SdkIterable<ServiceResourceCost>GetCostEstimationIterable. costs()Returns an iterable to iterate through the paginatedGetCostEstimationResponse.costs()member.SdkPublisher<ServiceResourceCost>GetCostEstimationPublisher. costs()Returns a publisher that can be used to get a stream of data.
-