| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ThingGroupProperties |
ThingGroupProperties.clone() |
ThingGroupProperties |
UpdateThingGroupRequest.getThingGroupProperties()
The thing group properties.
|
ThingGroupProperties |
CreateDynamicThingGroupRequest.getThingGroupProperties()
The dynamic thing group properties.
|
ThingGroupProperties |
DescribeThingGroupResult.getThingGroupProperties()
The thing group properties.
|
ThingGroupProperties |
UpdateDynamicThingGroupRequest.getThingGroupProperties()
The dynamic thing group properties to update.
|
ThingGroupProperties |
CreateThingGroupRequest.getThingGroupProperties()
The thing group properties.
|
ThingGroupProperties |
ThingGroupProperties.withAttributePayload(AttributePayload attributePayload)
The thing group attributes in JSON format.
|
ThingGroupProperties |
ThingGroupProperties.withThingGroupDescription(String thingGroupDescription)
The thing group description.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateThingGroupRequest.setThingGroupProperties(ThingGroupProperties thingGroupProperties)
The thing group properties.
|
void |
CreateDynamicThingGroupRequest.setThingGroupProperties(ThingGroupProperties thingGroupProperties)
The dynamic thing group properties.
|
void |
DescribeThingGroupResult.setThingGroupProperties(ThingGroupProperties thingGroupProperties)
The thing group properties.
|
void |
UpdateDynamicThingGroupRequest.setThingGroupProperties(ThingGroupProperties thingGroupProperties)
The dynamic thing group properties to update.
|
void |
CreateThingGroupRequest.setThingGroupProperties(ThingGroupProperties thingGroupProperties)
The thing group properties.
|
UpdateThingGroupRequest |
UpdateThingGroupRequest.withThingGroupProperties(ThingGroupProperties thingGroupProperties)
The thing group properties.
|
CreateDynamicThingGroupRequest |
CreateDynamicThingGroupRequest.withThingGroupProperties(ThingGroupProperties thingGroupProperties)
The dynamic thing group properties.
|
DescribeThingGroupResult |
DescribeThingGroupResult.withThingGroupProperties(ThingGroupProperties thingGroupProperties)
The thing group properties.
|
UpdateDynamicThingGroupRequest |
UpdateDynamicThingGroupRequest.withThingGroupProperties(ThingGroupProperties thingGroupProperties)
The dynamic thing group properties to update.
|
CreateThingGroupRequest |
CreateThingGroupRequest.withThingGroupProperties(ThingGroupProperties thingGroupProperties)
The thing group properties.
|
Copyright © 2023. All rights reserved.