| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListThingTypesResponse> |
IotAsyncClient.listThingTypes(Consumer<ListThingTypesRequest.Builder> listThingTypesRequest)
Lists the existing thing types.
|
default ListThingTypesResponse |
IotClient.listThingTypes(Consumer<ListThingTypesRequest.Builder> listThingTypesRequest)
Lists the existing thing types.
|
| Modifier and Type | Method and Description |
|---|---|
static ListThingTypesRequest.Builder |
ListThingTypesRequest.builder() |
ListThingTypesRequest.Builder |
ListThingTypesRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListThingTypesRequest.Builder |
ListThingTypesRequest.Builder.nextToken(String nextToken)
The token to retrieve the next set of results.
|
ListThingTypesRequest.Builder |
ListThingTypesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListThingTypesRequest.Builder |
ListThingTypesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListThingTypesRequest.Builder |
ListThingTypesRequest.Builder.thingTypeName(String thingTypeName)
The name of the thing type.
|
ListThingTypesRequest.Builder |
ListThingTypesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListThingTypesRequest.Builder> |
ListThingTypesRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.