| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListThingGroupsForThingResponse |
IotClient.listThingGroupsForThing(Consumer<ListThingGroupsForThingRequest.Builder> listThingGroupsForThingRequest)
List the thing groups to which the specified thing belongs.
|
default ListThingGroupsForThingResponse |
IotClient.listThingGroupsForThing(ListThingGroupsForThingRequest listThingGroupsForThingRequest)
List the thing groups to which the specified thing belongs.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListThingGroupsForThingResponse> |
IotAsyncClient.listThingGroupsForThing(Consumer<ListThingGroupsForThingRequest.Builder> listThingGroupsForThingRequest)
List the thing groups to which the specified thing belongs.
|
default CompletableFuture<ListThingGroupsForThingResponse> |
IotAsyncClient.listThingGroupsForThing(ListThingGroupsForThingRequest listThingGroupsForThingRequest)
List the thing groups to which the specified thing belongs.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListThingGroupsForThingResponse> |
ListThingGroupsForThingIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListThingGroupsForThingPublisher.subscribe(org.reactivestreams.Subscriber<? super ListThingGroupsForThingResponse> subscriber) |
Copyright © 2023. All rights reserved.