Uses of Class
com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityResult
-
Packages that use GetCredentialsForIdentityResult Package Description com.amazonaws.services.cognitoidentity com.amazonaws.services.cognitoidentity.model -
-
Uses of GetCredentialsForIdentityResult in com.amazonaws.services.cognitoidentity
Methods in com.amazonaws.services.cognitoidentity that return GetCredentialsForIdentityResult Modifier and Type Method Description GetCredentialsForIdentityResultAbstractAmazonCognitoIdentity. getCredentialsForIdentity(GetCredentialsForIdentityRequest request)GetCredentialsForIdentityResultAmazonCognitoIdentity. getCredentialsForIdentity(GetCredentialsForIdentityRequest getCredentialsForIdentityRequest)Returns credentials for the provided identity ID.GetCredentialsForIdentityResultAmazonCognitoIdentityClient. getCredentialsForIdentity(GetCredentialsForIdentityRequest getCredentialsForIdentityRequest)Returns credentials for the provided identity ID.Method parameters in com.amazonaws.services.cognitoidentity with type arguments of type GetCredentialsForIdentityResult Modifier and Type Method Description Future<GetCredentialsForIdentityResult>AbstractAmazonCognitoIdentityAsync. getCredentialsForIdentityAsync(GetCredentialsForIdentityRequest request, AsyncHandler<GetCredentialsForIdentityRequest,GetCredentialsForIdentityResult> asyncHandler)Future<GetCredentialsForIdentityResult>AmazonCognitoIdentityAsync. getCredentialsForIdentityAsync(GetCredentialsForIdentityRequest getCredentialsForIdentityRequest, AsyncHandler<GetCredentialsForIdentityRequest,GetCredentialsForIdentityResult> asyncHandler)Returns credentials for the provided identity ID.Future<GetCredentialsForIdentityResult>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 GetCredentialsForIdentityResult Modifier and Type Method Description GetCredentialsForIdentityResultGetCredentialsForIdentityResult. clone()GetCredentialsForIdentityResultGetCredentialsForIdentityResult. withCredentials(Credentials credentials)Credentials for the provided identity ID.GetCredentialsForIdentityResultGetCredentialsForIdentityResult. withIdentityId(String identityId)A unique identifier in the format REGION:GUID.
-