Uses of Class
software.amazon.awssdk.services.imagebuilder.model.Container
-
Packages that use Container Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of Container in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type Container Modifier and Type Method Description List<Container>OutputResources. containers()Container images that the pipeline has generated and stored in the output repository.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type Container Modifier and Type Method Description OutputResources.BuilderOutputResources.Builder. containers(Container... containers)Container images that the pipeline has generated and stored in the output repository.Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type Container Modifier and Type Method Description OutputResources.BuilderOutputResources.Builder. containers(Collection<Container> containers)Container images that the pipeline has generated and stored in the output repository.
-