| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentResponse |
ComponentResponse.addPropertiesEntry(String key,
PropertyResponse value)
Add a single Properties entry
|
ComponentResponse |
ComponentResponse.clearPropertiesEntries()
Removes all the entries added into Properties.
|
ComponentResponse |
ComponentResponse.clone() |
ComponentResponse |
ComponentResponse.withComponentName(String componentName)
The name of the component.
|
ComponentResponse |
ComponentResponse.withComponentTypeId(String componentTypeId)
The ID of the component type.
|
ComponentResponse |
ComponentResponse.withDefinedIn(String definedIn)
The name of the property definition set in the request.
|
ComponentResponse |
ComponentResponse.withDescription(String description)
The description of the component type.
|
ComponentResponse |
ComponentResponse.withProperties(Map<String,PropertyResponse> properties)
An object that maps strings to the properties to set in the component type.
|
ComponentResponse |
ComponentResponse.withStatus(Status status)
The status of the component type.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ComponentResponse> |
GetEntityResult.getComponents()
An object that maps strings to the components in the entity.
|
| Modifier and Type | Method and Description |
|---|---|
GetEntityResult |
GetEntityResult.addComponentsEntry(String key,
ComponentResponse value)
Add a single Components entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEntityResult.setComponents(Map<String,ComponentResponse> components)
An object that maps strings to the components in the entity.
|
GetEntityResult |
GetEntityResult.withComponents(Map<String,ComponentResponse> components)
An object that maps strings to the components in the entity.
|
Copyright © 2022. All rights reserved.