| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentConfigurationUpdate |
ComponentConfigurationUpdate.clone() |
ComponentConfigurationUpdate |
ComponentDeploymentSpecification.getConfigurationUpdate()
The configuration updates to deploy for the component.
|
ComponentConfigurationUpdate |
ComponentConfigurationUpdate.withMerge(String merge)
A serialized JSON string that contains the configuration object to merge to target devices.
|
ComponentConfigurationUpdate |
ComponentConfigurationUpdate.withReset(Collection<String> reset)
The list of configuration nodes to reset to default values on target devices.
|
ComponentConfigurationUpdate |
ComponentConfigurationUpdate.withReset(String... reset)
The list of configuration nodes to reset to default values on target devices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentDeploymentSpecification.setConfigurationUpdate(ComponentConfigurationUpdate configurationUpdate)
The configuration updates to deploy for the component.
|
ComponentDeploymentSpecification |
ComponentDeploymentSpecification.withConfigurationUpdate(ComponentConfigurationUpdate configurationUpdate)
The configuration updates to deploy for the component.
|
Copyright © 2023. All rights reserved.