Uses of Class
com.oracle.bmc.certificatesmanagement.model.UpdateCertificateAuthorityDetails
-
Packages that use UpdateCertificateAuthorityDetails Package Description com.oracle.bmc.certificatesmanagement.model com.oracle.bmc.certificatesmanagement.requests -
-
Uses of UpdateCertificateAuthorityDetails in com.oracle.bmc.certificatesmanagement.model
Methods in com.oracle.bmc.certificatesmanagement.model that return UpdateCertificateAuthorityDetails Modifier and Type Method Description UpdateCertificateAuthorityDetails
UpdateCertificateAuthorityDetails.Builder. build()
Methods in com.oracle.bmc.certificatesmanagement.model with parameters of type UpdateCertificateAuthorityDetails Modifier and Type Method Description UpdateCertificateAuthorityDetails.Builder
UpdateCertificateAuthorityDetails.Builder. copy(UpdateCertificateAuthorityDetails model)
-
Uses of UpdateCertificateAuthorityDetails in com.oracle.bmc.certificatesmanagement.requests
Methods in com.oracle.bmc.certificatesmanagement.requests that return UpdateCertificateAuthorityDetails Modifier and Type Method Description UpdateCertificateAuthorityDetails
UpdateCertificateAuthorityRequest. getBody$()
Alternative accessor for the body parameter.UpdateCertificateAuthorityDetails
UpdateCertificateAuthorityRequest. getUpdateCertificateAuthorityDetails()
The details of the request to update a CA.Methods in com.oracle.bmc.certificatesmanagement.requests with parameters of type UpdateCertificateAuthorityDetails Modifier and Type Method Description UpdateCertificateAuthorityRequest.Builder
UpdateCertificateAuthorityRequest.Builder. body$(UpdateCertificateAuthorityDetails body)
Alternative setter for the body parameter.UpdateCertificateAuthorityRequest.Builder
UpdateCertificateAuthorityRequest.Builder. updateCertificateAuthorityDetails(UpdateCertificateAuthorityDetails updateCertificateAuthorityDetails)
The details of the request to update a CA.
-