Uses of Class
com.oracle.bmc.certificatesmanagement.responses.UpdateCertificateResponse
-
Packages that use UpdateCertificateResponse Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.responses -
-
Uses of UpdateCertificateResponse in com.oracle.bmc.certificatesmanagement
Methods in com.oracle.bmc.certificatesmanagement that return UpdateCertificateResponse Modifier and Type Method Description UpdateCertificateResponse
CertificatesManagement. updateCertificate(UpdateCertificateRequest request)
Updates the properties of a certificate.UpdateCertificateResponse
CertificatesManagementClient. updateCertificate(UpdateCertificateRequest request)
Methods in com.oracle.bmc.certificatesmanagement that return types with arguments of type UpdateCertificateResponse Modifier and Type Method Description Future<UpdateCertificateResponse>
CertificatesManagementAsync. updateCertificate(UpdateCertificateRequest request, AsyncHandler<UpdateCertificateRequest,UpdateCertificateResponse> handler)
Updates the properties of a certificate.Future<UpdateCertificateResponse>
CertificatesManagementAsyncClient. updateCertificate(UpdateCertificateRequest request, AsyncHandler<UpdateCertificateRequest,UpdateCertificateResponse> handler)
Method parameters in com.oracle.bmc.certificatesmanagement with type arguments of type UpdateCertificateResponse Modifier and Type Method Description Future<UpdateCertificateResponse>
CertificatesManagementAsync. updateCertificate(UpdateCertificateRequest request, AsyncHandler<UpdateCertificateRequest,UpdateCertificateResponse> handler)
Updates the properties of a certificate.Future<UpdateCertificateResponse>
CertificatesManagementAsyncClient. updateCertificate(UpdateCertificateRequest request, AsyncHandler<UpdateCertificateRequest,UpdateCertificateResponse> handler)
-
Uses of UpdateCertificateResponse in com.oracle.bmc.certificatesmanagement.responses
Methods in com.oracle.bmc.certificatesmanagement.responses that return UpdateCertificateResponse Modifier and Type Method Description UpdateCertificateResponse
UpdateCertificateResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.certificatesmanagement.responses with parameters of type UpdateCertificateResponse Modifier and Type Method Description UpdateCertificateResponse.Builder
UpdateCertificateResponse.Builder. copy(UpdateCertificateResponse o)
Copy method to populate the builder with values from the given instance.
-