| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
InstalledComponent |
InstalledComponent.clone() |
InstalledComponent |
InstalledComponent.withComponentName(String componentName)
The name of the component.
|
InstalledComponent |
InstalledComponent.withComponentVersion(String componentVersion)
The version of the component.
|
InstalledComponent |
InstalledComponent.withIsRoot(Boolean isRoot)
Whether or not the component is a root component.
|
InstalledComponent |
InstalledComponent.withLifecycleState(InstalledComponentLifecycleState lifecycleState)
The lifecycle state of the component.
|
InstalledComponent |
InstalledComponent.withLifecycleState(String lifecycleState)
The lifecycle state of the component.
|
InstalledComponent |
InstalledComponent.withLifecycleStateDetails(String lifecycleStateDetails)
The details about the lifecycle state of the component.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstalledComponent> |
ListInstalledComponentsResult.getInstalledComponents()
A list that summarizes each component on the core device.
|
| Modifier and Type | Method and Description |
|---|---|
ListInstalledComponentsResult |
ListInstalledComponentsResult.withInstalledComponents(InstalledComponent... installedComponents)
A list that summarizes each component on the core device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInstalledComponentsResult.setInstalledComponents(Collection<InstalledComponent> installedComponents)
A list that summarizes each component on the core device.
|
ListInstalledComponentsResult |
ListInstalledComponentsResult.withInstalledComponents(Collection<InstalledComponent> installedComponents)
A list that summarizes each component on the core device.
|
Copyright © 2021. All rights reserved.