| 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 GetDeviceResponse |
CognitoIdentityProviderClient.getDevice(Consumer<GetDeviceRequest.Builder> getDeviceRequest)
Gets the device.
|
default GetDeviceResponse |
CognitoIdentityProviderClient.getDevice(GetDeviceRequest getDeviceRequest)
Gets the device.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDeviceResponse> |
CognitoIdentityProviderAsyncClient.getDevice(Consumer<GetDeviceRequest.Builder> getDeviceRequest)
Gets the device.
|
default CompletableFuture<GetDeviceResponse> |
CognitoIdentityProviderAsyncClient.getDevice(GetDeviceRequest getDeviceRequest)
Gets the device.
|
Copyright © 2023. All rights reserved.