Uses of Class
software.amazon.awssdk.services.costoptimizationhub.model.ResourceType
-
Packages that use ResourceType Package Description software.amazon.awssdk.services.costoptimizationhub.model -
-
Uses of ResourceType in software.amazon.awssdk.services.costoptimizationhub.model
Methods in software.amazon.awssdk.services.costoptimizationhub.model that return ResourceType Modifier and Type Method Description ResourceTypeGetRecommendationResponse. currentResourceType()The type of resource.static ResourceTypeResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceTypeGetRecommendationResponse. recommendedResourceType()The resource type of the recommendation.static ResourceTypeResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceType[]ResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.costoptimizationhub.model that return types with arguments of type ResourceType Modifier and Type Method Description static Set<ResourceType>ResourceType. knownValues()List<ResourceType>Filter. resourceTypes()The resource type of the recommendation.Methods in software.amazon.awssdk.services.costoptimizationhub.model with parameters of type ResourceType Modifier and Type Method Description GetRecommendationResponse.BuilderGetRecommendationResponse.Builder. currentResourceType(ResourceType currentResourceType)The type of resource.GetRecommendationResponse.BuilderGetRecommendationResponse.Builder. recommendedResourceType(ResourceType recommendedResourceType)The resource type of the recommendation.Filter.BuilderFilter.Builder. resourceTypes(ResourceType... resourceTypes)The resource type of the recommendation.Method parameters in software.amazon.awssdk.services.costoptimizationhub.model with type arguments of type ResourceType Modifier and Type Method Description Filter.BuilderFilter.Builder. resourceTypes(Collection<ResourceType> resourceTypes)The resource type of the recommendation.
-