| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListThingPrincipalsResponse |
IotClient.listThingPrincipals(Consumer<ListThingPrincipalsRequest.Builder> listThingPrincipalsRequest)
Lists the principals associated with the specified thing.
|
default ListThingPrincipalsResponse |
IotClient.listThingPrincipals(ListThingPrincipalsRequest listThingPrincipalsRequest)
Lists the principals associated with the specified thing.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListThingPrincipalsResponse> |
IotAsyncClient.listThingPrincipals(Consumer<ListThingPrincipalsRequest.Builder> listThingPrincipalsRequest)
Lists the principals associated with the specified thing.
|
default CompletableFuture<ListThingPrincipalsResponse> |
IotAsyncClient.listThingPrincipals(ListThingPrincipalsRequest listThingPrincipalsRequest)
Lists the principals associated with the specified thing.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListThingPrincipalsResponse> |
ListThingPrincipalsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListThingPrincipalsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListThingPrincipalsResponse> subscriber) |
Copyright © 2023. All rights reserved.