Uses of Class
com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityRequest
Packages that use GetCredentialsForIdentityRequest
Package
Description
-
Uses of GetCredentialsForIdentityRequest in com.amazonaws.services.cognitoidentity
Methods in com.amazonaws.services.cognitoidentity with parameters of type GetCredentialsForIdentityRequestModifier 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.AbstractAmazonCognitoIdentityAsync.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 GetCredentialsForIdentityRequestModifier 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 GetCredentialsForIdentityRequest in com.amazonaws.services.cognitoidentity.model
Methods in com.amazonaws.services.cognitoidentity.model that return GetCredentialsForIdentityRequestModifier and TypeMethodDescriptionGetCredentialsForIdentityRequest.addLoginsEntry
(String key, String value) GetCredentialsForIdentityRequest.clearLoginsEntries()
Removes all the entries added into Logins.GetCredentialsForIdentityRequest.clone()
GetCredentialsForIdentityRequest.withIdentityId
(String identityId) A unique identifier in the format REGION:GUID.GetCredentialsForIdentityRequest.withLogins
(Map<String, String> logins) A set of optional name-value pairs that map provider names to provider tokens.