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