Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.UnlinkIdentityResponse
-
Packages that use UnlinkIdentityResponse Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities -
-
Uses of UnlinkIdentityResponse in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity that return UnlinkIdentityResponse Modifier and Type Method Description default UnlinkIdentityResponseCognitoIdentityClient. unlinkIdentity(Consumer<UnlinkIdentityRequest.Builder> unlinkIdentityRequest)Unlinks a federated identity from an existing account.default UnlinkIdentityResponseCognitoIdentityClient. unlinkIdentity(UnlinkIdentityRequest unlinkIdentityRequest)Unlinks a federated identity from an existing account.Methods in software.amazon.awssdk.services.cognitoidentity that return types with arguments of type UnlinkIdentityResponse Modifier and Type Method 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.
-