| 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 |
AWSCognitoIdentityProviderClient.listDevices(ListDevicesRequest request)
Lists the sign-in devices that Amazon Cognito has registered to the current user.
|
ListDevicesResult |
AbstractAWSCognitoIdentityProvider.listDevices(ListDevicesRequest request) |
ListDevicesResult |
AWSCognitoIdentityProvider.listDevices(ListDevicesRequest listDevicesRequest)
Lists the sign-in devices that Amazon Cognito has registered to the current user.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
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.
|
Future<ListDevicesResult> |
AbstractAWSCognitoIdentityProviderAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<ListDevicesResult> |
AbstractAWSCognitoIdentityProviderAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResult |
ListDevicesResult.clone() |
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 identifier that Amazon Cognito returned with the previous request to this operation.
|
Copyright © 2024. All rights reserved.