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