| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentResponse |
ComponentResponse.addCompositeComponentsEntry(String key,
ComponentSummary value)
Add a single CompositeComponents entry
|
ComponentResponse |
ComponentResponse.addPropertiesEntry(String key,
PropertyResponse value)
Add a single Properties entry
|
ComponentResponse |
ComponentResponse.addPropertyGroupsEntry(String key,
ComponentPropertyGroupResponse value)
Add a single PropertyGroups entry
|
ComponentResponse |
ComponentResponse.clearCompositeComponentsEntries()
Removes all the entries added into CompositeComponents.
|
ComponentResponse |
ComponentResponse.clearPropertiesEntries()
Removes all the entries added into Properties.
|
ComponentResponse |
ComponentResponse.clearPropertyGroupsEntries()
Removes all the entries added into PropertyGroups.
|
ComponentResponse |
ComponentResponse.clone() |
ComponentResponse |
ComponentResponse.withAreAllCompositeComponentsReturned(Boolean areAllCompositeComponentsReturned)
This flag notes whether all
compositeComponents are returned in the API response. |
ComponentResponse |
ComponentResponse.withAreAllPropertiesReturned(Boolean areAllPropertiesReturned)
This flag notes whether all properties of the component are returned in the API response.
|
ComponentResponse |
ComponentResponse.withComponentName(String componentName)
The name of the component.
|
ComponentResponse |
ComponentResponse.withComponentTypeId(String componentTypeId)
The ID of the component type.
|
ComponentResponse |
ComponentResponse.withCompositeComponents(Map<String,ComponentSummary> compositeComponents)
This lists objects that contain information about the
compositeComponents. |
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.withPropertyGroups(Map<String,ComponentPropertyGroupResponse> propertyGroups)
The property groups.
|
ComponentResponse |
ComponentResponse.withStatus(Status status)
The status of the component type.
|
ComponentResponse |
ComponentResponse.withSyncSource(String syncSource)
The syncSource of the sync job, if this entity was created by a sync job.
|
| 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 © 2025. All rights reserved.