| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentity.model |
Classes modeling the various types represented by AmazonCognitoIdentity
|
| Modifier and Type | Method and Description |
|---|---|
static MappingRuleMatchType |
MappingRuleMatchType.fromValue(String value)
Use this in place of valueOf.
|
static MappingRuleMatchType |
MappingRuleMatchType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MappingRule.setMatchType(MappingRuleMatchType matchType)
The match condition that specifies how closely the claim value in the IdP
token must match
Value. |
MappingRule |
MappingRule.withMatchType(MappingRuleMatchType matchType)
The match condition that specifies how closely the claim value in the IdP
token must match
Value. |
Copyright © 2019. All rights reserved.