Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.LookupDeveloperIdentityResponse
-
Packages that use LookupDeveloperIdentityResponse Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities -
-
Uses of LookupDeveloperIdentityResponse in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity that return LookupDeveloperIdentityResponse Modifier and Type Method Description default LookupDeveloperIdentityResponseCognitoIdentityClient. lookupDeveloperIdentity(Consumer<LookupDeveloperIdentityRequest.Builder> lookupDeveloperIdentityRequest)Retrieves theIdentityIDassociated with aDeveloperUserIdentifieror the list ofDeveloperUserIdentifiervalues associated with anIdentityIdfor an existing identity.default LookupDeveloperIdentityResponseCognitoIdentityClient. lookupDeveloperIdentity(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest)Retrieves theIdentityIDassociated with aDeveloperUserIdentifieror the list ofDeveloperUserIdentifiervalues associated with anIdentityIdfor an existing identity.Methods in software.amazon.awssdk.services.cognitoidentity that return types with arguments of type LookupDeveloperIdentityResponse Modifier and Type Method Description default CompletableFuture<LookupDeveloperIdentityResponse>CognitoIdentityAsyncClient. lookupDeveloperIdentity(Consumer<LookupDeveloperIdentityRequest.Builder> lookupDeveloperIdentityRequest)Retrieves theIdentityIDassociated with aDeveloperUserIdentifieror the list ofDeveloperUserIdentifiervalues associated with anIdentityIdfor an existing identity.default CompletableFuture<LookupDeveloperIdentityResponse>CognitoIdentityAsyncClient. lookupDeveloperIdentity(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest)Retrieves theIdentityIDassociated with aDeveloperUserIdentifieror the list ofDeveloperUserIdentifiervalues associated with anIdentityIdfor an existing identity.
-