Uses of Class
com.oracle.bmc.datasafe.requests.StopSqlCollectionRequest
-
Packages that use StopSqlCollectionRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of StopSqlCollectionRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type StopSqlCollectionRequest Modifier and Type Method Description StopSqlCollectionResponse
DataSafe. stopSqlCollection(StopSqlCollectionRequest request)
Stops the specified SQL collection.Future<StopSqlCollectionResponse>
DataSafeAsync. stopSqlCollection(StopSqlCollectionRequest request, AsyncHandler<StopSqlCollectionRequest,StopSqlCollectionResponse> handler)
Stops the specified SQL collection.Future<StopSqlCollectionResponse>
DataSafeAsyncClient. stopSqlCollection(StopSqlCollectionRequest request, AsyncHandler<StopSqlCollectionRequest,StopSqlCollectionResponse> handler)
StopSqlCollectionResponse
DataSafeClient. stopSqlCollection(StopSqlCollectionRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type StopSqlCollectionRequest Modifier and Type Method Description Future<StopSqlCollectionResponse>
DataSafeAsync. stopSqlCollection(StopSqlCollectionRequest request, AsyncHandler<StopSqlCollectionRequest,StopSqlCollectionResponse> handler)
Stops the specified SQL collection.Future<StopSqlCollectionResponse>
DataSafeAsyncClient. stopSqlCollection(StopSqlCollectionRequest request, AsyncHandler<StopSqlCollectionRequest,StopSqlCollectionResponse> handler)
-
Uses of StopSqlCollectionRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return StopSqlCollectionRequest Modifier and Type Method Description StopSqlCollectionRequest
StopSqlCollectionRequest.Builder. build()
Build the instance of StopSqlCollectionRequest as configured by this builderStopSqlCollectionRequest
StopSqlCollectionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of StopSqlCollectionRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type StopSqlCollectionRequest Modifier and Type Method Description StopSqlCollectionRequest.Builder
StopSqlCollectionRequest.Builder. copy(StopSqlCollectionRequest o)
Copy method to populate the builder with values from the given instance.
-