Uses of Class
com.oracle.bmc.certificates.model.CertificateAuthorityBundle
-
Packages that use CertificateAuthorityBundle Package Description com.oracle.bmc.certificates.model com.oracle.bmc.certificates.responses -
-
Uses of CertificateAuthorityBundle in com.oracle.bmc.certificates.model
Methods in com.oracle.bmc.certificates.model that return CertificateAuthorityBundle Modifier and Type Method Description CertificateAuthorityBundle
CertificateAuthorityBundle.Builder. build()
Methods in com.oracle.bmc.certificates.model with parameters of type CertificateAuthorityBundle Modifier and Type Method Description CertificateAuthorityBundle.Builder
CertificateAuthorityBundle.Builder. copy(CertificateAuthorityBundle model)
-
Uses of CertificateAuthorityBundle in com.oracle.bmc.certificates.responses
Methods in com.oracle.bmc.certificates.responses that return CertificateAuthorityBundle Modifier and Type Method Description CertificateAuthorityBundle
GetCertificateAuthorityBundleResponse. getCertificateAuthorityBundle()
The returned CertificateAuthorityBundle instance.Methods in com.oracle.bmc.certificates.responses with parameters of type CertificateAuthorityBundle Modifier and Type Method Description GetCertificateAuthorityBundleResponse.Builder
GetCertificateAuthorityBundleResponse.Builder. certificateAuthorityBundle(CertificateAuthorityBundle certificateAuthorityBundle)
The returned CertificateAuthorityBundle instance.
-