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 GetCredentialsForIdentityResult
AbstractAmazonCognitoIdentity. getCredentialsForIdentity(GetCredentialsForIdentityRequest request)
GetCredentialsForIdentityResult
AmazonCognitoIdentity. getCredentialsForIdentity(GetCredentialsForIdentityRequest getCredentialsForIdentityRequest)
Returns credentials for the provided identity ID.GetCredentialsForIdentityResult
AmazonCognitoIdentityClient. 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 GetCredentialsForIdentityResult
GetCredentialsForIdentityResult. clone()
GetCredentialsForIdentityResult
GetCredentialsForIdentityResult. withCredentials(Credentials credentials)
Credentials for the provided identity ID.GetCredentialsForIdentityResult
GetCredentialsForIdentityResult. withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
-