Uses of Class
software.amazon.awssdk.services.costexplorer.model.ResourceDetails
-
Packages that use ResourceDetails Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of ResourceDetails in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return ResourceDetails Modifier and Type Method Description ResourceDetailsCurrentInstance. resourceDetails()Details about the resource and utilization.ResourceDetailsTargetInstance. resourceDetails()Details on the target instance type.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type ResourceDetails Modifier and Type Method Description CurrentInstance.BuilderCurrentInstance.Builder. resourceDetails(ResourceDetails resourceDetails)Details about the resource and utilization.TargetInstance.BuilderTargetInstance.Builder. resourceDetails(ResourceDetails resourceDetails)Details on the target instance type.
-