| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentity.model |
| Modifier and Type | Method and Description |
|---|---|
static MappingRuleMatchType |
MappingRuleMatchType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MappingRuleMatchType |
MappingRule.matchType()
The match condition that specifies how closely the claim value in the IdP token must match
Value. |
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 |
|---|---|
static Set<MappingRuleMatchType> |
MappingRuleMatchType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MappingRule.Builder |
MappingRule.Builder.matchType(MappingRuleMatchType matchType)
The match condition that specifies how closely the claim value in the IdP token must match
Value
. |
Copyright © 2023. All rights reserved.