| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResult |
AmazonCognitoIdentityProviderClient.listDevices(ListDevicesRequest listDevicesRequest)
Lists the devices.
|
ListDevicesResult |
AmazonCognitoIdentityProvider.listDevices(ListDevicesRequest listDevicesRequest)
Lists the devices.
|
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResult |
ListDevicesResult.withDevices(Collection<DeviceType> devices)
The devices returned in the list devices response.
|
ListDevicesResult |
ListDevicesResult.withDevices(DeviceType... devices)
The devices returned in the list devices response.
|
ListDevicesResult |
ListDevicesResult.withPaginationToken(String paginationToken)
The pagination token for the list device response.
|
Copyright © 2020. All rights reserved.