| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static ListThingsInThingGroupResponse.Builder |
ListThingsInThingGroupResponse.builder() |
ListThingsInThingGroupResponse.Builder |
ListThingsInThingGroupResponse.Builder.nextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
|
ListThingsInThingGroupResponse.Builder |
ListThingsInThingGroupResponse.Builder.things(Collection<String> things)
The things in the specified thing group.
|
ListThingsInThingGroupResponse.Builder |
ListThingsInThingGroupResponse.Builder.things(String... things)
The things in the specified thing group.
|
ListThingsInThingGroupResponse.Builder |
ListThingsInThingGroupResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListThingsInThingGroupResponse.Builder> |
ListThingsInThingGroupResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.