Package | Description |
---|---|
com.amazonaws.services.cognitoidentity | |
com.amazonaws.services.cognitoidentity.model |
Modifier and Type | Method and Description |
---|---|
LookupDeveloperIdentityResult |
AbstractAmazonCognitoIdentity.lookupDeveloperIdentity(LookupDeveloperIdentityRequest request) |
LookupDeveloperIdentityResult |
AmazonCognitoIdentityClient.lookupDeveloperIdentity(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest)
Retrieves the
IdentityID associated with a
DeveloperUserIdentifier or the list of
DeveloperUserIdentifier s associated with an
IdentityId for an existing identity. |
LookupDeveloperIdentityResult |
AmazonCognitoIdentity.lookupDeveloperIdentity(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest)
Retrieves the
IdentityID associated with a
DeveloperUserIdentifier or the list of
DeveloperUserIdentifier s associated with an
IdentityId for an existing identity. |
Future<LookupDeveloperIdentityResult> |
AmazonCognitoIdentityAsyncClient.lookupDeveloperIdentityAsync(LookupDeveloperIdentityRequest request) |
Future<LookupDeveloperIdentityResult> |
AbstractAmazonCognitoIdentityAsync.lookupDeveloperIdentityAsync(LookupDeveloperIdentityRequest request) |
Future<LookupDeveloperIdentityResult> |
AmazonCognitoIdentityAsync.lookupDeveloperIdentityAsync(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest)
Retrieves the
IdentityID associated with a
DeveloperUserIdentifier or the list of
DeveloperUserIdentifier s associated with an
IdentityId for an existing identity. |
Future<LookupDeveloperIdentityResult> |
AmazonCognitoIdentityAsyncClient.lookupDeveloperIdentityAsync(LookupDeveloperIdentityRequest request,
AsyncHandler<LookupDeveloperIdentityRequest,LookupDeveloperIdentityResult> asyncHandler) |
Future<LookupDeveloperIdentityResult> |
AbstractAmazonCognitoIdentityAsync.lookupDeveloperIdentityAsync(LookupDeveloperIdentityRequest request,
AsyncHandler<LookupDeveloperIdentityRequest,LookupDeveloperIdentityResult> asyncHandler) |
Future<LookupDeveloperIdentityResult> |
AmazonCognitoIdentityAsync.lookupDeveloperIdentityAsync(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest,
AsyncHandler<LookupDeveloperIdentityRequest,LookupDeveloperIdentityResult> asyncHandler)
Retrieves the
IdentityID associated with a
DeveloperUserIdentifier or the list of
DeveloperUserIdentifier s associated with an
IdentityId for an existing identity. |
Modifier and Type | Method and Description |
---|---|
LookupDeveloperIdentityRequest |
LookupDeveloperIdentityRequest.clone() |
LookupDeveloperIdentityRequest |
LookupDeveloperIdentityRequest.withDeveloperUserIdentifier(String developerUserIdentifier)
A unique ID used by your backend authentication process to identify a
user.
|
LookupDeveloperIdentityRequest |
LookupDeveloperIdentityRequest.withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
|
LookupDeveloperIdentityRequest |
LookupDeveloperIdentityRequest.withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
LookupDeveloperIdentityRequest |
LookupDeveloperIdentityRequest.withMaxResults(Integer maxResults)
The maximum number of identities to return.
|
LookupDeveloperIdentityRequest |
LookupDeveloperIdentityRequest.withNextToken(String nextToken)
A pagination token.
|
Copyright © 2018. All rights reserved.