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