| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.clone() |
Container |
Container.withImageUris(Collection<String> imageUris)
A list of URIs for containers created in the context Region.
|
Container |
Container.withImageUris(String... imageUris)
A list of URIs for containers created in the context Region.
|
Container |
Container.withRegion(String region)
Containers and container images are Region-specific.
|
| Modifier and Type | Method and Description |
|---|---|
List<Container> |
OutputResources.getContainers()
Container images that the pipeline has generated and stored in the output repository.
|
| Modifier and Type | Method and Description |
|---|---|
OutputResources |
OutputResources.withContainers(Container... containers)
Container images that the pipeline has generated and stored in the output repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputResources.setContainers(Collection<Container> containers)
Container images that the pipeline has generated and stored in the output repository.
|
OutputResources |
OutputResources.withContainers(Collection<Container> containers)
Container images that the pipeline has generated and stored in the output repository.
|
Copyright © 2024. All rights reserved.