Uses of Class
software.amazon.awssdk.services.iot.model.ThingTypeDefinition
-
Packages that use ThingTypeDefinition Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of ThingTypeDefinition in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ThingTypeDefinition Modifier and Type Method Description List<ThingTypeDefinition>ListThingTypesResponse. thingTypes()The thing types.Methods in software.amazon.awssdk.services.iot.model with parameters of type ThingTypeDefinition Modifier and Type Method Description ListThingTypesResponse.BuilderListThingTypesResponse.Builder. thingTypes(ThingTypeDefinition... thingTypes)The thing types.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type ThingTypeDefinition Modifier and Type Method Description ListThingTypesResponse.BuilderListThingTypesResponse.Builder. thingTypes(Collection<ThingTypeDefinition> thingTypes)The thing types. -
Uses of ThingTypeDefinition in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type ThingTypeDefinition Modifier and Type Method Description SdkIterable<ThingTypeDefinition>ListThingTypesIterable. thingTypes()Returns an iterable to iterate through the paginatedListThingTypesResponse.thingTypes()member.SdkPublisher<ThingTypeDefinition>ListThingTypesPublisher. thingTypes()Returns a publisher that can be used to get a stream of data.
-