| 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.withLastInstallationSource(String lastInstallationSource)
The most recent deployment source that brought the component to the Greengrass core device.
|
InstalledComponent |
InstalledComponent.withLastReportedTimestamp(Date lastReportedTimestamp)
The last time the Greengrass core device sent a message containing a certain component to the Amazon Web Services
Cloud.
|
InstalledComponent |
InstalledComponent.withLastStatusChangeTimestamp(Date lastStatusChangeTimestamp)
The status of how current the data is.
|
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)
A detailed response about the lifecycle state of the component that explains the reason why a component has an
error or is broken.
|
InstalledComponent |
InstalledComponent.withLifecycleStatusCodes(Collection<String> lifecycleStatusCodes)
The status codes that indicate the reason for failure whenever the
lifecycleState has an error or is
in a broken state. |
InstalledComponent |
InstalledComponent.withLifecycleStatusCodes(String... lifecycleStatusCodes)
The status codes that indicate the reason for failure whenever the
lifecycleState has an error or is
in a broken state. |
| 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 © 2022. All rights reserved.