Uses of Class
com.oracle.bmc.certificatesmanagement.model.CertificateAuthoritySummary
-
Packages that use CertificateAuthoritySummary Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.model -
-
Uses of CertificateAuthoritySummary in com.oracle.bmc.certificatesmanagement
Methods in com.oracle.bmc.certificatesmanagement that return types with arguments of type CertificateAuthoritySummary Modifier and Type Method Description Iterable<CertificateAuthoritySummary>
CertificatesManagementPaginators. listCertificateAuthoritiesRecordIterator(ListCertificateAuthoritiesRequest request)
Creates a new iterable which will iterate over theCertificateAuthoritySummary
objects contained in responses from the listCertificateAuthorities operation. -
Uses of CertificateAuthoritySummary in com.oracle.bmc.certificatesmanagement.model
Methods in com.oracle.bmc.certificatesmanagement.model that return CertificateAuthoritySummary Modifier and Type Method Description CertificateAuthoritySummary
CertificateAuthoritySummary.Builder. build()
Methods in com.oracle.bmc.certificatesmanagement.model that return types with arguments of type CertificateAuthoritySummary Modifier and Type Method Description List<CertificateAuthoritySummary>
CertificateAuthorityCollection. getItems()
List of CertificateAuthoritySummary.Methods in com.oracle.bmc.certificatesmanagement.model with parameters of type CertificateAuthoritySummary Modifier and Type Method Description CertificateAuthoritySummary.Builder
CertificateAuthoritySummary.Builder. copy(CertificateAuthoritySummary model)
Method parameters in com.oracle.bmc.certificatesmanagement.model with type arguments of type CertificateAuthoritySummary Modifier and Type Method Description CertificateAuthorityCollection.Builder
CertificateAuthorityCollection.Builder. items(List<CertificateAuthoritySummary> items)
List of CertificateAuthoritySummary.Constructor parameters in com.oracle.bmc.certificatesmanagement.model with type arguments of type CertificateAuthoritySummary Constructor Description CertificateAuthorityCollection(List<CertificateAuthoritySummary> items)
Deprecated.
-