| 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 ListDevicesResponse |
CognitoIdentityProviderClient.listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)
Lists the devices.
|
default ListDevicesResponse |
CognitoIdentityProviderClient.listDevices(ListDevicesRequest listDevicesRequest)
Lists the devices.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDevicesResponse> |
CognitoIdentityProviderAsyncClient.listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)
Lists the devices.
|
default CompletableFuture<ListDevicesResponse> |
CognitoIdentityProviderAsyncClient.listDevices(ListDevicesRequest listDevicesRequest)
Lists the devices.
|
Copyright © 2021. All rights reserved.