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.datasafeMethods in com.oracle.bmc.datasafe that return DeleteSqlCollectionResponse Modifier and Type Method Description DeleteSqlCollectionResponseDataSafe. deleteSqlCollection(DeleteSqlCollectionRequest request)Deletes the specified SQL collection.DeleteSqlCollectionResponseDataSafeClient. 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.responsesMethods in com.oracle.bmc.datasafe.responses that return DeleteSqlCollectionResponse Modifier and Type Method Description DeleteSqlCollectionResponseDeleteSqlCollectionResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type DeleteSqlCollectionResponse Modifier and Type Method Description DeleteSqlCollectionResponse.BuilderDeleteSqlCollectionResponse.Builder. copy(DeleteSqlCollectionResponse o)Copy method to populate the builder with values from the given instance.
 
-