| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentSummary |
ComponentSummary.addPropertyGroupsEntry(String key,
ComponentPropertyGroupResponse value)
Add a single PropertyGroups entry
|
ComponentSummary |
ComponentSummary.clearPropertyGroupsEntries()
Removes all the entries added into PropertyGroups.
|
ComponentSummary |
ComponentSummary.clone() |
ComponentSummary |
ComponentSummary.withComponentName(String componentName)
The name of the component.
|
ComponentSummary |
ComponentSummary.withComponentPath(String componentPath)
This string specifies the path to the composite component, starting from the top-level component.
|
ComponentSummary |
ComponentSummary.withComponentTypeId(String componentTypeId)
The ID of the component type.
|
ComponentSummary |
ComponentSummary.withDefinedIn(String definedIn)
The name of the property definition set in the request.
|
ComponentSummary |
ComponentSummary.withDescription(String description)
The description of the component request.
|
ComponentSummary |
ComponentSummary.withPropertyGroups(Map<String,ComponentPropertyGroupResponse> propertyGroups)
The property groups.
|
ComponentSummary |
ComponentSummary.withStatus(Status status)
The status of the component type.
|
ComponentSummary |
ComponentSummary.withSyncSource(String syncSource)
The
syncSource of the sync job, if this entity was created by a sync job. |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentSummary> |
ListComponentsResult.getComponentSummaries()
A list of objects that contain information about the components.
|
Map<String,ComponentSummary> |
ComponentResponse.getCompositeComponents()
This lists objects that contain information about the
compositeComponents. |
| Modifier and Type | Method and Description |
|---|---|
ComponentResponse |
ComponentResponse.addCompositeComponentsEntry(String key,
ComponentSummary value)
Add a single CompositeComponents entry
|
ListComponentsResult |
ListComponentsResult.withComponentSummaries(ComponentSummary... componentSummaries)
A list of objects that contain information about the components.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListComponentsResult.setComponentSummaries(Collection<ComponentSummary> componentSummaries)
A list of objects that contain information about the components.
|
void |
ComponentResponse.setCompositeComponents(Map<String,ComponentSummary> compositeComponents)
This lists objects that contain information about the
compositeComponents. |
ListComponentsResult |
ListComponentsResult.withComponentSummaries(Collection<ComponentSummary> componentSummaries)
A list of objects that contain information about the components.
|
ComponentResponse |
ComponentResponse.withCompositeComponents(Map<String,ComponentSummary> compositeComponents)
This lists objects that contain information about the
compositeComponents. |
Copyright © 2024. All rights reserved.