Uses of Class
com.oracle.bmc.datasafe.requests.ChangeSqlCollectionCompartmentRequest
-
Packages that use ChangeSqlCollectionCompartmentRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ChangeSqlCollectionCompartmentRequest in com.oracle.bmc.datasafe
Method parameters in com.oracle.bmc.datasafe with type arguments of type ChangeSqlCollectionCompartmentRequest Modifier and Type Method Description Future<ChangeSqlCollectionCompartmentResponse>
DataSafeAsync. changeSqlCollectionCompartment(ChangeSqlCollectionCompartmentRequest request, AsyncHandler<ChangeSqlCollectionCompartmentRequest,ChangeSqlCollectionCompartmentResponse> handler)
Moves the specified SQL collection and its dependent resources into a different compartment.Future<ChangeSqlCollectionCompartmentResponse>
DataSafeAsyncClient. changeSqlCollectionCompartment(ChangeSqlCollectionCompartmentRequest request, AsyncHandler<ChangeSqlCollectionCompartmentRequest,ChangeSqlCollectionCompartmentResponse> handler)
-
Uses of ChangeSqlCollectionCompartmentRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ChangeSqlCollectionCompartmentRequest Modifier and Type Method Description ChangeSqlCollectionCompartmentRequest
ChangeSqlCollectionCompartmentRequest.Builder. build()
Build the instance of ChangeSqlCollectionCompartmentRequest as configured by this builderChangeSqlCollectionCompartmentRequest
ChangeSqlCollectionCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeSqlCollectionCompartmentRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ChangeSqlCollectionCompartmentRequest Modifier and Type Method Description ChangeSqlCollectionCompartmentRequest.Builder
ChangeSqlCollectionCompartmentRequest.Builder. copy(ChangeSqlCollectionCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-