Uses of Class
com.oracle.bmc.certificatesmanagement.responses.UpdateCertificateAuthorityResponse
-
Packages that use UpdateCertificateAuthorityResponse Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.responses -
-
Uses of UpdateCertificateAuthorityResponse in com.oracle.bmc.certificatesmanagement
Methods in com.oracle.bmc.certificatesmanagement that return UpdateCertificateAuthorityResponse Modifier and Type Method Description UpdateCertificateAuthorityResponse
CertificatesManagement. updateCertificateAuthority(UpdateCertificateAuthorityRequest request)
Updates the properties of the specified certificate authority (CA).UpdateCertificateAuthorityResponse
CertificatesManagementClient. updateCertificateAuthority(UpdateCertificateAuthorityRequest request)
Methods in com.oracle.bmc.certificatesmanagement that return types with arguments of type UpdateCertificateAuthorityResponse 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)
Method parameters in com.oracle.bmc.certificatesmanagement with type arguments of type UpdateCertificateAuthorityResponse 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 UpdateCertificateAuthorityResponse in com.oracle.bmc.certificatesmanagement.responses
Methods in com.oracle.bmc.certificatesmanagement.responses that return UpdateCertificateAuthorityResponse Modifier and Type Method Description UpdateCertificateAuthorityResponse
UpdateCertificateAuthorityResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.certificatesmanagement.responses with parameters of type UpdateCertificateAuthorityResponse Modifier and Type Method Description UpdateCertificateAuthorityResponse.Builder
UpdateCertificateAuthorityResponse.Builder. copy(UpdateCertificateAuthorityResponse o)
Copy method to populate the builder with values from the given instance.
-