Uses of Class
com.oracle.bmc.goldengate.responses.CollectPipelineDiagnosticResponse
-
Packages that use CollectPipelineDiagnosticResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of CollectPipelineDiagnosticResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return CollectPipelineDiagnosticResponse Modifier and Type Method Description CollectPipelineDiagnosticResponse
GoldenGate. collectPipelineDiagnostic(CollectPipelineDiagnosticRequest request)
Collects diagnostics for the pipelineCollectPipelineDiagnosticResponse
GoldenGateClient. collectPipelineDiagnostic(CollectPipelineDiagnosticRequest request)
Methods in com.oracle.bmc.goldengate that return types with arguments of type CollectPipelineDiagnosticResponse 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)
Method parameters in com.oracle.bmc.goldengate with type arguments of type CollectPipelineDiagnosticResponse 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 CollectPipelineDiagnosticResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return CollectPipelineDiagnosticResponse Modifier and Type Method Description CollectPipelineDiagnosticResponse
CollectPipelineDiagnosticResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type CollectPipelineDiagnosticResponse Modifier and Type Method Description CollectPipelineDiagnosticResponse.Builder
CollectPipelineDiagnosticResponse.Builder. copy(CollectPipelineDiagnosticResponse o)
Copy method to populate the builder with values from the given instance.
-