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