Uses of Class
com.oracle.bmc.certificatesmanagement.model.CertificateSummary
-
Packages that use CertificateSummary Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.model -
-
Uses of CertificateSummary in com.oracle.bmc.certificatesmanagement
Methods in com.oracle.bmc.certificatesmanagement that return types with arguments of type CertificateSummary Modifier and Type Method Description Iterable<CertificateSummary>
CertificatesManagementPaginators. listCertificatesRecordIterator(ListCertificatesRequest request)
Creates a new iterable which will iterate over theCertificateSummary
objects contained in responses from the listCertificates operation. -
Uses of CertificateSummary in com.oracle.bmc.certificatesmanagement.model
Methods in com.oracle.bmc.certificatesmanagement.model that return CertificateSummary Modifier and Type Method Description CertificateSummary
CertificateSummary.Builder. build()
Methods in com.oracle.bmc.certificatesmanagement.model that return types with arguments of type CertificateSummary Modifier and Type Method Description List<CertificateSummary>
CertificateCollection. getItems()
A list of certificate summary objects.Methods in com.oracle.bmc.certificatesmanagement.model with parameters of type CertificateSummary Modifier and Type Method Description CertificateSummary.Builder
CertificateSummary.Builder. copy(CertificateSummary model)
Method parameters in com.oracle.bmc.certificatesmanagement.model with type arguments of type CertificateSummary Modifier and Type Method Description CertificateCollection.Builder
CertificateCollection.Builder. items(List<CertificateSummary> items)
A list of certificate summary objects.Constructor parameters in com.oracle.bmc.certificatesmanagement.model with type arguments of type CertificateSummary Constructor Description CertificateCollection(List<CertificateSummary> items)
Deprecated.
-