| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentDeploymentSpecification |
ComponentDeploymentSpecification.clone() |
ComponentDeploymentSpecification |
ComponentDeploymentSpecification.withComponentVersion(String componentVersion)
The version of the component.
|
ComponentDeploymentSpecification |
ComponentDeploymentSpecification.withConfigurationUpdate(ComponentConfigurationUpdate configurationUpdate)
The configuration updates to deploy for the component.
|
ComponentDeploymentSpecification |
ComponentDeploymentSpecification.withRunWith(ComponentRunWith runWith)
The system user and group that the IoT Greengrass Core software uses to run component processes on the core
device.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ComponentDeploymentSpecification> |
CreateDeploymentRequest.getComponents()
The components to deploy.
|
Map<String,ComponentDeploymentSpecification> |
GetDeploymentResult.getComponents()
The components to deploy.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentRequest |
CreateDeploymentRequest.addComponentsEntry(String key,
ComponentDeploymentSpecification value)
Add a single Components entry
|
GetDeploymentResult |
GetDeploymentResult.addComponentsEntry(String key,
ComponentDeploymentSpecification value)
Add a single Components entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDeploymentRequest.setComponents(Map<String,ComponentDeploymentSpecification> components)
The components to deploy.
|
void |
GetDeploymentResult.setComponents(Map<String,ComponentDeploymentSpecification> components)
The components to deploy.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withComponents(Map<String,ComponentDeploymentSpecification> components)
The components to deploy.
|
GetDeploymentResult |
GetDeploymentResult.withComponents(Map<String,ComponentDeploymentSpecification> components)
The components to deploy.
|
Copyright © 2022. All rights reserved.