| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentity |
|
| com.amazonaws.services.cognitoidentity.model |
| Modifier and Type | Method and Description |
|---|---|
GetIdentityPoolRolesResult |
AmazonCognitoIdentityClient.getIdentityPoolRoles(GetIdentityPoolRolesRequest request)
Gets the roles for an identity pool.
|
GetIdentityPoolRolesResult |
AmazonCognitoIdentity.getIdentityPoolRoles(GetIdentityPoolRolesRequest getIdentityPoolRolesRequest)
Gets the roles for an identity pool.
|
GetIdentityPoolRolesResult |
AbstractAmazonCognitoIdentity.getIdentityPoolRoles(GetIdentityPoolRolesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetIdentityPoolRolesResult> |
AmazonCognitoIdentityAsyncClient.getIdentityPoolRolesAsync(GetIdentityPoolRolesRequest request,
AsyncHandler<GetIdentityPoolRolesRequest,GetIdentityPoolRolesResult> asyncHandler) |
Future<GetIdentityPoolRolesResult> |
AbstractAmazonCognitoIdentityAsync.getIdentityPoolRolesAsync(GetIdentityPoolRolesRequest request,
AsyncHandler<GetIdentityPoolRolesRequest,GetIdentityPoolRolesResult> asyncHandler) |
Future<GetIdentityPoolRolesResult> |
AmazonCognitoIdentityAsync.getIdentityPoolRolesAsync(GetIdentityPoolRolesRequest getIdentityPoolRolesRequest,
AsyncHandler<GetIdentityPoolRolesRequest,GetIdentityPoolRolesResult> asyncHandler)
Gets the roles for an identity pool.
|
| Modifier and Type | Method and Description |
|---|---|
GetIdentityPoolRolesResult |
GetIdentityPoolRolesResult.addRoleMappingsEntry(String key,
RoleMapping value)
Add a single RoleMappings entry
|
GetIdentityPoolRolesResult |
GetIdentityPoolRolesResult.addRolesEntry(String key,
String value)
Add a single Roles entry
|
GetIdentityPoolRolesResult |
GetIdentityPoolRolesResult.clearRoleMappingsEntries()
Removes all the entries added into RoleMappings.
|
GetIdentityPoolRolesResult |
GetIdentityPoolRolesResult.clearRolesEntries()
Removes all the entries added into Roles.
|
GetIdentityPoolRolesResult |
GetIdentityPoolRolesResult.clone() |
GetIdentityPoolRolesResult |
GetIdentityPoolRolesResult.withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
GetIdentityPoolRolesResult |
GetIdentityPoolRolesResult.withRoleMappings(Map<String,RoleMapping> roleMappings)
How users for a specific identity provider are to mapped to roles.
|
GetIdentityPoolRolesResult |
GetIdentityPoolRolesResult.withRoles(Map<String,String> roles)
The map of roles associated with this pool.
|
Copyright © 2022. All rights reserved.