| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
CompositeComponentTypeResponse |
CompositeComponentTypeResponse.clone() |
CompositeComponentTypeResponse |
CompositeComponentTypeResponse.withComponentTypeId(String componentTypeId)
This is the
componentTypeId that this compositeComponentType refers to. |
CompositeComponentTypeResponse |
CompositeComponentTypeResponse.withIsInherited(Boolean isInherited)
This boolean indicates whether this
compositeComponentType is inherited from its parent. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CompositeComponentTypeResponse> |
GetComponentTypeResult.getCompositeComponentTypes()
This is an object that maps strings to
compositeComponentTypes of the componentType. |
| Modifier and Type | Method and Description |
|---|---|
GetComponentTypeResult |
GetComponentTypeResult.addCompositeComponentTypesEntry(String key,
CompositeComponentTypeResponse value)
Add a single CompositeComponentTypes entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetComponentTypeResult.setCompositeComponentTypes(Map<String,CompositeComponentTypeResponse> compositeComponentTypes)
This is an object that maps strings to
compositeComponentTypes of the componentType. |
GetComponentTypeResult |
GetComponentTypeResult.withCompositeComponentTypes(Map<String,CompositeComponentTypeResponse> compositeComponentTypes)
This is an object that maps strings to
compositeComponentTypes of the componentType. |
Copyright © 2024. All rights reserved.