Uses of Enum
software.amazon.awssdk.services.sesv2.model.RecommendationStatus
Packages that use RecommendationStatus
-
Uses of RecommendationStatus in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return RecommendationStatusModifier and TypeMethodDescriptionstatic RecommendationStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final RecommendationStatusRecommendation.status()The recommendation status, with values likeOPENorFIXED.static RecommendationStatusReturns the enum constant of this type with the specified name.static RecommendationStatus[]RecommendationStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type RecommendationStatusModifier and TypeMethodDescriptionstatic Set<RecommendationStatus>RecommendationStatus.knownValues()Methods in software.amazon.awssdk.services.sesv2.model with parameters of type RecommendationStatusModifier and TypeMethodDescriptionRecommendation.Builder.status(RecommendationStatus status) The recommendation status, with values likeOPENorFIXED.