| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListThingTypesResult> |
AWSIotAsyncClient.listThingTypesAsync(ListThingTypesRequest request,
AsyncHandler<ListThingTypesRequest,ListThingTypesResult> asyncHandler) |
Future<ListThingTypesResult> |
AbstractAWSIotAsync.listThingTypesAsync(ListThingTypesRequest request,
AsyncHandler<ListThingTypesRequest,ListThingTypesResult> asyncHandler) |
Future<ListThingTypesResult> |
AWSIotAsync.listThingTypesAsync(ListThingTypesRequest listThingTypesRequest,
AsyncHandler<ListThingTypesRequest,ListThingTypesResult> asyncHandler)
Lists the existing thing types.
|
| Modifier and Type | Method and Description |
|---|---|
ListThingTypesRequest |
ListThingTypesRequest.clone() |
ListThingTypesRequest |
ListThingTypesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListThingTypesRequest |
ListThingTypesRequest.withNextToken(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 |
ListThingTypesRequest.withThingTypeName(String thingTypeName)
The name of the thing type.
|
Copyright © 2024. All rights reserved.