| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| 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.
|
Copyright © 2019. All rights reserved.