| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
PropertyDefinitionResponse |
PropertyDefinitionResponse.addConfigurationEntry(String key,
String value)
Add a single Configuration entry
|
PropertyDefinitionResponse |
PropertyDefinitionResponse.clearConfigurationEntries()
Removes all the entries added into Configuration.
|
PropertyDefinitionResponse |
PropertyDefinitionResponse.clone() |
PropertyDefinitionResponse |
PropertyResponse.getDefinition()
An object that specifies information about a property.
|
PropertyDefinitionResponse |
PropertyDefinitionResponse.withConfiguration(Map<String,String> configuration)
A mapping that specifies configuration information about the property.
|
PropertyDefinitionResponse |
PropertyDefinitionResponse.withDataType(DataType dataType)
An object that contains information about the data type.
|
PropertyDefinitionResponse |
PropertyDefinitionResponse.withDefaultValue(DataValue defaultValue)
An object that contains the default value.
|
PropertyDefinitionResponse |
PropertyDefinitionResponse.withIsExternalId(Boolean isExternalId)
A Boolean value that specifies whether the property ID comes from an external data store.
|
PropertyDefinitionResponse |
PropertyDefinitionResponse.withIsFinal(Boolean isFinal)
A Boolean value that specifies whether the property definition can be updated.
|
PropertyDefinitionResponse |
PropertyDefinitionResponse.withIsImported(Boolean isImported)
A Boolean value that specifies whether the property definition is imported from an external data store.
|
PropertyDefinitionResponse |
PropertyDefinitionResponse.withIsInherited(Boolean isInherited)
A Boolean value that specifies whether the property definition is inherited from a parent entity.
|
PropertyDefinitionResponse |
PropertyDefinitionResponse.withIsRequiredInEntity(Boolean isRequiredInEntity)
A Boolean value that specifies whether the property is required in an entity.
|
PropertyDefinitionResponse |
PropertyDefinitionResponse.withIsStoredExternally(Boolean isStoredExternally)
A Boolean value that specifies whether the property is stored externally.
|
PropertyDefinitionResponse |
PropertyDefinitionResponse.withIsTimeSeries(Boolean isTimeSeries)
A Boolean value that specifies whether the property consists of time series data.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PropertyDefinitionResponse> |
GetComponentTypeResult.getPropertyDefinitions()
An object that maps strings to the property definitions in the component type.
|
| Modifier and Type | Method and Description |
|---|---|
GetComponentTypeResult |
GetComponentTypeResult.addPropertyDefinitionsEntry(String key,
PropertyDefinitionResponse value)
Add a single PropertyDefinitions entry
|
void |
PropertyResponse.setDefinition(PropertyDefinitionResponse definition)
An object that specifies information about a property.
|
PropertyResponse |
PropertyResponse.withDefinition(PropertyDefinitionResponse definition)
An object that specifies information about a property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetComponentTypeResult.setPropertyDefinitions(Map<String,PropertyDefinitionResponse> propertyDefinitions)
An object that maps strings to the property definitions in the component type.
|
GetComponentTypeResult |
GetComponentTypeResult.withPropertyDefinitions(Map<String,PropertyDefinitionResponse> propertyDefinitions)
An object that maps strings to the property definitions in the component type.
|
Copyright © 2022. All rights reserved.