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