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