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