Uses of Class
com.oracle.bmc.datasafe.responses.StartSqlCollectionResponse
-
Packages that use StartSqlCollectionResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of StartSqlCollectionResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return StartSqlCollectionResponse Modifier and Type Method Description StartSqlCollectionResponse
DataSafe. startSqlCollection(StartSqlCollectionRequest request)
Start the specified SQL collection.StartSqlCollectionResponse
DataSafeClient. startSqlCollection(StartSqlCollectionRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type StartSqlCollectionResponse Modifier and Type Method Description Future<StartSqlCollectionResponse>
DataSafeAsync. startSqlCollection(StartSqlCollectionRequest request, AsyncHandler<StartSqlCollectionRequest,StartSqlCollectionResponse> handler)
Start the specified SQL collection.Future<StartSqlCollectionResponse>
DataSafeAsyncClient. startSqlCollection(StartSqlCollectionRequest request, AsyncHandler<StartSqlCollectionRequest,StartSqlCollectionResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type StartSqlCollectionResponse Modifier and Type Method Description Future<StartSqlCollectionResponse>
DataSafeAsync. startSqlCollection(StartSqlCollectionRequest request, AsyncHandler<StartSqlCollectionRequest,StartSqlCollectionResponse> handler)
Start the specified SQL collection.Future<StartSqlCollectionResponse>
DataSafeAsyncClient. startSqlCollection(StartSqlCollectionRequest request, AsyncHandler<StartSqlCollectionRequest,StartSqlCollectionResponse> handler)
-
Uses of StartSqlCollectionResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return StartSqlCollectionResponse Modifier and Type Method Description StartSqlCollectionResponse
StartSqlCollectionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type StartSqlCollectionResponse Modifier and Type Method Description StartSqlCollectionResponse.Builder
StartSqlCollectionResponse.Builder. copy(StartSqlCollectionResponse o)
Copy method to populate the builder with values from the given instance.
-