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