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