Uses of Class
com.oracle.bmc.goldengate.requests.ChangeDeploymentCompartmentRequest
-
Packages that use ChangeDeploymentCompartmentRequest Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.requests -
-
Uses of ChangeDeploymentCompartmentRequest in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate with parameters of type ChangeDeploymentCompartmentRequest Modifier and Type Method Description ChangeDeploymentCompartmentResponse
GoldenGate. changeDeploymentCompartment(ChangeDeploymentCompartmentRequest request)
Moves the Deployment into a different compartment within the same tenancy.Future<ChangeDeploymentCompartmentResponse>
GoldenGateAsync. changeDeploymentCompartment(ChangeDeploymentCompartmentRequest request, AsyncHandler<ChangeDeploymentCompartmentRequest,ChangeDeploymentCompartmentResponse> handler)
Moves the Deployment into a different compartment within the same tenancy.Future<ChangeDeploymentCompartmentResponse>
GoldenGateAsyncClient. changeDeploymentCompartment(ChangeDeploymentCompartmentRequest request, AsyncHandler<ChangeDeploymentCompartmentRequest,ChangeDeploymentCompartmentResponse> handler)
ChangeDeploymentCompartmentResponse
GoldenGateClient. changeDeploymentCompartment(ChangeDeploymentCompartmentRequest request)
Method parameters in com.oracle.bmc.goldengate with type arguments of type ChangeDeploymentCompartmentRequest Modifier and Type Method Description Future<ChangeDeploymentCompartmentResponse>
GoldenGateAsync. changeDeploymentCompartment(ChangeDeploymentCompartmentRequest request, AsyncHandler<ChangeDeploymentCompartmentRequest,ChangeDeploymentCompartmentResponse> handler)
Moves the Deployment into a different compartment within the same tenancy.Future<ChangeDeploymentCompartmentResponse>
GoldenGateAsyncClient. changeDeploymentCompartment(ChangeDeploymentCompartmentRequest request, AsyncHandler<ChangeDeploymentCompartmentRequest,ChangeDeploymentCompartmentResponse> handler)
-
Uses of ChangeDeploymentCompartmentRequest in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return ChangeDeploymentCompartmentRequest Modifier and Type Method Description ChangeDeploymentCompartmentRequest
ChangeDeploymentCompartmentRequest.Builder. build()
Build the instance of ChangeDeploymentCompartmentRequest as configured by this builderChangeDeploymentCompartmentRequest
ChangeDeploymentCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeDeploymentCompartmentRequest as configured by this builderMethods in com.oracle.bmc.goldengate.requests with parameters of type ChangeDeploymentCompartmentRequest Modifier and Type Method Description ChangeDeploymentCompartmentRequest.Builder
ChangeDeploymentCompartmentRequest.Builder. copy(ChangeDeploymentCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-