Uses of Interface
software.amazon.awssdk.services.iot.model.ListThingTypesRequest.Builder
-
Packages that use ListThingTypesRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of ListThingTypesRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type ListThingTypesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListThingTypesResponse>IotAsyncClient. listThingTypes(Consumer<ListThingTypesRequest.Builder> listThingTypesRequest)Lists the existing thing types.default ListThingTypesResponseIotClient. listThingTypes(Consumer<ListThingTypesRequest.Builder> listThingTypesRequest)Lists the existing thing types.default ListThingTypesPublisherIotAsyncClient. listThingTypesPaginator(Consumer<ListThingTypesRequest.Builder> listThingTypesRequest)This is a variant ofIotAsyncClient.listThingTypes(software.amazon.awssdk.services.iot.model.ListThingTypesRequest)operation.default ListThingTypesIterableIotClient. listThingTypesPaginator(Consumer<ListThingTypesRequest.Builder> listThingTypesRequest)This is a variant ofIotClient.listThingTypes(software.amazon.awssdk.services.iot.model.ListThingTypesRequest)operation. -
Uses of ListThingTypesRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ListThingTypesRequest.Builder Modifier and Type Method Description static ListThingTypesRequest.BuilderListThingTypesRequest. builder()ListThingTypesRequest.BuilderListThingTypesRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in this operation.ListThingTypesRequest.BuilderListThingTypesRequest.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.ListThingTypesRequest.BuilderListThingTypesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListThingTypesRequest.BuilderListThingTypesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListThingTypesRequest.BuilderListThingTypesRequest.Builder. thingTypeName(String thingTypeName)The name of the thing type.ListThingTypesRequest.BuilderListThingTypesRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ListThingTypesRequest.Builder Modifier and Type Method Description static Class<? extends ListThingTypesRequest.Builder>ListThingTypesRequest. serializableBuilderClass()
-