| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentity.model |
| Modifier and Type | Method and Description |
|---|---|
RoleMapping |
RoleMapping.clone() |
RoleMapping |
RoleMapping.withAmbiguousRoleResolution(AmbiguousRoleResolutionType ambiguousRoleResolution)
If you specify Token or Rules as the
Type, AmbiguousRoleResolution is required. |
RoleMapping |
RoleMapping.withAmbiguousRoleResolution(String ambiguousRoleResolution)
If you specify Token or Rules as the
Type, AmbiguousRoleResolution is required. |
RoleMapping |
RoleMapping.withRulesConfiguration(RulesConfigurationType rulesConfiguration)
The rules to be used for mapping users to roles.
|
RoleMapping |
RoleMapping.withType(RoleMappingType type)
The role mapping type.
|
RoleMapping |
RoleMapping.withType(String type)
The role mapping type.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,RoleMapping> |
SetIdentityPoolRolesRequest.getRoleMappings()
How users for a specific identity provider are to mapped to roles.
|
Map<String,RoleMapping> |
GetIdentityPoolRolesResult.getRoleMappings()
How users for a specific identity provider are to mapped to roles.
|
| Modifier and Type | Method and Description |
|---|---|
SetIdentityPoolRolesRequest |
SetIdentityPoolRolesRequest.addRoleMappingsEntry(String key,
RoleMapping value)
Add a single RoleMappings entry
|
GetIdentityPoolRolesResult |
GetIdentityPoolRolesResult.addRoleMappingsEntry(String key,
RoleMapping value)
Add a single RoleMappings entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
SetIdentityPoolRolesRequest.setRoleMappings(Map<String,RoleMapping> roleMappings)
How users for a specific identity provider are to mapped to roles.
|
void |
GetIdentityPoolRolesResult.setRoleMappings(Map<String,RoleMapping> roleMappings)
How users for a specific identity provider are to mapped to roles.
|
SetIdentityPoolRolesRequest |
SetIdentityPoolRolesRequest.withRoleMappings(Map<String,RoleMapping> roleMappings)
How users for a specific identity provider are to mapped to roles.
|
GetIdentityPoolRolesResult |
GetIdentityPoolRolesResult.withRoleMappings(Map<String,RoleMapping> roleMappings)
How users for a specific identity provider are to mapped to roles.
|
Copyright © 2020. All rights reserved.