Uses of Class
com.oracle.bmc.goldengate.requests.CollectPipelineDiagnosticRequest
-
Packages that use CollectPipelineDiagnosticRequest Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.requests -
-
Uses of CollectPipelineDiagnosticRequest in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate with parameters of type CollectPipelineDiagnosticRequest Modifier and Type Method Description CollectPipelineDiagnosticResponse
GoldenGate. collectPipelineDiagnostic(CollectPipelineDiagnosticRequest request)
Collects diagnostics for the pipelineFuture<CollectPipelineDiagnosticResponse>
GoldenGateAsync. collectPipelineDiagnostic(CollectPipelineDiagnosticRequest request, AsyncHandler<CollectPipelineDiagnosticRequest,CollectPipelineDiagnosticResponse> handler)
Collects diagnostics for the pipelineFuture<CollectPipelineDiagnosticResponse>
GoldenGateAsyncClient. collectPipelineDiagnostic(CollectPipelineDiagnosticRequest request, AsyncHandler<CollectPipelineDiagnosticRequest,CollectPipelineDiagnosticResponse> handler)
CollectPipelineDiagnosticResponse
GoldenGateClient. collectPipelineDiagnostic(CollectPipelineDiagnosticRequest request)
Method parameters in com.oracle.bmc.goldengate with type arguments of type CollectPipelineDiagnosticRequest Modifier and Type Method Description Future<CollectPipelineDiagnosticResponse>
GoldenGateAsync. collectPipelineDiagnostic(CollectPipelineDiagnosticRequest request, AsyncHandler<CollectPipelineDiagnosticRequest,CollectPipelineDiagnosticResponse> handler)
Collects diagnostics for the pipelineFuture<CollectPipelineDiagnosticResponse>
GoldenGateAsyncClient. collectPipelineDiagnostic(CollectPipelineDiagnosticRequest request, AsyncHandler<CollectPipelineDiagnosticRequest,CollectPipelineDiagnosticResponse> handler)
-
Uses of CollectPipelineDiagnosticRequest in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return CollectPipelineDiagnosticRequest Modifier and Type Method Description CollectPipelineDiagnosticRequest
CollectPipelineDiagnosticRequest.Builder. build()
Build the instance of CollectPipelineDiagnosticRequest as configured by this builderCollectPipelineDiagnosticRequest
CollectPipelineDiagnosticRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CollectPipelineDiagnosticRequest as configured by this builderMethods in com.oracle.bmc.goldengate.requests with parameters of type CollectPipelineDiagnosticRequest Modifier and Type Method Description CollectPipelineDiagnosticRequest.Builder
CollectPipelineDiagnosticRequest.Builder. copy(CollectPipelineDiagnosticRequest o)
Copy method to populate the builder with values from the given instance.
-