| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAuthorizersResult> |
AWSIotAsyncClient.listAuthorizersAsync(ListAuthorizersRequest request,
AsyncHandler<ListAuthorizersRequest,ListAuthorizersResult> asyncHandler) |
Future<ListAuthorizersResult> |
AbstractAWSIotAsync.listAuthorizersAsync(ListAuthorizersRequest request,
AsyncHandler<ListAuthorizersRequest,ListAuthorizersResult> asyncHandler) |
Future<ListAuthorizersResult> |
AWSIotAsync.listAuthorizersAsync(ListAuthorizersRequest listAuthorizersRequest,
AsyncHandler<ListAuthorizersRequest,ListAuthorizersResult> asyncHandler)
Lists the authorizers registered in your account.
|
| Modifier and Type | Method and Description |
|---|---|
ListAuthorizersRequest |
ListAuthorizersRequest.clone() |
ListAuthorizersRequest |
ListAuthorizersRequest.withAscendingOrder(Boolean ascendingOrder)
Return the list of authorizers in ascending alphabetical order.
|
ListAuthorizersRequest |
ListAuthorizersRequest.withMarker(String marker)
A marker used to get the next set of results.
|
ListAuthorizersRequest |
ListAuthorizersRequest.withPageSize(Integer pageSize)
The maximum number of results to return at one time.
|
ListAuthorizersRequest |
ListAuthorizersRequest.withStatus(AuthorizerStatus status)
The status of the list authorizers request.
|
ListAuthorizersRequest |
ListAuthorizersRequest.withStatus(String status)
The status of the list authorizers request.
|
Copyright © 2021. All rights reserved.