Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.LookupDeveloperIdentityRequest
-
Packages that use LookupDeveloperIdentityRequest Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities software.amazon.awssdk.services.cognitoidentity.transform -
-
Uses of LookupDeveloperIdentityRequest in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity with parameters of type LookupDeveloperIdentityRequest Modifier and Type Method Description default CompletableFuture<LookupDeveloperIdentityResponse>CognitoIdentityAsyncClient. lookupDeveloperIdentity(LookupDeveloperIdentityRequest 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. -
Uses of LookupDeveloperIdentityRequest in software.amazon.awssdk.services.cognitoidentity.transform
Methods in software.amazon.awssdk.services.cognitoidentity.transform with parameters of type LookupDeveloperIdentityRequest Modifier and Type Method Description SdkHttpFullRequestLookupDeveloperIdentityRequestMarshaller. marshall(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest)
-