Uses of Class
software.amazon.awssdk.services.redshift.model.RecommendedActionType
-
Packages that use RecommendedActionType Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of RecommendedActionType in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return RecommendedActionType Modifier and Type Method Description static RecommendedActionTypeRecommendedActionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RecommendedActionTypeRecommendedAction. type()The type of command.static RecommendedActionTypeRecommendedActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static RecommendedActionType[]RecommendedActionType. 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 RecommendedActionType Modifier and Type Method Description static Set<RecommendedActionType>RecommendedActionType. knownValues()Methods in software.amazon.awssdk.services.redshift.model with parameters of type RecommendedActionType Modifier and Type Method Description RecommendedAction.BuilderRecommendedAction.Builder. type(RecommendedActionType type)The type of command.
-