Uses of Class
com.amazonaws.services.iot.model.ListThingsRequest
-
Packages that use ListThingsRequest Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of ListThingsRequest in com.amazonaws.services.iot
Method parameters in com.amazonaws.services.iot with type arguments of type ListThingsRequest Modifier and Type Method Description Future<ListThingsResult>
AbstractAWSIotAsync. listThingsAsync(ListThingsRequest request, AsyncHandler<ListThingsRequest,ListThingsResult> asyncHandler)
Future<ListThingsResult>
AWSIotAsync. listThingsAsync(ListThingsRequest listThingsRequest, AsyncHandler<ListThingsRequest,ListThingsResult> asyncHandler)
Lists your things.Future<ListThingsResult>
AWSIotAsyncClient. listThingsAsync(ListThingsRequest request, AsyncHandler<ListThingsRequest,ListThingsResult> asyncHandler)
-
Uses of ListThingsRequest in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return ListThingsRequest Modifier and Type Method Description ListThingsRequest
ListThingsRequest. clone()
ListThingsRequest
ListThingsRequest. withAttributeName(String attributeName)
The attribute name.ListThingsRequest
ListThingsRequest. withAttributeValue(String attributeValue)
The attribute value.ListThingsRequest
ListThingsRequest. withMaxResults(Integer maxResults)
The maximum number of results.ListThingsRequest
ListThingsRequest. withNextToken(String nextToken)
The token for the next value.
-