Uses of Class
com.amazonaws.services.cognitoidentity.model.LookupDeveloperIdentityResult
Packages that use LookupDeveloperIdentityResult
Package
Description
-
Uses of LookupDeveloperIdentityResult in com.amazonaws.services.cognitoidentity
Methods in com.amazonaws.services.cognitoidentity that return LookupDeveloperIdentityResultModifier and TypeMethodDescriptionAbstractAmazonCognitoIdentity.lookupDeveloperIdentity(LookupDeveloperIdentityRequest request) AmazonCognitoIdentity.lookupDeveloperIdentity(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest) Retrieves theIdentityIDassociated with aDeveloperUserIdentifieror the list ofDeveloperUserIdentifiers associated with anIdentityIdfor an existing identity.AmazonCognitoIdentityClient.lookupDeveloperIdentity(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest) Retrieves theIdentityIDassociated with aDeveloperUserIdentifieror the list ofDeveloperUserIdentifiers associated with anIdentityIdfor an existing identity.Methods in com.amazonaws.services.cognitoidentity that return types with arguments of type LookupDeveloperIdentityResultModifier and TypeMethodDescriptionAbstractAmazonCognitoIdentityAsync.lookupDeveloperIdentityAsync(LookupDeveloperIdentityRequest request) AbstractAmazonCognitoIdentityAsync.lookupDeveloperIdentityAsync(LookupDeveloperIdentityRequest request, AsyncHandler<LookupDeveloperIdentityRequest, LookupDeveloperIdentityResult> asyncHandler) AmazonCognitoIdentityAsync.lookupDeveloperIdentityAsync(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest) Retrieves theIdentityIDassociated with aDeveloperUserIdentifieror the list ofDeveloperUserIdentifiers associated with anIdentityIdfor an existing identity.AmazonCognitoIdentityAsync.lookupDeveloperIdentityAsync(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest, AsyncHandler<LookupDeveloperIdentityRequest, LookupDeveloperIdentityResult> asyncHandler) Retrieves theIdentityIDassociated with aDeveloperUserIdentifieror the list ofDeveloperUserIdentifiers associated with anIdentityIdfor 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 LookupDeveloperIdentityResultModifier and TypeMethodDescriptionAbstractAmazonCognitoIdentityAsync.lookupDeveloperIdentityAsync(LookupDeveloperIdentityRequest request, AsyncHandler<LookupDeveloperIdentityRequest, LookupDeveloperIdentityResult> asyncHandler) AmazonCognitoIdentityAsync.lookupDeveloperIdentityAsync(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest, AsyncHandler<LookupDeveloperIdentityRequest, LookupDeveloperIdentityResult> asyncHandler) Retrieves theIdentityIDassociated with aDeveloperUserIdentifieror the list ofDeveloperUserIdentifiers associated with anIdentityIdfor an existing identity.AmazonCognitoIdentityAsyncClient.lookupDeveloperIdentityAsync(LookupDeveloperIdentityRequest request, AsyncHandler<LookupDeveloperIdentityRequest, LookupDeveloperIdentityResult> asyncHandler) -
Uses of LookupDeveloperIdentityResult in com.amazonaws.services.cognitoidentity.model
Methods in com.amazonaws.services.cognitoidentity.model that return LookupDeveloperIdentityResultModifier and TypeMethodDescriptionLookupDeveloperIdentityResult.clone()LookupDeveloperIdentityResult.withDeveloperUserIdentifierList(String... developerUserIdentifierList) This is the list of developer user identifiers associated with an identity ID.LookupDeveloperIdentityResult.withDeveloperUserIdentifierList(Collection<String> developerUserIdentifierList) This is the list of developer user identifiers associated with an identity ID.LookupDeveloperIdentityResult.withIdentityId(String identityId) A unique identifier in the format REGION:GUID.LookupDeveloperIdentityResult.withNextToken(String nextToken) A pagination token.