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