Uses of Class
com.oracle.bmc.goldengate.responses.GetCertificateResponse
-
Packages that use GetCertificateResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of GetCertificateResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return GetCertificateResponse Modifier and Type Method Description GetCertificateResponse
GoldenGate. getCertificate(GetCertificateRequest request)
Retrieves a Certificate.GetCertificateResponse
GoldenGateClient. getCertificate(GetCertificateRequest request)
Method parameters in com.oracle.bmc.goldengate with type arguments of type GetCertificateResponse Modifier and Type Method Description Future<GetCertificateResponse>
GoldenGateAsync. getCertificate(GetCertificateRequest request, AsyncHandler<GetCertificateRequest,GetCertificateResponse> handler)
Retrieves a Certificate.Future<GetCertificateResponse>
GoldenGateAsyncClient. getCertificate(GetCertificateRequest request, AsyncHandler<GetCertificateRequest,GetCertificateResponse> handler)
-
Uses of GetCertificateResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return GetCertificateResponse Modifier and Type Method Description GetCertificateResponse
GetCertificateResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type GetCertificateResponse Modifier and Type Method Description GetCertificateResponse.Builder
GetCertificateResponse.Builder. copy(GetCertificateResponse o)
Copy method to populate the builder with values from the given instance.
-