Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.MappingRuleMatchType
-
Packages that use MappingRuleMatchType Package Description software.amazon.awssdk.services.cognitoidentity.model -
-
Uses of MappingRuleMatchType in software.amazon.awssdk.services.cognitoidentity.model
Methods in software.amazon.awssdk.services.cognitoidentity.model that return MappingRuleMatchType Modifier and Type Method Description static MappingRuleMatchTypeMappingRuleMatchType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MappingRuleMatchTypeMappingRule. matchType()The match condition that specifies how closely the claim value in the IdP token must matchValue.static MappingRuleMatchTypeMappingRuleMatchType. valueOf(String name)Returns the enum constant of this type with the specified name.static MappingRuleMatchType[]MappingRuleMatchType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cognitoidentity.model that return types with arguments of type MappingRuleMatchType Modifier and Type Method Description static Set<MappingRuleMatchType>MappingRuleMatchType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentity.model with parameters of type MappingRuleMatchType Modifier and Type Method Description MappingRule.BuilderMappingRule.Builder. matchType(MappingRuleMatchType matchType)The match condition that specifies how closely the claim value in the IdP token must matchValue.
-