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) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
LookupDeveloperIdentityResult |
LookupDeveloperIdentityResult.clone() |
LookupDeveloperIdentityResult |
LookupDeveloperIdentityResult.withDeveloperUserIdentifierList(java.util.Collection<java.lang.String> developerUserIdentifierList)
This is the list of developer user identifiers associated with an
identity ID.
|
LookupDeveloperIdentityResult |
LookupDeveloperIdentityResult.withDeveloperUserIdentifierList(java.lang.String... developerUserIdentifierList)
This is the list of developer user identifiers associated with an
identity ID.
|
LookupDeveloperIdentityResult |
LookupDeveloperIdentityResult.withIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
|
LookupDeveloperIdentityResult |
LookupDeveloperIdentityResult.withNextToken(java.lang.String nextToken)
A pagination token.
|
Modifier and Type | Method and Description |
---|---|
LookupDeveloperIdentityResult |
LookupDeveloperIdentityResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |