Uses of Class
com.oracle.bmc.goldengate.requests.CreateCertificateRequest
-
Packages that use CreateCertificateRequest Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.requests -
-
Uses of CreateCertificateRequest in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate with parameters of type CreateCertificateRequest Modifier and Type Method Description CreateCertificateResponse
GoldenGate. createCertificate(CreateCertificateRequest request)
Creates a new certificate to truststore.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)
CreateCertificateResponse
GoldenGateClient. createCertificate(CreateCertificateRequest request)
Method parameters in com.oracle.bmc.goldengate with type arguments of type CreateCertificateRequest 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 CreateCertificateRequest in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return CreateCertificateRequest Modifier and Type Method Description CreateCertificateRequest
CreateCertificateRequest.Builder. build()
Build the instance of CreateCertificateRequest as configured by this builderCreateCertificateRequest
CreateCertificateRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateCertificateRequest as configured by this builderMethods in com.oracle.bmc.goldengate.requests with parameters of type CreateCertificateRequest Modifier and Type Method Description CreateCertificateRequest.Builder
CreateCertificateRequest.Builder. copy(CreateCertificateRequest o)
Copy method to populate the builder with values from the given instance.
-