Package | Description |
---|---|
com.amazonaws.services.cognitoidentity | |
com.amazonaws.services.cognitoidentity.model | |
com.amazonaws.services.cognitoidentity.model.transform |
Modifier and Type | Method and Description |
---|---|
GetIdentityPoolRolesResult |
AmazonCognitoIdentityClient.getIdentityPoolRoles(GetIdentityPoolRolesRequest getIdentityPoolRolesRequest)
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 |
---|---|
java.util.concurrent.Future<GetIdentityPoolRolesResult> |
AmazonCognitoIdentityAsyncClient.getIdentityPoolRolesAsync(GetIdentityPoolRolesRequest request,
AsyncHandler<GetIdentityPoolRolesRequest,GetIdentityPoolRolesResult> asyncHandler) |
java.util.concurrent.Future<GetIdentityPoolRolesResult> |
AmazonCognitoIdentityAsync.getIdentityPoolRolesAsync(GetIdentityPoolRolesRequest getIdentityPoolRolesRequest,
AsyncHandler<GetIdentityPoolRolesRequest,GetIdentityPoolRolesResult> asyncHandler)
Gets the roles for an identity pool.
|
java.util.concurrent.Future<GetIdentityPoolRolesResult> |
AbstractAmazonCognitoIdentityAsync.getIdentityPoolRolesAsync(GetIdentityPoolRolesRequest request,
AsyncHandler<GetIdentityPoolRolesRequest,GetIdentityPoolRolesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetIdentityPoolRolesResult |
GetIdentityPoolRolesResult.addRolesEntry(java.lang.String key,
java.lang.String value) |
GetIdentityPoolRolesResult |
GetIdentityPoolRolesResult.clearRolesEntries()
Removes all the entries added into Roles.
|
GetIdentityPoolRolesResult |
GetIdentityPoolRolesResult.clone() |
GetIdentityPoolRolesResult |
GetIdentityPoolRolesResult.withIdentityPoolId(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
GetIdentityPoolRolesResult |
GetIdentityPoolRolesResult.withRoles(java.util.Map<java.lang.String,java.lang.String> roles)
The map of roles associated with this pool.
|
Modifier and Type | Method and Description |
---|---|
GetIdentityPoolRolesResult |
GetIdentityPoolRolesResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |