Uses of Class
com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityResult
Packages that use GetCredentialsForIdentityResult
Package
Description
-
Uses of GetCredentialsForIdentityResult in com.amazonaws.services.cognitoidentity
Methods in com.amazonaws.services.cognitoidentity that return GetCredentialsForIdentityResultModifier and TypeMethodDescriptionAbstractAmazonCognitoIdentity.getCredentialsForIdentity
(GetCredentialsForIdentityRequest request) AmazonCognitoIdentity.getCredentialsForIdentity
(GetCredentialsForIdentityRequest getCredentialsForIdentityRequest) Returns credentials for the provided identity ID.AmazonCognitoIdentityClient.getCredentialsForIdentity
(GetCredentialsForIdentityRequest getCredentialsForIdentityRequest) Returns credentials for the provided identity ID.Methods in com.amazonaws.services.cognitoidentity that return types with arguments of type GetCredentialsForIdentityResultModifier and TypeMethodDescriptionAbstractAmazonCognitoIdentityAsync.getCredentialsForIdentityAsync
(GetCredentialsForIdentityRequest request) AbstractAmazonCognitoIdentityAsync.getCredentialsForIdentityAsync
(GetCredentialsForIdentityRequest request, AsyncHandler<GetCredentialsForIdentityRequest, GetCredentialsForIdentityResult> asyncHandler) AmazonCognitoIdentityAsync.getCredentialsForIdentityAsync
(GetCredentialsForIdentityRequest getCredentialsForIdentityRequest) Returns credentials for the provided identity ID.AmazonCognitoIdentityAsync.getCredentialsForIdentityAsync
(GetCredentialsForIdentityRequest getCredentialsForIdentityRequest, AsyncHandler<GetCredentialsForIdentityRequest, GetCredentialsForIdentityResult> asyncHandler) Returns credentials for the provided identity ID.AmazonCognitoIdentityAsyncClient.getCredentialsForIdentityAsync
(GetCredentialsForIdentityRequest request) AmazonCognitoIdentityAsyncClient.getCredentialsForIdentityAsync
(GetCredentialsForIdentityRequest request, AsyncHandler<GetCredentialsForIdentityRequest, GetCredentialsForIdentityResult> asyncHandler) Method parameters in com.amazonaws.services.cognitoidentity with type arguments of type GetCredentialsForIdentityResultModifier and TypeMethodDescriptionAbstractAmazonCognitoIdentityAsync.getCredentialsForIdentityAsync
(GetCredentialsForIdentityRequest request, AsyncHandler<GetCredentialsForIdentityRequest, GetCredentialsForIdentityResult> asyncHandler) AmazonCognitoIdentityAsync.getCredentialsForIdentityAsync
(GetCredentialsForIdentityRequest getCredentialsForIdentityRequest, AsyncHandler<GetCredentialsForIdentityRequest, GetCredentialsForIdentityResult> asyncHandler) Returns credentials for the provided identity ID.AmazonCognitoIdentityAsyncClient.getCredentialsForIdentityAsync
(GetCredentialsForIdentityRequest request, AsyncHandler<GetCredentialsForIdentityRequest, GetCredentialsForIdentityResult> asyncHandler) -
Uses of GetCredentialsForIdentityResult in com.amazonaws.services.cognitoidentity.model
Methods in com.amazonaws.services.cognitoidentity.model that return GetCredentialsForIdentityResultModifier and TypeMethodDescriptionGetCredentialsForIdentityResult.clone()
GetCredentialsForIdentityResult.withCredentials
(Credentials credentials) Credentials for the provided identity ID.GetCredentialsForIdentityResult.withIdentityId
(String identityId) A unique identifier in the format REGION:GUID.