Uses of Class
com.oracle.bmc.certificatesmanagement.model.CertificateAuthorityCollection
-
Packages that use CertificateAuthorityCollection Package Description com.oracle.bmc.certificatesmanagement.model com.oracle.bmc.certificatesmanagement.responses -
-
Uses of CertificateAuthorityCollection in com.oracle.bmc.certificatesmanagement.model
Methods in com.oracle.bmc.certificatesmanagement.model that return CertificateAuthorityCollection Modifier and Type Method Description CertificateAuthorityCollection
CertificateAuthorityCollection.Builder. build()
Methods in com.oracle.bmc.certificatesmanagement.model with parameters of type CertificateAuthorityCollection Modifier and Type Method Description CertificateAuthorityCollection.Builder
CertificateAuthorityCollection.Builder. copy(CertificateAuthorityCollection model)
-
Uses of CertificateAuthorityCollection in com.oracle.bmc.certificatesmanagement.responses
Methods in com.oracle.bmc.certificatesmanagement.responses that return CertificateAuthorityCollection Modifier and Type Method Description CertificateAuthorityCollection
ListCertificateAuthoritiesResponse. getCertificateAuthorityCollection()
The returned CertificateAuthorityCollection instance.Methods in com.oracle.bmc.certificatesmanagement.responses with parameters of type CertificateAuthorityCollection Modifier and Type Method Description ListCertificateAuthoritiesResponse.Builder
ListCertificateAuthoritiesResponse.Builder. certificateAuthorityCollection(CertificateAuthorityCollection certificateAuthorityCollection)
The returned CertificateAuthorityCollection instance.
-