Uses of Class
com.amazonaws.services.cognitoidentity.model.UnlinkDeveloperIdentityRequest
-
Packages that use UnlinkDeveloperIdentityRequest Package Description com.amazonaws.services.cognitoidentity com.amazonaws.services.cognitoidentity.model -
-
Uses of UnlinkDeveloperIdentityRequest in com.amazonaws.services.cognitoidentity
Method parameters in com.amazonaws.services.cognitoidentity with type arguments of type UnlinkDeveloperIdentityRequest Modifier and Type Method Description Future<UnlinkDeveloperIdentityResult>AbstractAmazonCognitoIdentityAsync. unlinkDeveloperIdentityAsync(UnlinkDeveloperIdentityRequest request, AsyncHandler<UnlinkDeveloperIdentityRequest,UnlinkDeveloperIdentityResult> asyncHandler)Future<UnlinkDeveloperIdentityResult>AmazonCognitoIdentityAsync. unlinkDeveloperIdentityAsync(UnlinkDeveloperIdentityRequest unlinkDeveloperIdentityRequest, AsyncHandler<UnlinkDeveloperIdentityRequest,UnlinkDeveloperIdentityResult> asyncHandler)Unlinks aDeveloperUserIdentifierfrom an existing identity.Future<UnlinkDeveloperIdentityResult>AmazonCognitoIdentityAsyncClient. unlinkDeveloperIdentityAsync(UnlinkDeveloperIdentityRequest request, AsyncHandler<UnlinkDeveloperIdentityRequest,UnlinkDeveloperIdentityResult> asyncHandler) -
Uses of UnlinkDeveloperIdentityRequest in com.amazonaws.services.cognitoidentity.model
Methods in com.amazonaws.services.cognitoidentity.model that return UnlinkDeveloperIdentityRequest Modifier and Type Method Description UnlinkDeveloperIdentityRequestUnlinkDeveloperIdentityRequest. clone()UnlinkDeveloperIdentityRequestUnlinkDeveloperIdentityRequest. withDeveloperProviderName(String developerProviderName)The "domain" by which Cognito will refer to your users.UnlinkDeveloperIdentityRequestUnlinkDeveloperIdentityRequest. withDeveloperUserIdentifier(String developerUserIdentifier)A unique ID used by your backend authentication process to identify a user.UnlinkDeveloperIdentityRequestUnlinkDeveloperIdentityRequest. withIdentityId(String identityId)A unique identifier in the format REGION:GUID.UnlinkDeveloperIdentityRequestUnlinkDeveloperIdentityRequest. withIdentityPoolId(String identityPoolId)An identity pool ID in the format REGION:GUID.
-