Uses of Class
com.amazonaws.services.cognitoidentity.model.GetIdentityPoolRolesResult
Packages that use GetIdentityPoolRolesResult
Package
Description
-
Uses of GetIdentityPoolRolesResult in com.amazonaws.services.cognitoidentity
Methods in com.amazonaws.services.cognitoidentity that return GetIdentityPoolRolesResultModifier and TypeMethodDescriptionAbstractAmazonCognitoIdentity.getIdentityPoolRoles(GetIdentityPoolRolesRequest request) AmazonCognitoIdentity.getIdentityPoolRoles(GetIdentityPoolRolesRequest getIdentityPoolRolesRequest) Gets the roles for an identity pool.AmazonCognitoIdentityClient.getIdentityPoolRoles(GetIdentityPoolRolesRequest getIdentityPoolRolesRequest) Gets the roles for an identity pool.Methods in com.amazonaws.services.cognitoidentity that return types with arguments of type GetIdentityPoolRolesResultModifier and TypeMethodDescriptionAbstractAmazonCognitoIdentityAsync.getIdentityPoolRolesAsync(GetIdentityPoolRolesRequest request) AbstractAmazonCognitoIdentityAsync.getIdentityPoolRolesAsync(GetIdentityPoolRolesRequest request, AsyncHandler<GetIdentityPoolRolesRequest, GetIdentityPoolRolesResult> asyncHandler) AmazonCognitoIdentityAsync.getIdentityPoolRolesAsync(GetIdentityPoolRolesRequest getIdentityPoolRolesRequest) Gets the roles for an identity pool.AmazonCognitoIdentityAsync.getIdentityPoolRolesAsync(GetIdentityPoolRolesRequest getIdentityPoolRolesRequest, AsyncHandler<GetIdentityPoolRolesRequest, GetIdentityPoolRolesResult> asyncHandler) Gets the roles for an identity pool.AmazonCognitoIdentityAsyncClient.getIdentityPoolRolesAsync(GetIdentityPoolRolesRequest request) AmazonCognitoIdentityAsyncClient.getIdentityPoolRolesAsync(GetIdentityPoolRolesRequest request, AsyncHandler<GetIdentityPoolRolesRequest, GetIdentityPoolRolesResult> asyncHandler) Method parameters in com.amazonaws.services.cognitoidentity with type arguments of type GetIdentityPoolRolesResultModifier and TypeMethodDescriptionAbstractAmazonCognitoIdentityAsync.getIdentityPoolRolesAsync(GetIdentityPoolRolesRequest request, AsyncHandler<GetIdentityPoolRolesRequest, GetIdentityPoolRolesResult> asyncHandler) AmazonCognitoIdentityAsync.getIdentityPoolRolesAsync(GetIdentityPoolRolesRequest getIdentityPoolRolesRequest, AsyncHandler<GetIdentityPoolRolesRequest, GetIdentityPoolRolesResult> asyncHandler) Gets the roles for an identity pool.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 GetIdentityPoolRolesResultModifier and TypeMethodDescriptionGetIdentityPoolRolesResult.addRolesEntry(String key, String value) GetIdentityPoolRolesResult.clearRolesEntries()Removes all the entries added into Roles.GetIdentityPoolRolesResult.clone()GetIdentityPoolRolesResult.withIdentityPoolId(String identityPoolId) An identity pool ID in the format REGION:GUID.The map of roles associated with this pool.