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