Uses of Interface
software.amazon.awssdk.services.iot.model.ListThingsInThingGroupResponse.Builder
-
Packages that use ListThingsInThingGroupResponse.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ListThingsInThingGroupResponse.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ListThingsInThingGroupResponse.Builder Modifier and Type Method Description static ListThingsInThingGroupResponse.BuilderListThingsInThingGroupResponse. builder()ListThingsInThingGroupResponse.BuilderListThingsInThingGroupResponse.Builder. nextToken(String nextToken)The token to use to get the next set of results, or null if there are no additional results.ListThingsInThingGroupResponse.BuilderListThingsInThingGroupResponse.Builder. things(String... things)The things in the specified thing group.ListThingsInThingGroupResponse.BuilderListThingsInThingGroupResponse.Builder. things(Collection<String> things)The things in the specified thing group.ListThingsInThingGroupResponse.BuilderListThingsInThingGroupResponse. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ListThingsInThingGroupResponse.Builder Modifier and Type Method Description static Class<? extends ListThingsInThingGroupResponse.Builder>ListThingsInThingGroupResponse. serializableBuilderClass()
-