Uses of Interface
software.amazon.awssdk.services.iot.model.ListThingsResponse.Builder
-
Packages that use ListThingsResponse.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ListThingsResponse.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ListThingsResponse.Builder Modifier and Type Method Description static ListThingsResponse.BuilderListThingsResponse. builder()ListThingsResponse.BuilderListThingsResponse.Builder. nextToken(String nextToken)The token to use to get the next set of results.ListThingsResponse.BuilderListThingsResponse.Builder. things(Collection<ThingAttribute> things)The things.ListThingsResponse.BuilderListThingsResponse.Builder. things(Consumer<ThingAttribute.Builder>... things)The things.ListThingsResponse.BuilderListThingsResponse.Builder. things(ThingAttribute... things)The things.ListThingsResponse.BuilderListThingsResponse. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ListThingsResponse.Builder Modifier and Type Method Description static Class<? extends ListThingsResponse.Builder>ListThingsResponse. serializableBuilderClass()
-