Package | Description |
---|---|
com.amazonaws.services.cognitoidp |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
ListDevicesResult |
AbstractAWSCognitoIdentityProvider.listDevices(ListDevicesRequest request) |
ListDevicesResult |
AWSCognitoIdentityProviderClient.listDevices(ListDevicesRequest request)
Lists the devices.
|
ListDevicesResult |
AWSCognitoIdentityProvider.listDevices(ListDevicesRequest listDevicesRequest)
Lists the devices.
|
Future<ListDevicesResult> |
AWSCognitoIdentityProviderAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest)
Lists the devices.
|
Future<ListDevicesResult> |
AbstractAWSCognitoIdentityProviderAsync.listDevicesAsync(ListDevicesRequest request) |
Future<ListDevicesResult> |
AWSCognitoIdentityProviderAsyncClient.listDevicesAsync(ListDevicesRequest request) |
Future<ListDevicesResult> |
AWSCognitoIdentityProviderAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
Lists the devices.
|
Future<ListDevicesResult> |
AbstractAWSCognitoIdentityProviderAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
Future<ListDevicesResult> |
AWSCognitoIdentityProviderAsyncClient.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<ListDevicesResult> |
AWSCognitoIdentityProviderAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
Lists the devices.
|
Future<ListDevicesResult> |
AbstractAWSCognitoIdentityProviderAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
Future<ListDevicesResult> |
AWSCognitoIdentityProviderAsyncClient.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListDevicesRequest |
ListDevicesRequest.clone() |
ListDevicesRequest |
ListDevicesRequest.withAccessToken(String accessToken)
The access tokens for the request to list devices.
|
ListDevicesRequest |
ListDevicesRequest.withLimit(Integer limit)
The limit of the device request.
|
ListDevicesRequest |
ListDevicesRequest.withPaginationToken(String paginationToken)
The pagination token for the list request.
|
Copyright © 2019. All rights reserved.