| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
DataType |
PropertyDefinitionRequest.dataType()
An object that contains information about the data type.
|
DataType |
PropertyDefinitionResponse.dataType()
An object that contains information about the data type.
|
DataType |
DataType.nestedType()
The nested type in the data type.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyDefinitionRequest.Builder |
PropertyDefinitionRequest.Builder.dataType(DataType dataType)
An object that contains information about the data type.
|
PropertyDefinitionResponse.Builder |
PropertyDefinitionResponse.Builder.dataType(DataType dataType)
An object that contains information about the data type.
|
DataType.Builder |
DataType.Builder.nestedType(DataType nestedType)
The nested type in the data type.
|
Copyright © 2022. All rights reserved.