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