Uses of Class
com.oracle.bmc.certificates.model.CertificateBundleVersionSummary
-
Packages that use CertificateBundleVersionSummary Package Description com.oracle.bmc.certificates.model -
-
Uses of CertificateBundleVersionSummary in com.oracle.bmc.certificates.model
Methods in com.oracle.bmc.certificates.model that return CertificateBundleVersionSummary Modifier and Type Method Description CertificateBundleVersionSummary
CertificateBundleVersionSummary.Builder. build()
Methods in com.oracle.bmc.certificates.model that return types with arguments of type CertificateBundleVersionSummary Modifier and Type Method Description List<CertificateBundleVersionSummary>
CertificateBundleVersionCollection. getItems()
A list of certificate bundle version summary objects.Methods in com.oracle.bmc.certificates.model with parameters of type CertificateBundleVersionSummary Modifier and Type Method Description CertificateBundleVersionSummary.Builder
CertificateBundleVersionSummary.Builder. copy(CertificateBundleVersionSummary model)
Method parameters in com.oracle.bmc.certificates.model with type arguments of type CertificateBundleVersionSummary Modifier and Type Method Description CertificateBundleVersionCollection.Builder
CertificateBundleVersionCollection.Builder. items(List<CertificateBundleVersionSummary> items)
A list of certificate bundle version summary objects.Constructor parameters in com.oracle.bmc.certificates.model with type arguments of type CertificateBundleVersionSummary Constructor Description CertificateBundleVersionCollection(List<CertificateBundleVersionSummary> items)
Deprecated.
-