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 aDeveloperUserIdentifier
from 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 UnlinkDeveloperIdentityRequest
UnlinkDeveloperIdentityRequest. clone()
UnlinkDeveloperIdentityRequest
UnlinkDeveloperIdentityRequest. withDeveloperProviderName(String developerProviderName)
The "domain" by which Cognito will refer to your users.UnlinkDeveloperIdentityRequest
UnlinkDeveloperIdentityRequest. withDeveloperUserIdentifier(String developerUserIdentifier)
A unique ID used by your backend authentication process to identify a user.UnlinkDeveloperIdentityRequest
UnlinkDeveloperIdentityRequest. withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.UnlinkDeveloperIdentityRequest
UnlinkDeveloperIdentityRequest. withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
-