Uses of Class
com.amazonaws.services.cognitoidentity.model.LookupDeveloperIdentityRequest
Packages that use LookupDeveloperIdentityRequest
Package
Description
-
Uses of LookupDeveloperIdentityRequest in com.amazonaws.services.cognitoidentity
Methods in com.amazonaws.services.cognitoidentity with parameters of type LookupDeveloperIdentityRequestModifier and TypeMethodDescriptionAbstractAmazonCognitoIdentity.lookupDeveloperIdentity
(LookupDeveloperIdentityRequest request) AmazonCognitoIdentity.lookupDeveloperIdentity
(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest) Retrieves theIdentityID
associated with aDeveloperUserIdentifier
or the list ofDeveloperUserIdentifier
s associated with anIdentityId
for an existing identity.AmazonCognitoIdentityClient.lookupDeveloperIdentity
(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest) Retrieves theIdentityID
associated with aDeveloperUserIdentifier
or the list ofDeveloperUserIdentifier
s associated with anIdentityId
for an existing identity.AbstractAmazonCognitoIdentityAsync.lookupDeveloperIdentityAsync
(LookupDeveloperIdentityRequest request) AbstractAmazonCognitoIdentityAsync.lookupDeveloperIdentityAsync
(LookupDeveloperIdentityRequest request, AsyncHandler<LookupDeveloperIdentityRequest, LookupDeveloperIdentityResult> asyncHandler) AmazonCognitoIdentityAsync.lookupDeveloperIdentityAsync
(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest) Retrieves theIdentityID
associated with aDeveloperUserIdentifier
or the list ofDeveloperUserIdentifier
s associated with anIdentityId
for an existing identity.AmazonCognitoIdentityAsync.lookupDeveloperIdentityAsync
(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest, AsyncHandler<LookupDeveloperIdentityRequest, LookupDeveloperIdentityResult> asyncHandler) Retrieves theIdentityID
associated with aDeveloperUserIdentifier
or the list ofDeveloperUserIdentifier
s associated with anIdentityId
for an existing identity.AmazonCognitoIdentityAsyncClient.lookupDeveloperIdentityAsync
(LookupDeveloperIdentityRequest request) AmazonCognitoIdentityAsyncClient.lookupDeveloperIdentityAsync
(LookupDeveloperIdentityRequest request, AsyncHandler<LookupDeveloperIdentityRequest, LookupDeveloperIdentityResult> asyncHandler) Method parameters in com.amazonaws.services.cognitoidentity with type arguments of type LookupDeveloperIdentityRequestModifier and TypeMethodDescriptionAbstractAmazonCognitoIdentityAsync.lookupDeveloperIdentityAsync
(LookupDeveloperIdentityRequest request, AsyncHandler<LookupDeveloperIdentityRequest, LookupDeveloperIdentityResult> asyncHandler) AmazonCognitoIdentityAsync.lookupDeveloperIdentityAsync
(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest, AsyncHandler<LookupDeveloperIdentityRequest, LookupDeveloperIdentityResult> asyncHandler) Retrieves theIdentityID
associated with aDeveloperUserIdentifier
or the list ofDeveloperUserIdentifier
s associated with anIdentityId
for an existing identity.AmazonCognitoIdentityAsyncClient.lookupDeveloperIdentityAsync
(LookupDeveloperIdentityRequest request, AsyncHandler<LookupDeveloperIdentityRequest, LookupDeveloperIdentityResult> asyncHandler) -
Uses of LookupDeveloperIdentityRequest in com.amazonaws.services.cognitoidentity.model
Methods in com.amazonaws.services.cognitoidentity.model that return LookupDeveloperIdentityRequestModifier and TypeMethodDescriptionLookupDeveloperIdentityRequest.clone()
LookupDeveloperIdentityRequest.withDeveloperUserIdentifier
(String developerUserIdentifier) A unique ID used by your backend authentication process to identify a user.LookupDeveloperIdentityRequest.withIdentityId
(String identityId) A unique identifier in the format REGION:GUID.LookupDeveloperIdentityRequest.withIdentityPoolId
(String identityPoolId) An identity pool ID in the format REGION:GUID.LookupDeveloperIdentityRequest.withMaxResults
(Integer maxResults) The maximum number of identities to return.LookupDeveloperIdentityRequest.withNextToken
(String nextToken) A pagination token.