Uses of Class
com.oracle.bmc.certificatesmanagement.model.CertificateVersionCollection
-
Packages that use CertificateVersionCollection Package Description com.oracle.bmc.certificatesmanagement.model com.oracle.bmc.certificatesmanagement.responses -
-
Uses of CertificateVersionCollection in com.oracle.bmc.certificatesmanagement.model
Methods in com.oracle.bmc.certificatesmanagement.model that return CertificateVersionCollection Modifier and Type Method Description CertificateVersionCollection
CertificateVersionCollection.Builder. build()
Methods in com.oracle.bmc.certificatesmanagement.model with parameters of type CertificateVersionCollection Modifier and Type Method Description CertificateVersionCollection.Builder
CertificateVersionCollection.Builder. copy(CertificateVersionCollection model)
-
Uses of CertificateVersionCollection in com.oracle.bmc.certificatesmanagement.responses
Methods in com.oracle.bmc.certificatesmanagement.responses that return CertificateVersionCollection Modifier and Type Method Description CertificateVersionCollection
ListCertificateVersionsResponse. getCertificateVersionCollection()
The returned CertificateVersionCollection instance.Methods in com.oracle.bmc.certificatesmanagement.responses with parameters of type CertificateVersionCollection Modifier and Type Method Description ListCertificateVersionsResponse.Builder
ListCertificateVersionsResponse.Builder. certificateVersionCollection(CertificateVersionCollection certificateVersionCollection)
The returned CertificateVersionCollection instance.
-