| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ListThingGroupsResult |
AWSIotClient.listThingGroups(ListThingGroupsRequest request)
List the thing groups in your account.
|
ListThingGroupsResult |
AbstractAWSIot.listThingGroups(ListThingGroupsRequest request) |
ListThingGroupsResult |
AWSIot.listThingGroups(ListThingGroupsRequest listThingGroupsRequest)
List the thing groups in your account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListThingGroupsResult> |
AWSIotAsyncClient.listThingGroupsAsync(ListThingGroupsRequest request,
AsyncHandler<ListThingGroupsRequest,ListThingGroupsResult> asyncHandler) |
Future<ListThingGroupsResult> |
AbstractAWSIotAsync.listThingGroupsAsync(ListThingGroupsRequest request,
AsyncHandler<ListThingGroupsRequest,ListThingGroupsResult> asyncHandler) |
Future<ListThingGroupsResult> |
AWSIotAsync.listThingGroupsAsync(ListThingGroupsRequest listThingGroupsRequest,
AsyncHandler<ListThingGroupsRequest,ListThingGroupsResult> asyncHandler)
List the thing groups in your account.
|
| Modifier and Type | Method and Description |
|---|---|
ListThingGroupsResult |
ListThingGroupsResult.clone() |
ListThingGroupsResult |
ListThingGroupsResult.withNextToken(String nextToken)
The token to use to get the next set of results.
|
ListThingGroupsResult |
ListThingGroupsResult.withThingGroups(Collection<GroupNameAndArn> thingGroups)
The thing groups.
|
ListThingGroupsResult |
ListThingGroupsResult.withThingGroups(GroupNameAndArn... thingGroups)
The thing groups.
|
Copyright © 2024. All rights reserved.