Uses of Class
com.oracle.bmc.artifacts.model.ContainerImageSummary
-
Packages that use ContainerImageSummary Package Description com.oracle.bmc.artifacts com.oracle.bmc.artifacts.model -
-
Uses of ContainerImageSummary in com.oracle.bmc.artifacts
Methods in com.oracle.bmc.artifacts that return types with arguments of type ContainerImageSummary Modifier and Type Method Description Iterable<ContainerImageSummary>
ArtifactsPaginators. listContainerImagesRecordIterator(ListContainerImagesRequest request)
Creates a new iterable which will iterate over theContainerImageSummary
objects contained in responses from the listContainerImages operation. -
Uses of ContainerImageSummary in com.oracle.bmc.artifacts.model
Methods in com.oracle.bmc.artifacts.model that return ContainerImageSummary Modifier and Type Method Description ContainerImageSummary
ContainerImageSummary.Builder. build()
Methods in com.oracle.bmc.artifacts.model that return types with arguments of type ContainerImageSummary Modifier and Type Method Description List<ContainerImageSummary>
ContainerImageCollection. getItems()
Page of matching container images.Methods in com.oracle.bmc.artifacts.model with parameters of type ContainerImageSummary Modifier and Type Method Description ContainerImageSummary.Builder
ContainerImageSummary.Builder. copy(ContainerImageSummary model)
Method parameters in com.oracle.bmc.artifacts.model with type arguments of type ContainerImageSummary Modifier and Type Method Description ContainerImageCollection.Builder
ContainerImageCollection.Builder. items(List<ContainerImageSummary> items)
Page of matching container images.Constructor parameters in com.oracle.bmc.artifacts.model with type arguments of type ContainerImageSummary Constructor Description ContainerImageCollection(List<ContainerImageSummary> items, Integer remainingItemsCount)
Deprecated.
-