| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentLatestVersion |
ComponentLatestVersion.clone() |
ComponentLatestVersion |
Component.getLatestVersion()
The latest version of the component and its details.
|
ComponentLatestVersion |
ComponentLatestVersion.withArn(String arn)
The ARN of the component
version.
|
ComponentLatestVersion |
ComponentLatestVersion.withComponentVersion(String componentVersion)
The version of the component.
|
ComponentLatestVersion |
ComponentLatestVersion.withCreationTimestamp(Date creationTimestamp)
The time at which the component was created, expressed in ISO 8601 format.
|
ComponentLatestVersion |
ComponentLatestVersion.withDescription(String description)
The description of the component version.
|
ComponentLatestVersion |
ComponentLatestVersion.withPlatforms(Collection<ComponentPlatform> platforms)
The platforms that the component version supports.
|
ComponentLatestVersion |
ComponentLatestVersion.withPlatforms(ComponentPlatform... platforms)
The platforms that the component version supports.
|
ComponentLatestVersion |
ComponentLatestVersion.withPublisher(String publisher)
The publisher of the component version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Component.setLatestVersion(ComponentLatestVersion latestVersion)
The latest version of the component and its details.
|
Component |
Component.withLatestVersion(ComponentLatestVersion latestVersion)
The latest version of the component and its details.
|
Copyright © 2021. All rights reserved.