Uses of Class
software.amazon.awssdk.services.costexplorer.model.TargetInstance
-
Packages that use TargetInstance Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of TargetInstance in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type TargetInstance Modifier and Type Method Description List<TargetInstance>ModifyRecommendationDetail. targetInstances()Determines whether this instance type is the Amazon Web Services default recommendation.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type TargetInstance Modifier and Type Method Description ModifyRecommendationDetail.BuilderModifyRecommendationDetail.Builder. targetInstances(TargetInstance... targetInstances)Determines whether this instance type is the Amazon Web Services default recommendation.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type TargetInstance Modifier and Type Method Description ModifyRecommendationDetail.BuilderModifyRecommendationDetail.Builder. targetInstances(Collection<TargetInstance> targetInstances)Determines whether this instance type is the Amazon Web Services default recommendation.
-