| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PropertyRequest> |
ComponentRequest.properties()
An object that maps strings to the properties to set in the component type.
|
Map<String,PropertyRequest> |
ComponentUpdateRequest.propertyUpdates()
An object that maps strings to the properties to set in the component type update.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentRequest.Builder |
ComponentRequest.Builder.properties(Map<String,PropertyRequest> properties)
An object that maps strings to the properties to set in the component type.
|
ComponentUpdateRequest.Builder |
ComponentUpdateRequest.Builder.propertyUpdates(Map<String,PropertyRequest> propertyUpdates)
An object that maps strings to the properties to set in the component type update.
|
Copyright © 2023. All rights reserved.