Uses of Class
com.oracle.bmc.goldengate.model.CertificateSummary
-
Packages that use CertificateSummary Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.model -
-
Uses of CertificateSummary in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return types with arguments of type CertificateSummary Modifier and Type Method Description Iterable<CertificateSummary>
GoldenGatePaginators. 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.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return CertificateSummary Modifier and Type Method Description CertificateSummary
CertificateSummary.Builder. build()
Methods in com.oracle.bmc.goldengate.model that return types with arguments of type CertificateSummary Modifier and Type Method Description List<CertificateSummary>
CertificateCollection. getItems()
An array of Certificates.Methods in com.oracle.bmc.goldengate.model with parameters of type CertificateSummary Modifier and Type Method Description CertificateSummary.Builder
CertificateSummary.Builder. copy(CertificateSummary model)
Method parameters in com.oracle.bmc.goldengate.model with type arguments of type CertificateSummary Modifier and Type Method Description CertificateCollection.Builder
CertificateCollection.Builder. items(List<CertificateSummary> items)
An array of Certificates.Constructor parameters in com.oracle.bmc.goldengate.model with type arguments of type CertificateSummary Constructor Description CertificateCollection(List<CertificateSummary> items)
Deprecated.
-