Uses of Interface
software.amazon.awssdk.services.iot.model.ListThingGroupsRequest.Builder
-
Packages that use ListThingGroupsRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of ListThingGroupsRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type ListThingGroupsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListThingGroupsResponse>IotAsyncClient. listThingGroups(Consumer<ListThingGroupsRequest.Builder> listThingGroupsRequest)List the thing groups in your account.default ListThingGroupsResponseIotClient. listThingGroups(Consumer<ListThingGroupsRequest.Builder> listThingGroupsRequest)List the thing groups in your account.default ListThingGroupsPublisherIotAsyncClient. listThingGroupsPaginator(Consumer<ListThingGroupsRequest.Builder> listThingGroupsRequest)List the thing groups in your account.default ListThingGroupsIterableIotClient. listThingGroupsPaginator(Consumer<ListThingGroupsRequest.Builder> listThingGroupsRequest)List the thing groups in your account. -
Uses of ListThingGroupsRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ListThingGroupsRequest.Builder Modifier and Type Method Description static ListThingGroupsRequest.BuilderListThingGroupsRequest. builder()ListThingGroupsRequest.BuilderListThingGroupsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return at one time.ListThingGroupsRequest.BuilderListThingGroupsRequest.Builder. namePrefixFilter(String namePrefixFilter)A filter that limits the results to those with the specified name prefix.ListThingGroupsRequest.BuilderListThingGroupsRequest.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.ListThingGroupsRequest.BuilderListThingGroupsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListThingGroupsRequest.BuilderListThingGroupsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListThingGroupsRequest.BuilderListThingGroupsRequest.Builder. parentGroup(String parentGroup)A filter that limits the results to those with the specified parent group.ListThingGroupsRequest.BuilderListThingGroupsRequest.Builder. recursive(Boolean recursive)If true, return child groups as well.ListThingGroupsRequest.BuilderListThingGroupsRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ListThingGroupsRequest.Builder Modifier and Type Method Description static Class<? extends ListThingGroupsRequest.Builder>ListThingGroupsRequest. serializableBuilderClass()
-