Uses of Class
com.oracle.bmc.datasafe.responses.ChangeSqlCollectionCompartmentResponse
-
Packages that use ChangeSqlCollectionCompartmentResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ChangeSqlCollectionCompartmentResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ChangeSqlCollectionCompartmentResponse Modifier and Type Method Description ChangeSqlCollectionCompartmentResponse
DataSafe. changeSqlCollectionCompartment(ChangeSqlCollectionCompartmentRequest request)
Moves the specified SQL collection and its dependent resources into a different compartment.ChangeSqlCollectionCompartmentResponse
DataSafeClient. changeSqlCollectionCompartment(ChangeSqlCollectionCompartmentRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type ChangeSqlCollectionCompartmentResponse 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)
Method parameters in com.oracle.bmc.datasafe with type arguments of type ChangeSqlCollectionCompartmentResponse 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 ChangeSqlCollectionCompartmentResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ChangeSqlCollectionCompartmentResponse Modifier and Type Method Description ChangeSqlCollectionCompartmentResponse
ChangeSqlCollectionCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ChangeSqlCollectionCompartmentResponse Modifier and Type Method Description ChangeSqlCollectionCompartmentResponse.Builder
ChangeSqlCollectionCompartmentResponse.Builder. copy(ChangeSqlCollectionCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-