| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentVersionListItem |
ComponentVersionListItem.clone() |
ComponentVersionListItem |
ComponentVersionListItem.withArn(String arn)
The ARN of the component
version.
|
ComponentVersionListItem |
ComponentVersionListItem.withComponentName(String componentName)
The name of the component.
|
ComponentVersionListItem |
ComponentVersionListItem.withComponentVersion(String componentVersion)
The version of the component.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentVersionListItem> |
ListComponentVersionsResult.getComponentVersions()
A list of versions that exist for the component.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentVersionsResult |
ListComponentVersionsResult.withComponentVersions(ComponentVersionListItem... componentVersions)
A list of versions that exist for the component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListComponentVersionsResult.setComponentVersions(Collection<ComponentVersionListItem> componentVersions)
A list of versions that exist for the component.
|
ListComponentVersionsResult |
ListComponentVersionsResult.withComponentVersions(Collection<ComponentVersionListItem> componentVersions)
A list of versions that exist for the component.
|
Copyright © 2024. All rights reserved.