| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAuthorizersResponse |
IotClient.listAuthorizers()
Lists the authorizers registered in your account.
|
default ListAuthorizersResponse |
IotClient.listAuthorizers(Consumer<ListAuthorizersRequest.Builder> listAuthorizersRequest)
Lists the authorizers registered in your account.
|
default ListAuthorizersResponse |
IotClient.listAuthorizers(ListAuthorizersRequest listAuthorizersRequest)
Lists the authorizers registered in your account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAuthorizersResponse> |
IotAsyncClient.listAuthorizers()
Lists the authorizers registered in your account.
|
default CompletableFuture<ListAuthorizersResponse> |
IotAsyncClient.listAuthorizers(Consumer<ListAuthorizersRequest.Builder> listAuthorizersRequest)
Lists the authorizers registered in your account.
|
default CompletableFuture<ListAuthorizersResponse> |
IotAsyncClient.listAuthorizers(ListAuthorizersRequest listAuthorizersRequest)
Lists the authorizers registered in your account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAuthorizersResponse> |
ListAuthorizersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAuthorizersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAuthorizersResponse> subscriber) |
Copyright © 2023. All rights reserved.