| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators | |
| software.amazon.awssdk.services.iot.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAuthorizersResponse> |
IotAsyncClient.listAuthorizers(ListAuthorizersRequest listAuthorizersRequest)
Lists the authorizers registered in your account.
|
default ListAuthorizersResponse |
IotClient.listAuthorizers(ListAuthorizersRequest listAuthorizersRequest)
Lists the authorizers registered in your account.
|
default ListAuthorizersPublisher |
IotAsyncClient.listAuthorizersPaginator(ListAuthorizersRequest listAuthorizersRequest)
Lists the authorizers registered in your account.
|
default ListAuthorizersIterable |
IotClient.listAuthorizersPaginator(ListAuthorizersRequest listAuthorizersRequest)
Lists the authorizers registered in your account.
|
| Constructor and Description |
|---|
ListAuthorizersIterable(IotClient client,
ListAuthorizersRequest firstRequest) |
ListAuthorizersPublisher(IotAsyncClient client,
ListAuthorizersRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListAuthorizersRequestMarshaller.marshall(ListAuthorizersRequest listAuthorizersRequest) |
Copyright © 2023. All rights reserved.