Uses of Class
com.oracle.bmc.goldengate.responses.ChangeConnectionCompartmentResponse
-
Packages that use ChangeConnectionCompartmentResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of ChangeConnectionCompartmentResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return ChangeConnectionCompartmentResponse Modifier and Type Method Description ChangeConnectionCompartmentResponse
GoldenGate. changeConnectionCompartment(ChangeConnectionCompartmentRequest request)
Moves the Connection into a different compartment within the same tenancy.ChangeConnectionCompartmentResponse
GoldenGateClient. changeConnectionCompartment(ChangeConnectionCompartmentRequest request)
Methods in com.oracle.bmc.goldengate that return types with arguments of type ChangeConnectionCompartmentResponse Modifier and Type Method Description Future<ChangeConnectionCompartmentResponse>
GoldenGateAsync. changeConnectionCompartment(ChangeConnectionCompartmentRequest request, AsyncHandler<ChangeConnectionCompartmentRequest,ChangeConnectionCompartmentResponse> handler)
Moves the Connection into a different compartment within the same tenancy.Future<ChangeConnectionCompartmentResponse>
GoldenGateAsyncClient. changeConnectionCompartment(ChangeConnectionCompartmentRequest request, AsyncHandler<ChangeConnectionCompartmentRequest,ChangeConnectionCompartmentResponse> handler)
Method parameters in com.oracle.bmc.goldengate with type arguments of type ChangeConnectionCompartmentResponse Modifier and Type Method Description Future<ChangeConnectionCompartmentResponse>
GoldenGateAsync. changeConnectionCompartment(ChangeConnectionCompartmentRequest request, AsyncHandler<ChangeConnectionCompartmentRequest,ChangeConnectionCompartmentResponse> handler)
Moves the Connection into a different compartment within the same tenancy.Future<ChangeConnectionCompartmentResponse>
GoldenGateAsyncClient. changeConnectionCompartment(ChangeConnectionCompartmentRequest request, AsyncHandler<ChangeConnectionCompartmentRequest,ChangeConnectionCompartmentResponse> handler)
-
Uses of ChangeConnectionCompartmentResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return ChangeConnectionCompartmentResponse Modifier and Type Method Description ChangeConnectionCompartmentResponse
ChangeConnectionCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type ChangeConnectionCompartmentResponse Modifier and Type Method Description ChangeConnectionCompartmentResponse.Builder
ChangeConnectionCompartmentResponse.Builder. copy(ChangeConnectionCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-