| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListThingsResult> |
AWSIotAsync.listThingsAsync(ListThingsRequest listThingsRequest,
AsyncHandler<ListThingsRequest,ListThingsResult> asyncHandler)
Lists your things.
|
Future<ListThingsResult> |
AWSIotAsyncClient.listThingsAsync(ListThingsRequest request,
AsyncHandler<ListThingsRequest,ListThingsResult> asyncHandler) |
Future<ListThingsResult> |
AbstractAWSIotAsync.listThingsAsync(ListThingsRequest request,
AsyncHandler<ListThingsRequest,ListThingsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListThingsRequest |
ListThingsRequest.clone() |
ListThingsRequest |
ListThingsRequest.withAttributeName(String attributeName)
The attribute name used to search for things.
|
ListThingsRequest |
ListThingsRequest.withAttributeValue(String attributeValue)
The attribute value used to search for things.
|
ListThingsRequest |
ListThingsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListThingsRequest |
ListThingsRequest.withNextToken(String nextToken)
The token to retrieve the next set of results.
|
ListThingsRequest |
ListThingsRequest.withThingTypeName(String thingTypeName)
The name of the thing type used to search for things.
|
Copyright © 2018. All rights reserved.