| 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<ListThingGroupsResponse> |
IotAsyncClient.listThingGroups(ListThingGroupsRequest listThingGroupsRequest)
List the thing groups in your account.
|
default ListThingGroupsResponse |
IotClient.listThingGroups(ListThingGroupsRequest listThingGroupsRequest)
List the thing groups in your account.
|
default ListThingGroupsPublisher |
IotAsyncClient.listThingGroupsPaginator(ListThingGroupsRequest listThingGroupsRequest)
List the thing groups in your account.
|
default ListThingGroupsIterable |
IotClient.listThingGroupsPaginator(ListThingGroupsRequest listThingGroupsRequest)
List the thing groups in your account.
|
| Constructor and Description |
|---|
ListThingGroupsIterable(IotClient client,
ListThingGroupsRequest firstRequest) |
ListThingGroupsPublisher(IotAsyncClient client,
ListThingGroupsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListThingGroupsRequestMarshaller.marshall(ListThingGroupsRequest listThingGroupsRequest) |
Copyright © 2021. All rights reserved.