Uses of Class
com.oracle.bmc.certificates.model.CertificateBundleVersionCollection
-
Packages that use CertificateBundleVersionCollection Package Description com.oracle.bmc.certificates.model com.oracle.bmc.certificates.responses -
-
Uses of CertificateBundleVersionCollection in com.oracle.bmc.certificates.model
Methods in com.oracle.bmc.certificates.model that return CertificateBundleVersionCollection Modifier and Type Method Description CertificateBundleVersionCollection
CertificateBundleVersionCollection.Builder. build()
Methods in com.oracle.bmc.certificates.model with parameters of type CertificateBundleVersionCollection Modifier and Type Method Description CertificateBundleVersionCollection.Builder
CertificateBundleVersionCollection.Builder. copy(CertificateBundleVersionCollection model)
-
Uses of CertificateBundleVersionCollection in com.oracle.bmc.certificates.responses
Methods in com.oracle.bmc.certificates.responses that return CertificateBundleVersionCollection Modifier and Type Method Description CertificateBundleVersionCollection
ListCertificateBundleVersionsResponse. getCertificateBundleVersionCollection()
The returned CertificateBundleVersionCollection instance.Methods in com.oracle.bmc.certificates.responses with parameters of type CertificateBundleVersionCollection Modifier and Type Method Description ListCertificateBundleVersionsResponse.Builder
ListCertificateBundleVersionsResponse.Builder. certificateBundleVersionCollection(CertificateBundleVersionCollection certificateBundleVersionCollection)
The returned CertificateBundleVersionCollection instance.
-