Uses of Class
software.amazon.awssdk.services.iot.model.ThingGroupProperties
-
Packages that use ThingGroupProperties Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ThingGroupProperties in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ThingGroupProperties Modifier and Type Method Description ThingGroupPropertiesCreateDynamicThingGroupRequest. thingGroupProperties()The dynamic thing group properties.ThingGroupPropertiesCreateThingGroupRequest. thingGroupProperties()The thing group properties.ThingGroupPropertiesDescribeThingGroupResponse. thingGroupProperties()The thing group properties.ThingGroupPropertiesUpdateDynamicThingGroupRequest. thingGroupProperties()The dynamic thing group properties to update.ThingGroupPropertiesUpdateThingGroupRequest. thingGroupProperties()The thing group properties.Methods in software.amazon.awssdk.services.iot.model with parameters of type ThingGroupProperties Modifier and Type Method Description CreateDynamicThingGroupRequest.BuilderCreateDynamicThingGroupRequest.Builder. thingGroupProperties(ThingGroupProperties thingGroupProperties)The dynamic thing group properties.CreateThingGroupRequest.BuilderCreateThingGroupRequest.Builder. thingGroupProperties(ThingGroupProperties thingGroupProperties)The thing group properties.DescribeThingGroupResponse.BuilderDescribeThingGroupResponse.Builder. thingGroupProperties(ThingGroupProperties thingGroupProperties)The thing group properties.UpdateDynamicThingGroupRequest.BuilderUpdateDynamicThingGroupRequest.Builder. thingGroupProperties(ThingGroupProperties thingGroupProperties)The dynamic thing group properties to update.UpdateThingGroupRequest.BuilderUpdateThingGroupRequest.Builder. thingGroupProperties(ThingGroupProperties thingGroupProperties)The thing group properties.
-