Uses of Class
com.oracle.bmc.datasafe.requests.StartSqlCollectionRequest
-
Packages that use StartSqlCollectionRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of StartSqlCollectionRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type StartSqlCollectionRequest Modifier and Type Method Description StartSqlCollectionResponse
DataSafe. startSqlCollection(StartSqlCollectionRequest request)
Start the specified SQL collection.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)
StartSqlCollectionResponse
DataSafeClient. startSqlCollection(StartSqlCollectionRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type StartSqlCollectionRequest 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 StartSqlCollectionRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return StartSqlCollectionRequest Modifier and Type Method Description StartSqlCollectionRequest
StartSqlCollectionRequest.Builder. build()
Build the instance of StartSqlCollectionRequest as configured by this builderStartSqlCollectionRequest
StartSqlCollectionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of StartSqlCollectionRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type StartSqlCollectionRequest Modifier and Type Method Description StartSqlCollectionRequest.Builder
StartSqlCollectionRequest.Builder. copy(StartSqlCollectionRequest o)
Copy method to populate the builder with values from the given instance.
-