Uses of Class
software.amazon.awssdk.services.wisdom.model.RecommendationTriggerType
-
Packages that use RecommendationTriggerType Package Description software.amazon.awssdk.services.wisdom.model -
-
Uses of RecommendationTriggerType in software.amazon.awssdk.services.wisdom.model
Methods in software.amazon.awssdk.services.wisdom.model that return RecommendationTriggerType Modifier and Type Method Description static RecommendationTriggerTypeRecommendationTriggerType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RecommendationTriggerTypeRecommendationTrigger. type()The type of recommendation trigger.static RecommendationTriggerTypeRecommendationTriggerType. valueOf(String name)Returns the enum constant of this type with the specified name.static RecommendationTriggerType[]RecommendationTriggerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.wisdom.model that return types with arguments of type RecommendationTriggerType Modifier and Type Method Description static Set<RecommendationTriggerType>RecommendationTriggerType. knownValues()Methods in software.amazon.awssdk.services.wisdom.model with parameters of type RecommendationTriggerType Modifier and Type Method Description RecommendationTrigger.BuilderRecommendationTrigger.Builder. type(RecommendationTriggerType type)The type of recommendation trigger.
-