Uses of Class
com.oracle.bmc.artifacts.model.ContainerImageCollection
-
Packages that use ContainerImageCollection Package Description com.oracle.bmc.artifacts.model com.oracle.bmc.artifacts.responses -
-
Uses of ContainerImageCollection in com.oracle.bmc.artifacts.model
Methods in com.oracle.bmc.artifacts.model that return ContainerImageCollection Modifier and Type Method Description ContainerImageCollection
ContainerImageCollection.Builder. build()
Methods in com.oracle.bmc.artifacts.model with parameters of type ContainerImageCollection Modifier and Type Method Description ContainerImageCollection.Builder
ContainerImageCollection.Builder. copy(ContainerImageCollection model)
-
Uses of ContainerImageCollection in com.oracle.bmc.artifacts.responses
Methods in com.oracle.bmc.artifacts.responses that return ContainerImageCollection Modifier and Type Method Description ContainerImageCollection
ListContainerImagesResponse. getContainerImageCollection()
The returned ContainerImageCollection instance.Methods in com.oracle.bmc.artifacts.responses with parameters of type ContainerImageCollection Modifier and Type Method Description ListContainerImagesResponse.Builder
ListContainerImagesResponse.Builder. containerImageCollection(ContainerImageCollection containerImageCollection)
The returned ContainerImageCollection instance.
-