Uses of Class
software.amazon.awssdk.services.redshift.model.ImpactRankingType
-
Packages that use ImpactRankingType Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of ImpactRankingType in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return ImpactRankingType Modifier and Type Method Description static ImpactRankingTypeImpactRankingType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ImpactRankingTypeRecommendation. impactRanking()The scale of the impact that the Advisor recommendation has to the performance and cost of the cluster.static ImpactRankingTypeImpactRankingType. valueOf(String name)Returns the enum constant of this type with the specified name.static ImpactRankingType[]ImpactRankingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ImpactRankingType Modifier and Type Method Description static Set<ImpactRankingType>ImpactRankingType. knownValues()Methods in software.amazon.awssdk.services.redshift.model with parameters of type ImpactRankingType Modifier and Type Method Description Recommendation.BuilderRecommendation.Builder. impactRanking(ImpactRankingType impactRanking)The scale of the impact that the Advisor recommendation has to the performance and cost of the cluster.
-