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