| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static ListThingGroupsResponse.Builder |
ListThingGroupsResponse.builder() |
ListThingGroupsResponse.Builder |
ListThingGroupsResponse.Builder.nextToken(String nextToken)
The token to use to get the next set of results.
|
ListThingGroupsResponse.Builder |
ListThingGroupsResponse.Builder.thingGroups(Collection<GroupNameAndArn> thingGroups)
The thing groups.
|
ListThingGroupsResponse.Builder |
ListThingGroupsResponse.Builder.thingGroups(Consumer<GroupNameAndArn.Builder>... thingGroups)
The thing groups.
|
ListThingGroupsResponse.Builder |
ListThingGroupsResponse.Builder.thingGroups(GroupNameAndArn... thingGroups)
The thing groups.
|
ListThingGroupsResponse.Builder |
ListThingGroupsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListThingGroupsResponse.Builder> |
ListThingGroupsResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.