| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListThingGroupsResponse> |
IotAsyncClient.listThingGroups(Consumer<ListThingGroupsRequest.Builder> listThingGroupsRequest)
List the thing groups in your account.
|
default ListThingGroupsResponse |
IotClient.listThingGroups(Consumer<ListThingGroupsRequest.Builder> listThingGroupsRequest)
List the thing groups in your account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListThingGroupsRequest.Builder |
ListThingGroupsRequest.builder() |
ListThingGroupsRequest.Builder |
ListThingGroupsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListThingGroupsRequest.Builder |
ListThingGroupsRequest.Builder.namePrefixFilter(String namePrefixFilter)
A filter that limits the results to those with the specified name prefix.
|
ListThingGroupsRequest.Builder |
ListThingGroupsRequest.Builder.nextToken(String nextToken)
The token to retrieve the next set of results.
|
ListThingGroupsRequest.Builder |
ListThingGroupsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListThingGroupsRequest.Builder |
ListThingGroupsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListThingGroupsRequest.Builder |
ListThingGroupsRequest.Builder.parentGroup(String parentGroup)
A filter that limits the results to those with the specified parent group.
|
ListThingGroupsRequest.Builder |
ListThingGroupsRequest.Builder.recursive(Boolean recursive)
If true, return child groups as well.
|
ListThingGroupsRequest.Builder |
ListThingGroupsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListThingGroupsRequest.Builder> |
ListThingGroupsRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.