Uses of Class
com.oracle.bmc.certificates.model.CertificateBundle
-
Packages that use CertificateBundle Package Description com.oracle.bmc.certificates.model com.oracle.bmc.certificates.responses -
-
Uses of CertificateBundle in com.oracle.bmc.certificates.model
Subclasses of CertificateBundle in com.oracle.bmc.certificates.model Modifier and Type Class Description class
CertificateBundlePublicOnly
A certificate bundle, not including the private key.class
CertificateBundleWithPrivateKey
A certificate bundle, including the private key. -
Uses of CertificateBundle in com.oracle.bmc.certificates.responses
Methods in com.oracle.bmc.certificates.responses that return CertificateBundle Modifier and Type Method Description CertificateBundle
GetCertificateBundleResponse. getCertificateBundle()
The returned CertificateBundle instance.Methods in com.oracle.bmc.certificates.responses with parameters of type CertificateBundle Modifier and Type Method Description GetCertificateBundleResponse.Builder
GetCertificateBundleResponse.Builder. certificateBundle(CertificateBundle certificateBundle)
The returned CertificateBundle instance.
-