Uses of Interface
software.amazon.awssdk.services.iot.model.ListThingGroupsForThingRequest.Builder
-
Packages that use ListThingGroupsForThingRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of ListThingGroupsForThingRequest.Builder in software.amazon.awssdk.services.iot
-
Uses of ListThingGroupsForThingRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ListThingGroupsForThingRequest.Builder Modifier and Type Method Description static ListThingGroupsForThingRequest.BuilderListThingGroupsForThingRequest. builder()ListThingGroupsForThingRequest.BuilderListThingGroupsForThingRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return at one time.ListThingGroupsForThingRequest.BuilderListThingGroupsForThingRequest.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.ListThingGroupsForThingRequest.BuilderListThingGroupsForThingRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListThingGroupsForThingRequest.BuilderListThingGroupsForThingRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListThingGroupsForThingRequest.BuilderListThingGroupsForThingRequest.Builder. thingName(String thingName)The thing name.ListThingGroupsForThingRequest.BuilderListThingGroupsForThingRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ListThingGroupsForThingRequest.Builder Modifier and Type Method Description static Class<? extends ListThingGroupsForThingRequest.Builder>ListThingGroupsForThingRequest. serializableBuilderClass()
-