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