Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.UnlinkDeveloperIdentityResponse
-
Packages that use UnlinkDeveloperIdentityResponse Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities -
-
Uses of UnlinkDeveloperIdentityResponse in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity that return UnlinkDeveloperIdentityResponse Modifier and Type Method Description default UnlinkDeveloperIdentityResponseCognitoIdentityClient. unlinkDeveloperIdentity(Consumer<UnlinkDeveloperIdentityRequest.Builder> unlinkDeveloperIdentityRequest)Unlinks aDeveloperUserIdentifierfrom an existing identity.default UnlinkDeveloperIdentityResponseCognitoIdentityClient. unlinkDeveloperIdentity(UnlinkDeveloperIdentityRequest unlinkDeveloperIdentityRequest)Unlinks aDeveloperUserIdentifierfrom an existing identity.Methods in software.amazon.awssdk.services.cognitoidentity that return types with arguments of type UnlinkDeveloperIdentityResponse Modifier and Type Method Description default CompletableFuture<UnlinkDeveloperIdentityResponse>CognitoIdentityAsyncClient. unlinkDeveloperIdentity(Consumer<UnlinkDeveloperIdentityRequest.Builder> unlinkDeveloperIdentityRequest)Unlinks aDeveloperUserIdentifierfrom an existing identity.default CompletableFuture<UnlinkDeveloperIdentityResponse>CognitoIdentityAsyncClient. unlinkDeveloperIdentity(UnlinkDeveloperIdentityRequest unlinkDeveloperIdentityRequest)Unlinks aDeveloperUserIdentifierfrom an existing identity.
-