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.waasMethods 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 theCertificateSummaryobjects contained in responses from the listCertificates operation.
- 
Uses of CertificateSummary in com.oracle.bmc.waas.modelMethods in com.oracle.bmc.waas.model that return CertificateSummary Modifier and Type Method Description CertificateSummaryCertificateSummary.Builder. build()Methods in com.oracle.bmc.waas.model with parameters of type CertificateSummary Modifier and Type Method Description CertificateSummary.BuilderCertificateSummary.Builder. copy(CertificateSummary model)
- 
Uses of CertificateSummary in com.oracle.bmc.waas.responsesMethods 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.BuilderListCertificatesResponse.Builder. items(List<CertificateSummary> items)A list of com.oracle.bmc.waas.model.CertificateSummary instances.
 
-