Uses of Class
com.oracle.bmc.certificatesmanagement.requests.UpdateCertificateAuthorityRequest
-
Packages that use UpdateCertificateAuthorityRequest Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.requests -
-
Uses of UpdateCertificateAuthorityRequest in com.oracle.bmc.certificatesmanagement
Method parameters in com.oracle.bmc.certificatesmanagement with type arguments of type UpdateCertificateAuthorityRequest Modifier and Type Method Description Future<UpdateCertificateAuthorityResponse>
CertificatesManagementAsync. updateCertificateAuthority(UpdateCertificateAuthorityRequest request, AsyncHandler<UpdateCertificateAuthorityRequest,UpdateCertificateAuthorityResponse> handler)
Updates the properties of the specified certificate authority (CA).Future<UpdateCertificateAuthorityResponse>
CertificatesManagementAsyncClient. updateCertificateAuthority(UpdateCertificateAuthorityRequest request, AsyncHandler<UpdateCertificateAuthorityRequest,UpdateCertificateAuthorityResponse> handler)
-
Uses of UpdateCertificateAuthorityRequest in com.oracle.bmc.certificatesmanagement.requests
Methods in com.oracle.bmc.certificatesmanagement.requests that return UpdateCertificateAuthorityRequest Modifier and Type Method Description UpdateCertificateAuthorityRequest
UpdateCertificateAuthorityRequest.Builder. build()
Build the instance of UpdateCertificateAuthorityRequest as configured by this builderUpdateCertificateAuthorityRequest
UpdateCertificateAuthorityRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateCertificateAuthorityRequest as configured by this builderMethods in com.oracle.bmc.certificatesmanagement.requests with parameters of type UpdateCertificateAuthorityRequest Modifier and Type Method Description UpdateCertificateAuthorityRequest.Builder
UpdateCertificateAuthorityRequest.Builder. copy(UpdateCertificateAuthorityRequest o)
Copy method to populate the builder with values from the given instance.
-