Uses of Class
com.oracle.bmc.waas.model.CertificateSummary
-
Packages that use CertificateSummary Package Description com.oracle.bmc.waas com.oracle.bmc.waas.model com.oracle.bmc.waas.responses -
-
Uses of CertificateSummary in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return types with arguments of type CertificateSummary Modifier and Type Method Description Iterable<CertificateSummary>
WaasPaginators. 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.waas.model
Methods in com.oracle.bmc.waas.model that return CertificateSummary Modifier and Type Method Description CertificateSummary
CertificateSummary.Builder. build()
Methods in com.oracle.bmc.waas.model with parameters of type CertificateSummary Modifier and Type Method Description CertificateSummary.Builder
CertificateSummary.Builder. copy(CertificateSummary model)
-
Uses of CertificateSummary in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return types with arguments of type CertificateSummary Modifier and Type Method Description List<CertificateSummary>
ListCertificatesResponse. getItems()
A list of com.oracle.bmc.waas.model.CertificateSummary instances.Method parameters in com.oracle.bmc.waas.responses with type arguments of type CertificateSummary Modifier and Type Method Description ListCertificatesResponse.Builder
ListCertificatesResponse.Builder. items(List<CertificateSummary> items)
A list of com.oracle.bmc.waas.model.CertificateSummary instances.
-