| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
With the Amazon Cognito user pools API, you can set up user pools and app clients, and authenticate users.
|
| Modifier and Type | Method and Description |
|---|---|
default ForgetDeviceResponse |
CognitoIdentityProviderClient.forgetDevice(Consumer<ForgetDeviceRequest.Builder> forgetDeviceRequest)
Forgets the specified device.
|
default ForgetDeviceResponse |
CognitoIdentityProviderClient.forgetDevice(ForgetDeviceRequest forgetDeviceRequest)
Forgets the specified device.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ForgetDeviceResponse> |
CognitoIdentityProviderAsyncClient.forgetDevice(Consumer<ForgetDeviceRequest.Builder> forgetDeviceRequest)
Forgets the specified device.
|
default CompletableFuture<ForgetDeviceResponse> |
CognitoIdentityProviderAsyncClient.forgetDevice(ForgetDeviceRequest forgetDeviceRequest)
Forgets the specified device.
|
Copyright © 2023. All rights reserved.