| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListThingsResult> |
AbstractAWSIotAsync.listThingsAsync(ListThingsRequest request,
AsyncHandler<ListThingsRequest,ListThingsResult> asyncHandler) |
Future<ListThingsResult> |
AWSIotAsyncClient.listThingsAsync(ListThingsRequest request,
AsyncHandler<ListThingsRequest,ListThingsResult> asyncHandler) |
Future<ListThingsResult> |
AWSIotAsync.listThingsAsync(ListThingsRequest listThingsRequest,
AsyncHandler<ListThingsRequest,ListThingsResult> asyncHandler)
Lists your things.
|
| 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)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
ListThingsRequest |
ListThingsRequest.withThingTypeName(String thingTypeName)
The name of the thing type used to search for things.
|
ListThingsRequest |
ListThingsRequest.withUsePrefixAttributeValue(Boolean usePrefixAttributeValue)
When
true, the action returns the thing resources with attribute values that start with the
attributeValue provided. |
Copyright © 2025. All rights reserved.