Uses of Class
com.oracle.bmc.goldengate.requests.GenerateLibraryUrlRequest
-
Packages that use GenerateLibraryUrlRequest Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.requests -
-
Uses of GenerateLibraryUrlRequest in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate with parameters of type GenerateLibraryUrlRequest Modifier and Type Method Description GenerateLibraryUrlResponse
GoldenGate. generateLibraryUrl(GenerateLibraryUrlRequest request)
Generates a Pre-Authenticated Request Object URL to a DB2 for z/OS library that needs to be uploaded to your DB2 for z/OS server in order to establish GoldenGate connections to it.Future<GenerateLibraryUrlResponse>
GoldenGateAsync. generateLibraryUrl(GenerateLibraryUrlRequest request, AsyncHandler<GenerateLibraryUrlRequest,GenerateLibraryUrlResponse> handler)
Generates a Pre-Authenticated Request Object URL to a DB2 for z/OS library that needs to be uploaded to your DB2 for z/OS server in order to establish GoldenGate connections to it.Future<GenerateLibraryUrlResponse>
GoldenGateAsyncClient. generateLibraryUrl(GenerateLibraryUrlRequest request, AsyncHandler<GenerateLibraryUrlRequest,GenerateLibraryUrlResponse> handler)
GenerateLibraryUrlResponse
GoldenGateClient. generateLibraryUrl(GenerateLibraryUrlRequest request)
Method parameters in com.oracle.bmc.goldengate with type arguments of type GenerateLibraryUrlRequest Modifier and Type Method Description Future<GenerateLibraryUrlResponse>
GoldenGateAsync. generateLibraryUrl(GenerateLibraryUrlRequest request, AsyncHandler<GenerateLibraryUrlRequest,GenerateLibraryUrlResponse> handler)
Generates a Pre-Authenticated Request Object URL to a DB2 for z/OS library that needs to be uploaded to your DB2 for z/OS server in order to establish GoldenGate connections to it.Future<GenerateLibraryUrlResponse>
GoldenGateAsyncClient. generateLibraryUrl(GenerateLibraryUrlRequest request, AsyncHandler<GenerateLibraryUrlRequest,GenerateLibraryUrlResponse> handler)
-
Uses of GenerateLibraryUrlRequest in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return GenerateLibraryUrlRequest Modifier and Type Method Description GenerateLibraryUrlRequest
GenerateLibraryUrlRequest.Builder. build()
Build the instance of GenerateLibraryUrlRequest as configured by this builderGenerateLibraryUrlRequest
GenerateLibraryUrlRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GenerateLibraryUrlRequest as configured by this builderMethods in com.oracle.bmc.goldengate.requests with parameters of type GenerateLibraryUrlRequest Modifier and Type Method Description GenerateLibraryUrlRequest.Builder
GenerateLibraryUrlRequest.Builder. copy(GenerateLibraryUrlRequest o)
Copy method to populate the builder with values from the given instance.
-