| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPrincipalThingsResponse |
IotClient.listPrincipalThings(Consumer<ListPrincipalThingsRequest.Builder> listPrincipalThingsRequest)
Lists the things associated with the specified principal.
|
default ListPrincipalThingsResponse |
IotClient.listPrincipalThings(ListPrincipalThingsRequest listPrincipalThingsRequest)
Lists the things associated with the specified principal.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPrincipalThingsResponse> |
IotAsyncClient.listPrincipalThings(Consumer<ListPrincipalThingsRequest.Builder> listPrincipalThingsRequest)
Lists the things associated with the specified principal.
|
default CompletableFuture<ListPrincipalThingsResponse> |
IotAsyncClient.listPrincipalThings(ListPrincipalThingsRequest listPrincipalThingsRequest)
Lists the things associated with the specified principal.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPrincipalThingsResponse> |
ListPrincipalThingsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPrincipalThingsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPrincipalThingsResponse> subscriber) |
Copyright © 2022. All rights reserved.