Uses of Class
com.oracle.bmc.certificatesmanagement.model.CertificateAuthority
-
Packages that use CertificateAuthority Package Description com.oracle.bmc.certificatesmanagement.model com.oracle.bmc.certificatesmanagement.responses -
-
Uses of CertificateAuthority in com.oracle.bmc.certificatesmanagement.model
Methods in com.oracle.bmc.certificatesmanagement.model that return CertificateAuthority Modifier and Type Method Description CertificateAuthority
CertificateAuthority.Builder. build()
Methods in com.oracle.bmc.certificatesmanagement.model with parameters of type CertificateAuthority Modifier and Type Method Description CertificateAuthority.Builder
CertificateAuthority.Builder. copy(CertificateAuthority model)
-
Uses of CertificateAuthority in com.oracle.bmc.certificatesmanagement.responses
Methods in com.oracle.bmc.certificatesmanagement.responses that return CertificateAuthority Modifier and Type Method Description CertificateAuthority
CreateCertificateAuthorityResponse. getCertificateAuthority()
The returned CertificateAuthority instance.CertificateAuthority
GetCertificateAuthorityResponse. getCertificateAuthority()
The returned CertificateAuthority instance.CertificateAuthority
UpdateCertificateAuthorityResponse. getCertificateAuthority()
The returned CertificateAuthority instance.Methods in com.oracle.bmc.certificatesmanagement.responses with parameters of type CertificateAuthority Modifier and Type Method Description CreateCertificateAuthorityResponse.Builder
CreateCertificateAuthorityResponse.Builder. certificateAuthority(CertificateAuthority certificateAuthority)
The returned CertificateAuthority instance.GetCertificateAuthorityResponse.Builder
GetCertificateAuthorityResponse.Builder. certificateAuthority(CertificateAuthority certificateAuthority)
The returned CertificateAuthority instance.UpdateCertificateAuthorityResponse.Builder
UpdateCertificateAuthorityResponse.Builder. certificateAuthority(CertificateAuthority certificateAuthority)
The returned CertificateAuthority instance.
-