Uses of Class
com.amazonaws.services.cognitoidentity.model.GetIdentityPoolRolesResult
-
Packages that use GetIdentityPoolRolesResult Package Description com.amazonaws.services.cognitoidentity com.amazonaws.services.cognitoidentity.model -
-
Uses of GetIdentityPoolRolesResult in com.amazonaws.services.cognitoidentity
Methods in com.amazonaws.services.cognitoidentity that return GetIdentityPoolRolesResult Modifier and Type Method Description GetIdentityPoolRolesResult
AbstractAmazonCognitoIdentity. getIdentityPoolRoles(GetIdentityPoolRolesRequest request)
GetIdentityPoolRolesResult
AmazonCognitoIdentity. getIdentityPoolRoles(GetIdentityPoolRolesRequest getIdentityPoolRolesRequest)
Gets the roles for an identity pool.GetIdentityPoolRolesResult
AmazonCognitoIdentityClient. getIdentityPoolRoles(GetIdentityPoolRolesRequest getIdentityPoolRolesRequest)
Gets the roles for an identity pool.Method parameters in com.amazonaws.services.cognitoidentity with type arguments of type GetIdentityPoolRolesResult Modifier and Type Method Description 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.Future<GetIdentityPoolRolesResult>
AmazonCognitoIdentityAsyncClient. getIdentityPoolRolesAsync(GetIdentityPoolRolesRequest request, AsyncHandler<GetIdentityPoolRolesRequest,GetIdentityPoolRolesResult> asyncHandler)
-
Uses of GetIdentityPoolRolesResult in com.amazonaws.services.cognitoidentity.model
Methods in com.amazonaws.services.cognitoidentity.model that return GetIdentityPoolRolesResult Modifier and Type Method Description GetIdentityPoolRolesResult
GetIdentityPoolRolesResult. addRolesEntry(String key, String value)
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. withRoles(Map<String,String> roles)
The map of roles associated with this pool.
-