| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
Using the Amazon Cognito user pools API, you can create a user pool to manage directories and 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 © 2022. All rights reserved.