Uses of Class
com.oracle.bmc.artifacts.model.ContainerVersion
-
Packages that use ContainerVersion Package Description com.oracle.bmc.artifacts.model -
-
Uses of ContainerVersion in com.oracle.bmc.artifacts.model
Methods in com.oracle.bmc.artifacts.model that return ContainerVersion Modifier and Type Method Description ContainerVersion
ContainerVersion.Builder. build()
Methods in com.oracle.bmc.artifacts.model that return types with arguments of type ContainerVersion Modifier and Type Method Description List<ContainerVersion>
ContainerImage. getVersions()
The versions associated with this image.Methods in com.oracle.bmc.artifacts.model with parameters of type ContainerVersion Modifier and Type Method Description ContainerVersion.Builder
ContainerVersion.Builder. copy(ContainerVersion model)
Method parameters in com.oracle.bmc.artifacts.model with type arguments of type ContainerVersion Modifier and Type Method Description ContainerImage.Builder
ContainerImage.Builder. versions(List<ContainerVersion> versions)
The versions associated with this image.
-