| 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.
|
default ListThingTypesPublisher |
IotAsyncClient.listThingTypesPaginator(Consumer<ListThingTypesRequest.Builder> listThingTypesRequest)
Lists the existing thing types.
|
default ListThingTypesIterable |
IotClient.listThingTypesPaginator(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)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first 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 © 2021. All rights reserved.