| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
OutputResources |
OutputResources.clone() |
OutputResources |
ImageSummary.getOutputResources()
The output resources produced when creating this image.
|
OutputResources |
Image.getOutputResources()
The output resources produced when creating this image.
|
OutputResources |
OutputResources.withAmis(Ami... amis)
The EC2 AMIs created by this image.
|
OutputResources |
OutputResources.withAmis(Collection<Ami> amis)
The EC2 AMIs created by this image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageSummary.setOutputResources(OutputResources outputResources)
The output resources produced when creating this image.
|
void |
Image.setOutputResources(OutputResources outputResources)
The output resources produced when creating this image.
|
ImageSummary |
ImageSummary.withOutputResources(OutputResources outputResources)
The output resources produced when creating this image.
|
Image |
Image.withOutputResources(OutputResources outputResources)
The output resources produced when creating this image.
|
Copyright © 2020. All rights reserved.