| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
PropertyResponse |
PropertyResponse.clone() |
PropertyResponse |
PropertyResponse.withDefinition(PropertyDefinitionResponse definition)
An object that specifies information about a property.
|
PropertyResponse |
PropertyResponse.withValue(DataValue value)
The value of the property.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PropertyResponse> |
ComponentResponse.getProperties()
An object that maps strings to the properties to set in the component type.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentResponse |
ComponentResponse.addPropertiesEntry(String key,
PropertyResponse value)
Add a single Properties entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentResponse.setProperties(Map<String,PropertyResponse> properties)
An object that maps strings to the properties to set in the component type.
|
ComponentResponse |
ComponentResponse.withProperties(Map<String,PropertyResponse> properties)
An object that maps strings to the properties to set in the component type.
|
Copyright © 2023. All rights reserved.