| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListThingTypesResult> |
AWSIotAsync.listThingTypesAsync(ListThingTypesRequest listThingTypesRequest,
AsyncHandler<ListThingTypesRequest,ListThingTypesResult> asyncHandler)
Lists the existing thing types.
|
Future<ListThingTypesResult> |
AWSIotAsyncClient.listThingTypesAsync(ListThingTypesRequest request,
AsyncHandler<ListThingTypesRequest,ListThingTypesResult> asyncHandler) |
Future<ListThingTypesResult> |
AbstractAWSIotAsync.listThingTypesAsync(ListThingTypesRequest request,
AsyncHandler<ListThingTypesRequest,ListThingTypesResult> asyncHandler) |
| 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)
The token to retrieve the next set of results.
|
ListThingTypesRequest |
ListThingTypesRequest.withThingTypeName(String thingTypeName)
The name of the thing type.
|
Copyright © 2018. All rights reserved.