Uses of Class
software.amazon.awssdk.services.devopsguru.model.CostEstimationResourceCollectionFilter
-
Packages that use CostEstimationResourceCollectionFilter Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of CostEstimationResourceCollectionFilter in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return CostEstimationResourceCollectionFilter Modifier and Type Method Description CostEstimationResourceCollectionFilterGetCostEstimationResponse. resourceCollection()The collection of the Amazon Web Services resources used to create your monthly DevOps Guru cost estimate.CostEstimationResourceCollectionFilterStartCostEstimationRequest. resourceCollection()The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type CostEstimationResourceCollectionFilter Modifier and Type Method Description GetCostEstimationResponse.BuilderGetCostEstimationResponse.Builder. resourceCollection(CostEstimationResourceCollectionFilter resourceCollection)The collection of the Amazon Web Services resources used to create your monthly DevOps Guru cost estimate.StartCostEstimationRequest.BuilderStartCostEstimationRequest.Builder. resourceCollection(CostEstimationResourceCollectionFilter resourceCollection)The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.
-