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 ListThingsRequestListThingsRequest. clone()ListThingsRequestListThingsRequest. withAttributeName(String attributeName)The attribute name.ListThingsRequestListThingsRequest. withAttributeValue(String attributeValue)The attribute value.ListThingsRequestListThingsRequest. withMaxResults(Integer maxResults)The maximum number of results.ListThingsRequestListThingsRequest. withNextToken(String nextToken)The token for the next value.
-