Package | Description |
---|---|
com.amazonaws.services.cognitoidentity | |
com.amazonaws.services.cognitoidentity.model |
Modifier and Type | Method and Description |
---|---|
Future<UnlinkDeveloperIdentityResult> |
AmazonCognitoIdentityAsyncClient.unlinkDeveloperIdentityAsync(UnlinkDeveloperIdentityRequest request,
AsyncHandler<UnlinkDeveloperIdentityRequest,UnlinkDeveloperIdentityResult> asyncHandler) |
Future<UnlinkDeveloperIdentityResult> |
AbstractAmazonCognitoIdentityAsync.unlinkDeveloperIdentityAsync(UnlinkDeveloperIdentityRequest request,
AsyncHandler<UnlinkDeveloperIdentityRequest,UnlinkDeveloperIdentityResult> asyncHandler) |
Future<UnlinkDeveloperIdentityResult> |
AmazonCognitoIdentityAsync.unlinkDeveloperIdentityAsync(UnlinkDeveloperIdentityRequest unlinkDeveloperIdentityRequest,
AsyncHandler<UnlinkDeveloperIdentityRequest,UnlinkDeveloperIdentityResult> asyncHandler)
Unlinks a
DeveloperUserIdentifier from an existing identity. |
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.