Modifier and Type | Method and Description |
---|---|
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. |
LookupDeveloperIdentityResult |
AbstractAmazonCognitoIdentity.lookupDeveloperIdentity(LookupDeveloperIdentityRequest request) |
java.util.concurrent.Future<LookupDeveloperIdentityResult> |
AmazonCognitoIdentityAsyncClient.lookupDeveloperIdentityAsync(LookupDeveloperIdentityRequest request) |
java.util.concurrent.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. |
java.util.concurrent.Future<LookupDeveloperIdentityResult> |
AbstractAmazonCognitoIdentityAsync.lookupDeveloperIdentityAsync(LookupDeveloperIdentityRequest request) |
java.util.concurrent.Future<LookupDeveloperIdentityResult> |
AmazonCognitoIdentityAsyncClient.lookupDeveloperIdentityAsync(LookupDeveloperIdentityRequest request,
AsyncHandler<LookupDeveloperIdentityRequest,LookupDeveloperIdentityResult> asyncHandler) |
java.util.concurrent.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. |
java.util.concurrent.Future<LookupDeveloperIdentityResult> |
AbstractAmazonCognitoIdentityAsync.lookupDeveloperIdentityAsync(LookupDeveloperIdentityRequest request,
AsyncHandler<LookupDeveloperIdentityRequest,LookupDeveloperIdentityResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<LookupDeveloperIdentityResult> |
AmazonCognitoIdentityAsyncClient.lookupDeveloperIdentityAsync(LookupDeveloperIdentityRequest request,
AsyncHandler<LookupDeveloperIdentityRequest,LookupDeveloperIdentityResult> asyncHandler) |
java.util.concurrent.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. |
java.util.concurrent.Future<LookupDeveloperIdentityResult> |
AbstractAmazonCognitoIdentityAsync.lookupDeveloperIdentityAsync(LookupDeveloperIdentityRequest request,
AsyncHandler<LookupDeveloperIdentityRequest,LookupDeveloperIdentityResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
LookupDeveloperIdentityRequest |
LookupDeveloperIdentityRequest.clone() |
LookupDeveloperIdentityRequest |
LookupDeveloperIdentityRequest.withDeveloperUserIdentifier(java.lang.String developerUserIdentifier)
A unique ID used by your backend authentication process to identify a
user.
|
LookupDeveloperIdentityRequest |
LookupDeveloperIdentityRequest.withIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
|
LookupDeveloperIdentityRequest |
LookupDeveloperIdentityRequest.withIdentityPoolId(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
LookupDeveloperIdentityRequest |
LookupDeveloperIdentityRequest.withMaxResults(java.lang.Integer maxResults)
The maximum number of identities to return.
|
LookupDeveloperIdentityRequest |
LookupDeveloperIdentityRequest.withNextToken(java.lang.String nextToken)
A pagination token.
|
Modifier and Type | Method and Description |
---|---|
Request<LookupDeveloperIdentityRequest> |
LookupDeveloperIdentityRequestMarshaller.marshall(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest) |
Modifier and Type | Method and Description |
---|---|
Request<LookupDeveloperIdentityRequest> |
LookupDeveloperIdentityRequestMarshaller.marshall(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest) |