Uses of Interface
software.amazon.awssdk.services.iot.model.ListThingsRequest.Builder
-
Packages that use ListThingsRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of ListThingsRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type ListThingsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListThingsResponse>IotAsyncClient. listThings(Consumer<ListThingsRequest.Builder> listThingsRequest)Lists your things.default ListThingsResponseIotClient. listThings(Consumer<ListThingsRequest.Builder> listThingsRequest)Lists your things.default ListThingsPublisherIotAsyncClient. listThingsPaginator(Consumer<ListThingsRequest.Builder> listThingsRequest)This is a variant ofIotAsyncClient.listThings(software.amazon.awssdk.services.iot.model.ListThingsRequest)operation.default ListThingsIterableIotClient. listThingsPaginator(Consumer<ListThingsRequest.Builder> listThingsRequest)This is a variant ofIotClient.listThings(software.amazon.awssdk.services.iot.model.ListThingsRequest)operation. -
Uses of ListThingsRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ListThingsRequest.Builder Modifier and Type Method Description ListThingsRequest.BuilderListThingsRequest.Builder. attributeName(String attributeName)The attribute name used to search for things.ListThingsRequest.BuilderListThingsRequest.Builder. attributeValue(String attributeValue)The attribute value used to search for things.static ListThingsRequest.BuilderListThingsRequest. builder()ListThingsRequest.BuilderListThingsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in this operation.ListThingsRequest.BuilderListThingsRequest.Builder. nextToken(String nextToken)To retrieve the next set of results, thenextTokenvalue from a previous response; otherwise null to receive the first set of results.ListThingsRequest.BuilderListThingsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListThingsRequest.BuilderListThingsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListThingsRequest.BuilderListThingsRequest.Builder. thingTypeName(String thingTypeName)The name of the thing type used to search for things.ListThingsRequest.BuilderListThingsRequest. toBuilder()ListThingsRequest.BuilderListThingsRequest.Builder. usePrefixAttributeValue(Boolean usePrefixAttributeValue)Whentrue, the action returns the thing resources with attribute values that start with theattributeValueprovided.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ListThingsRequest.Builder Modifier and Type Method Description static Class<? extends ListThingsRequest.Builder>ListThingsRequest. serializableBuilderClass()
-