| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListThingGroupsResult> |
AWSIotAsyncClient.listThingGroupsAsync(ListThingGroupsRequest request,
AsyncHandler<ListThingGroupsRequest,ListThingGroupsResult> asyncHandler) |
Future<ListThingGroupsResult> |
AWSIotAsync.listThingGroupsAsync(ListThingGroupsRequest listThingGroupsRequest,
AsyncHandler<ListThingGroupsRequest,ListThingGroupsResult> asyncHandler)
List the thing groups in your account.
|
Future<ListThingGroupsResult> |
AbstractAWSIotAsync.listThingGroupsAsync(ListThingGroupsRequest request,
AsyncHandler<ListThingGroupsRequest,ListThingGroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListThingGroupsRequest |
ListThingGroupsRequest.clone() |
ListThingGroupsRequest |
ListThingGroupsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListThingGroupsRequest |
ListThingGroupsRequest.withNamePrefixFilter(String namePrefixFilter)
A filter that limits the results to those with the specified name prefix.
|
ListThingGroupsRequest |
ListThingGroupsRequest.withNextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
ListThingGroupsRequest |
ListThingGroupsRequest.withParentGroup(String parentGroup)
A filter that limits the results to those with the specified parent group.
|
ListThingGroupsRequest |
ListThingGroupsRequest.withRecursive(Boolean recursive)
If true, return child groups as well.
|
Copyright © 2025. All rights reserved.