| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResult |
AbstractAWSCognitoIdentityProvider.listDevices(ListDevicesRequest request) |
ListDevicesResult |
AWSCognitoIdentityProvider.listDevices(ListDevicesRequest listDevicesRequest)
Lists the sign-in devices that Amazon Cognito has registered to the current user.
|
ListDevicesResult |
AWSCognitoIdentityProviderClient.listDevices(ListDevicesRequest request)
Lists the sign-in devices that Amazon Cognito has registered to the current user.
|
Future<ListDevicesResult> |
AbstractAWSCognitoIdentityProviderAsync.listDevicesAsync(ListDevicesRequest request) |
Future<ListDevicesResult> |
AWSCognitoIdentityProviderAsyncClient.listDevicesAsync(ListDevicesRequest request) |
Future<ListDevicesResult> |
AWSCognitoIdentityProviderAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest)
Lists the sign-in devices that Amazon Cognito has registered to the current user.
|
Future<ListDevicesResult> |
AbstractAWSCognitoIdentityProviderAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
Future<ListDevicesResult> |
AWSCognitoIdentityProviderAsyncClient.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
Future<ListDevicesResult> |
AWSCognitoIdentityProviderAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
Lists the sign-in devices that Amazon Cognito has registered to the current user.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDevicesResult> |
AbstractAWSCognitoIdentityProviderAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
Future<ListDevicesResult> |
AWSCognitoIdentityProviderAsyncClient.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
Future<ListDevicesResult> |
AWSCognitoIdentityProviderAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
Lists the sign-in devices that Amazon Cognito has registered to the current user.
|
| Modifier and Type | Method and Description |
|---|---|
ListDevicesRequest |
ListDevicesRequest.clone() |
ListDevicesRequest |
ListDevicesRequest.withAccessToken(String accessToken)
A valid access token that Amazon Cognito issued to the user whose list of devices you want to view.
|
ListDevicesRequest |
ListDevicesRequest.withLimit(Integer limit)
The limit of the device request.
|
ListDevicesRequest |
ListDevicesRequest.withPaginationToken(String paginationToken)
This API operation returns a limited number of results.
|
Copyright © 2024. All rights reserved.