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