Uses of Class
com.oracle.bmc.goldengate.requests.GetDeploymentUpgradeRequest
-
Packages that use GetDeploymentUpgradeRequest Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.requests -
-
Uses of GetDeploymentUpgradeRequest in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return types with arguments of type GetDeploymentUpgradeRequest Modifier and Type Method Description Waiter<GetDeploymentUpgradeRequest,GetDeploymentUpgradeResponse>
GoldenGateWaiters. forDeploymentUpgrade(GetDeploymentUpgradeRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDeploymentUpgradeRequest,GetDeploymentUpgradeResponse>
GoldenGateWaiters. forDeploymentUpgrade(GetDeploymentUpgradeRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDeploymentUpgradeRequest,GetDeploymentUpgradeResponse>
GoldenGateWaiters. forDeploymentUpgrade(GetDeploymentUpgradeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.goldengate with type arguments of type GetDeploymentUpgradeRequest Modifier and Type Method Description Future<GetDeploymentUpgradeResponse>
GoldenGateAsync. getDeploymentUpgrade(GetDeploymentUpgradeRequest request, AsyncHandler<GetDeploymentUpgradeRequest,GetDeploymentUpgradeResponse> handler)
Retrieves a deployment upgrade.Future<GetDeploymentUpgradeResponse>
GoldenGateAsyncClient. getDeploymentUpgrade(GetDeploymentUpgradeRequest request, AsyncHandler<GetDeploymentUpgradeRequest,GetDeploymentUpgradeResponse> handler)
-
Uses of GetDeploymentUpgradeRequest in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return GetDeploymentUpgradeRequest Modifier and Type Method Description GetDeploymentUpgradeRequest
GetDeploymentUpgradeRequest.Builder. build()
Build the instance of GetDeploymentUpgradeRequest as configured by this builderGetDeploymentUpgradeRequest
GetDeploymentUpgradeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDeploymentUpgradeRequest as configured by this builderMethods in com.oracle.bmc.goldengate.requests with parameters of type GetDeploymentUpgradeRequest Modifier and Type Method Description GetDeploymentUpgradeRequest.Builder
GetDeploymentUpgradeRequest.Builder. copy(GetDeploymentUpgradeRequest o)
Copy method to populate the builder with values from the given instance.
-