Uses of Class
com.oracle.bmc.goldengate.responses.ListDeploymentUpgradesResponse
-
Packages that use ListDeploymentUpgradesResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of ListDeploymentUpgradesResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return ListDeploymentUpgradesResponse Modifier and Type Method Description ListDeploymentUpgradesResponse
GoldenGate. listDeploymentUpgrades(ListDeploymentUpgradesRequest request)
Lists the Deployment Upgrades in a compartment.ListDeploymentUpgradesResponse
GoldenGateClient. listDeploymentUpgrades(ListDeploymentUpgradesRequest request)
Methods in com.oracle.bmc.goldengate that return types with arguments of type ListDeploymentUpgradesResponse Modifier and Type Method Description Future<ListDeploymentUpgradesResponse>
GoldenGateAsync. listDeploymentUpgrades(ListDeploymentUpgradesRequest request, AsyncHandler<ListDeploymentUpgradesRequest,ListDeploymentUpgradesResponse> handler)
Lists the Deployment Upgrades in a compartment.Future<ListDeploymentUpgradesResponse>
GoldenGateAsyncClient. listDeploymentUpgrades(ListDeploymentUpgradesRequest request, AsyncHandler<ListDeploymentUpgradesRequest,ListDeploymentUpgradesResponse> handler)
Iterable<ListDeploymentUpgradesResponse>
GoldenGatePaginators. listDeploymentUpgradesResponseIterator(ListDeploymentUpgradesRequest request)
Creates a new iterable which will iterate over the responses received from the listDeploymentUpgrades operation.Method parameters in com.oracle.bmc.goldengate with type arguments of type ListDeploymentUpgradesResponse Modifier and Type Method Description Future<ListDeploymentUpgradesResponse>
GoldenGateAsync. listDeploymentUpgrades(ListDeploymentUpgradesRequest request, AsyncHandler<ListDeploymentUpgradesRequest,ListDeploymentUpgradesResponse> handler)
Lists the Deployment Upgrades in a compartment.Future<ListDeploymentUpgradesResponse>
GoldenGateAsyncClient. listDeploymentUpgrades(ListDeploymentUpgradesRequest request, AsyncHandler<ListDeploymentUpgradesRequest,ListDeploymentUpgradesResponse> handler)
-
Uses of ListDeploymentUpgradesResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return ListDeploymentUpgradesResponse Modifier and Type Method Description ListDeploymentUpgradesResponse
ListDeploymentUpgradesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type ListDeploymentUpgradesResponse Modifier and Type Method Description ListDeploymentUpgradesResponse.Builder
ListDeploymentUpgradesResponse.Builder. copy(ListDeploymentUpgradesResponse o)
Copy method to populate the builder with values from the given instance.
-