| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
PropertyDefinitionRequest |
PropertyRequest.definition()
An object that specifies information about a property.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PropertyDefinitionRequest> |
CreateComponentTypeRequest.propertyDefinitions()
An object that maps strings to the property definitions in the component type.
|
Map<String,PropertyDefinitionRequest> |
UpdateComponentTypeRequest.propertyDefinitions()
An object that maps strings to the property definitions in the component type.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyRequest.Builder |
PropertyRequest.Builder.definition(PropertyDefinitionRequest definition)
An object that specifies information about a property.
|
| Modifier and Type | Method and Description |
|---|---|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.propertyDefinitions(Map<String,PropertyDefinitionRequest> propertyDefinitions)
An object that maps strings to the property definitions in the component type.
|
UpdateComponentTypeRequest.Builder |
UpdateComponentTypeRequest.Builder.propertyDefinitions(Map<String,PropertyDefinitionRequest> propertyDefinitions)
An object that maps strings to the property definitions in the component type.
|
Copyright © 2022. All rights reserved.