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