Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.DataType
-
Packages that use DataType Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of DataType in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return DataType Modifier and Type Method Description DataTypePropertyDefinitionRequest. dataType()An object that contains information about the data type.DataTypePropertyDefinitionResponse. dataType()An object that contains information about the data type.DataTypeDataType. nestedType()The nested type in the data type.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type DataType Modifier and Type Method Description PropertyDefinitionRequest.BuilderPropertyDefinitionRequest.Builder. dataType(DataType dataType)An object that contains information about the data type.PropertyDefinitionResponse.BuilderPropertyDefinitionResponse.Builder. dataType(DataType dataType)An object that contains information about the data type.DataType.BuilderDataType.Builder. nestedType(DataType nestedType)The nested type in the data type.
-