| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentity |
|
| Modifier and Type | Method and Description |
|---|---|
default UnlinkIdentityResponse |
CognitoIdentityClient.unlinkIdentity(Consumer<UnlinkIdentityRequest.Builder> unlinkIdentityRequest)
Unlinks a federated identity from an existing account.
|
default UnlinkIdentityResponse |
CognitoIdentityClient.unlinkIdentity(UnlinkIdentityRequest unlinkIdentityRequest)
Unlinks a federated identity from an existing account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UnlinkIdentityResponse> |
CognitoIdentityAsyncClient.unlinkIdentity(Consumer<UnlinkIdentityRequest.Builder> unlinkIdentityRequest)
Unlinks a federated identity from an existing account.
|
default CompletableFuture<UnlinkIdentityResponse> |
CognitoIdentityAsyncClient.unlinkIdentity(UnlinkIdentityRequest unlinkIdentityRequest)
Unlinks a federated identity from an existing account.
|
Copyright © 2023. All rights reserved.