Uses of Class
com.oracle.bmc.dataflow.requests.ChangeSqlEndpointCompartmentRequest
-
Packages that use ChangeSqlEndpointCompartmentRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of ChangeSqlEndpointCompartmentRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type ChangeSqlEndpointCompartmentRequest Modifier and Type Method Description ChangeSqlEndpointCompartmentResponse
DataFlow. changeSqlEndpointCompartment(ChangeSqlEndpointCompartmentRequest request)
Moves an Sql Endpoint from one compartment to another.Future<ChangeSqlEndpointCompartmentResponse>
DataFlowAsync. changeSqlEndpointCompartment(ChangeSqlEndpointCompartmentRequest request, AsyncHandler<ChangeSqlEndpointCompartmentRequest,ChangeSqlEndpointCompartmentResponse> handler)
Moves an Sql Endpoint from one compartment to another.Future<ChangeSqlEndpointCompartmentResponse>
DataFlowAsyncClient. changeSqlEndpointCompartment(ChangeSqlEndpointCompartmentRequest request, AsyncHandler<ChangeSqlEndpointCompartmentRequest,ChangeSqlEndpointCompartmentResponse> handler)
ChangeSqlEndpointCompartmentResponse
DataFlowClient. changeSqlEndpointCompartment(ChangeSqlEndpointCompartmentRequest request)
Method parameters in com.oracle.bmc.dataflow with type arguments of type ChangeSqlEndpointCompartmentRequest Modifier and Type Method Description Future<ChangeSqlEndpointCompartmentResponse>
DataFlowAsync. changeSqlEndpointCompartment(ChangeSqlEndpointCompartmentRequest request, AsyncHandler<ChangeSqlEndpointCompartmentRequest,ChangeSqlEndpointCompartmentResponse> handler)
Moves an Sql Endpoint from one compartment to another.Future<ChangeSqlEndpointCompartmentResponse>
DataFlowAsyncClient. changeSqlEndpointCompartment(ChangeSqlEndpointCompartmentRequest request, AsyncHandler<ChangeSqlEndpointCompartmentRequest,ChangeSqlEndpointCompartmentResponse> handler)
-
Uses of ChangeSqlEndpointCompartmentRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return ChangeSqlEndpointCompartmentRequest Modifier and Type Method Description ChangeSqlEndpointCompartmentRequest
ChangeSqlEndpointCompartmentRequest.Builder. build()
Build the instance of ChangeSqlEndpointCompartmentRequest as configured by this builderChangeSqlEndpointCompartmentRequest
ChangeSqlEndpointCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeSqlEndpointCompartmentRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type ChangeSqlEndpointCompartmentRequest Modifier and Type Method Description ChangeSqlEndpointCompartmentRequest.Builder
ChangeSqlEndpointCompartmentRequest.Builder. copy(ChangeSqlEndpointCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-