| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
DataType |
DataType.clone() |
DataType |
PropertyDefinitionResponse.getDataType()
An object that contains information about the data type.
|
DataType |
PropertyDefinitionRequest.getDataType()
An object that contains information about the data type.
|
DataType |
DataType.getNestedType()
The nested type in the data type.
|
DataType |
DataType.withAllowedValues(Collection<DataValue> allowedValues)
The allowed values for this data type.
|
DataType |
DataType.withAllowedValues(DataValue... allowedValues)
The allowed values for this data type.
|
DataType |
DataType.withNestedType(DataType nestedType)
The nested type in the data type.
|
DataType |
DataType.withRelationship(Relationship relationship)
A relationship that associates a component with another component.
|
DataType |
DataType.withType(String type)
The underlying type of the data type.
|
DataType |
DataType.withType(Type type)
The underlying type of the data type.
|
DataType |
DataType.withUnitOfMeasure(String unitOfMeasure)
The unit of measure used in this data type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyDefinitionResponse.setDataType(DataType dataType)
An object that contains information about the data type.
|
void |
PropertyDefinitionRequest.setDataType(DataType dataType)
An object that contains information about the data type.
|
void |
DataType.setNestedType(DataType nestedType)
The nested type in the data type.
|
PropertyDefinitionResponse |
PropertyDefinitionResponse.withDataType(DataType dataType)
An object that contains information about the data type.
|
PropertyDefinitionRequest |
PropertyDefinitionRequest.withDataType(DataType dataType)
An object that contains information about the data type.
|
DataType |
DataType.withNestedType(DataType nestedType)
The nested type in the data type.
|
Copyright © 2023. All rights reserved.