| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators | |
| software.amazon.awssdk.services.iot.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListThingGroupsForThingResponse> |
IotAsyncClient.listThingGroupsForThing(ListThingGroupsForThingRequest 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.
|
default ListThingGroupsForThingPublisher |
IotAsyncClient.listThingGroupsForThingPaginator(ListThingGroupsForThingRequest listThingGroupsForThingRequest)
List the thing groups to which the specified thing belongs.
|
default ListThingGroupsForThingIterable |
IotClient.listThingGroupsForThingPaginator(ListThingGroupsForThingRequest listThingGroupsForThingRequest)
List the thing groups to which the specified thing belongs.
|
| Constructor and Description |
|---|
ListThingGroupsForThingIterable(IotClient client,
ListThingGroupsForThingRequest firstRequest) |
ListThingGroupsForThingPublisher(IotAsyncClient client,
ListThingGroupsForThingRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListThingGroupsForThingRequestMarshaller.marshall(ListThingGroupsForThingRequest listThingGroupsForThingRequest) |
Copyright © 2023. All rights reserved.