Uses of Class
com.oracle.bmc.datasafe.responses.StopSqlCollectionResponse
-
Packages that use StopSqlCollectionResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of StopSqlCollectionResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return StopSqlCollectionResponse Modifier and Type Method Description StopSqlCollectionResponse
DataSafe. stopSqlCollection(StopSqlCollectionRequest request)
Stops the specified SQL collection.StopSqlCollectionResponse
DataSafeClient. stopSqlCollection(StopSqlCollectionRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type StopSqlCollectionResponse 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)
Method parameters in com.oracle.bmc.datasafe with type arguments of type StopSqlCollectionResponse 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 StopSqlCollectionResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return StopSqlCollectionResponse Modifier and Type Method Description StopSqlCollectionResponse
StopSqlCollectionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type StopSqlCollectionResponse Modifier and Type Method Description StopSqlCollectionResponse.Builder
StopSqlCollectionResponse.Builder. copy(StopSqlCollectionResponse o)
Copy method to populate the builder with values from the given instance.
-