| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
ResolvedComponentVersion |
ResolvedComponentVersion.clone() |
ResolvedComponentVersion |
ResolvedComponentVersion.withArn(String arn)
The ARN of the component
version.
|
ResolvedComponentVersion |
ResolvedComponentVersion.withComponentName(String componentName)
The name of the component.
|
ResolvedComponentVersion |
ResolvedComponentVersion.withComponentVersion(String componentVersion)
The version of the component.
|
ResolvedComponentVersion |
ResolvedComponentVersion.withRecipe(ByteBuffer recipe)
The recipe of the component version.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResolvedComponentVersion> |
ResolveComponentCandidatesResult.getResolvedComponentVersions()
A list of components that meet the requirements that you specify in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ResolveComponentCandidatesResult |
ResolveComponentCandidatesResult.withResolvedComponentVersions(ResolvedComponentVersion... resolvedComponentVersions)
A list of components that meet the requirements that you specify in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResolveComponentCandidatesResult.setResolvedComponentVersions(Collection<ResolvedComponentVersion> resolvedComponentVersions)
A list of components that meet the requirements that you specify in the request.
|
ResolveComponentCandidatesResult |
ResolveComponentCandidatesResult.withResolvedComponentVersions(Collection<ResolvedComponentVersion> resolvedComponentVersions)
A list of components that meet the requirements that you specify in the request.
|
Copyright © 2021. All rights reserved.