| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
PropertySummary |
PropertySummary.clone() |
PropertySummary |
PropertySummary.withAreAllPropertyValuesReturned(Boolean areAllPropertyValuesReturned)
This flag notes whether all values of a list or map type property are returned in the API response.
|
PropertySummary |
PropertySummary.withDefinition(PropertyDefinitionResponse definition)
This is the schema for the property.
|
PropertySummary |
PropertySummary.withPropertyName(String propertyName)
This is the name of the property.
|
PropertySummary |
PropertySummary.withValue(DataValue value)
This is the value for the property.
|
| Modifier and Type | Method and Description |
|---|---|
List<PropertySummary> |
ListPropertiesResult.getPropertySummaries()
A list of objects that contain information about the properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListPropertiesResult |
ListPropertiesResult.withPropertySummaries(PropertySummary... propertySummaries)
A list of objects that contain information about the properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPropertiesResult.setPropertySummaries(Collection<PropertySummary> propertySummaries)
A list of objects that contain information about the properties.
|
ListPropertiesResult |
ListPropertiesResult.withPropertySummaries(Collection<PropertySummary> propertySummaries)
A list of objects that contain information about the properties.
|
Copyright © 2025. All rights reserved.