Uses of Class
software.amazon.awssdk.services.customerprofiles.model.RuleBasedMatchingStatus
-
Packages that use RuleBasedMatchingStatus Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of RuleBasedMatchingStatus in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return RuleBasedMatchingStatus Modifier and Type Method Description static RuleBasedMatchingStatusRuleBasedMatchingStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RuleBasedMatchingStatusRuleBasedMatchingResponse. status()PENDINGstatic RuleBasedMatchingStatusRuleBasedMatchingStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleBasedMatchingStatus[]RuleBasedMatchingStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type RuleBasedMatchingStatus Modifier and Type Method Description static Set<RuleBasedMatchingStatus>RuleBasedMatchingStatus. knownValues()Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type RuleBasedMatchingStatus Modifier and Type Method Description RuleBasedMatchingResponse.BuilderRuleBasedMatchingResponse.Builder. status(RuleBasedMatchingStatus status)PENDING
-