| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentity.model |
| Modifier and Type | Method and Description |
|---|---|
RulesConfigurationType |
RulesConfigurationType.clone() |
RulesConfigurationType |
RoleMapping.getRulesConfiguration()
The rules to be used for mapping users to roles.
|
RulesConfigurationType |
RulesConfigurationType.withRules(Collection<MappingRule> rules)
An array of rules.
|
RulesConfigurationType |
RulesConfigurationType.withRules(MappingRule... rules)
An array of rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoleMapping.setRulesConfiguration(RulesConfigurationType rulesConfiguration)
The rules to be used for mapping users to roles.
|
RoleMapping |
RoleMapping.withRulesConfiguration(RulesConfigurationType rulesConfiguration)
The rules to be used for mapping users to roles.
|
Copyright © 2023. All rights reserved.