| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static ListThingTypesResponse.Builder |
ListThingTypesResponse.builder() |
ListThingTypesResponse.Builder |
ListThingTypesResponse.Builder.nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
ListThingTypesResponse.Builder |
ListThingTypesResponse.Builder.thingTypes(Collection<ThingTypeDefinition> thingTypes)
The thing types.
|
ListThingTypesResponse.Builder |
ListThingTypesResponse.Builder.thingTypes(Consumer<ThingTypeDefinition.Builder>... thingTypes)
The thing types.
|
ListThingTypesResponse.Builder |
ListThingTypesResponse.Builder.thingTypes(ThingTypeDefinition... thingTypes)
The thing types.
|
ListThingTypesResponse.Builder |
ListThingTypesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListThingTypesResponse.Builder> |
ListThingTypesResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.