Uses of Interface
software.amazon.awssdk.services.iot.model.ThingGroupProperties.Builder
-
Packages that use ThingGroupProperties.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ThingGroupProperties.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ThingGroupProperties.Builder Modifier and Type Method Description default ThingGroupProperties.BuilderThingGroupProperties.Builder. attributePayload(Consumer<AttributePayload.Builder> attributePayload)The thing group attributes in JSON format.ThingGroupProperties.BuilderThingGroupProperties.Builder. attributePayload(AttributePayload attributePayload)The thing group attributes in JSON format.static ThingGroupProperties.BuilderThingGroupProperties. builder()ThingGroupProperties.BuilderThingGroupProperties.Builder. thingGroupDescription(String thingGroupDescription)The thing group description.ThingGroupProperties.BuilderThingGroupProperties. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ThingGroupProperties.Builder Modifier and Type Method Description static Class<? extends ThingGroupProperties.Builder>ThingGroupProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type ThingGroupProperties.Builder Modifier and Type Method Description default CreateDynamicThingGroupRequest.BuilderCreateDynamicThingGroupRequest.Builder. thingGroupProperties(Consumer<ThingGroupProperties.Builder> thingGroupProperties)The dynamic thing group properties.default CreateThingGroupRequest.BuilderCreateThingGroupRequest.Builder. thingGroupProperties(Consumer<ThingGroupProperties.Builder> thingGroupProperties)The thing group properties.default DescribeThingGroupResponse.BuilderDescribeThingGroupResponse.Builder. thingGroupProperties(Consumer<ThingGroupProperties.Builder> thingGroupProperties)The thing group properties.default UpdateDynamicThingGroupRequest.BuilderUpdateDynamicThingGroupRequest.Builder. thingGroupProperties(Consumer<ThingGroupProperties.Builder> thingGroupProperties)The dynamic thing group properties to update.default UpdateThingGroupRequest.BuilderUpdateThingGroupRequest.Builder. thingGroupProperties(Consumer<ThingGroupProperties.Builder> thingGroupProperties)The thing group properties.
-