Uses of Class
com.amazonaws.services.cognitoidentity.model.UnlinkIdentityResult
-
Packages that use UnlinkIdentityResult Package Description com.amazonaws.services.cognitoidentity com.amazonaws.services.cognitoidentity.model -
-
Uses of UnlinkIdentityResult in com.amazonaws.services.cognitoidentity
Methods in com.amazonaws.services.cognitoidentity that return UnlinkIdentityResult Modifier and Type Method Description UnlinkIdentityResultAbstractAmazonCognitoIdentity. unlinkIdentity(UnlinkIdentityRequest request)UnlinkIdentityResultAmazonCognitoIdentity. unlinkIdentity(UnlinkIdentityRequest unlinkIdentityRequest)Unlinks a federated identity from an existing account.UnlinkIdentityResultAmazonCognitoIdentityClient. unlinkIdentity(UnlinkIdentityRequest unlinkIdentityRequest)Unlinks a federated identity from an existing account.Method parameters in com.amazonaws.services.cognitoidentity with type arguments of type UnlinkIdentityResult Modifier and Type Method Description Future<UnlinkIdentityResult>AbstractAmazonCognitoIdentityAsync. unlinkIdentityAsync(UnlinkIdentityRequest request, AsyncHandler<UnlinkIdentityRequest,UnlinkIdentityResult> asyncHandler)Future<UnlinkIdentityResult>AmazonCognitoIdentityAsync. unlinkIdentityAsync(UnlinkIdentityRequest unlinkIdentityRequest, AsyncHandler<UnlinkIdentityRequest,UnlinkIdentityResult> asyncHandler)Unlinks a federated identity from an existing account.Future<UnlinkIdentityResult>AmazonCognitoIdentityAsyncClient. unlinkIdentityAsync(UnlinkIdentityRequest request, AsyncHandler<UnlinkIdentityRequest,UnlinkIdentityResult> asyncHandler) -
Uses of UnlinkIdentityResult in com.amazonaws.services.cognitoidentity.model
Methods in com.amazonaws.services.cognitoidentity.model that return UnlinkIdentityResult Modifier and Type Method Description UnlinkIdentityResultUnlinkIdentityResult. clone()
-