Uses of Class
com.oracle.bmc.datasafe.requests.PurgeSqlCollectionLogsRequest
-
Packages that use PurgeSqlCollectionLogsRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of PurgeSqlCollectionLogsRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type PurgeSqlCollectionLogsRequest Modifier and Type Method Description PurgeSqlCollectionLogsResponse
DataSafe. purgeSqlCollectionLogs(PurgeSqlCollectionLogsRequest request)
Purge the SQL collection logs for the specified SqlCollection.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)
PurgeSqlCollectionLogsResponse
DataSafeClient. purgeSqlCollectionLogs(PurgeSqlCollectionLogsRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type PurgeSqlCollectionLogsRequest 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 PurgeSqlCollectionLogsRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return PurgeSqlCollectionLogsRequest Modifier and Type Method Description PurgeSqlCollectionLogsRequest
PurgeSqlCollectionLogsRequest.Builder. build()
Build the instance of PurgeSqlCollectionLogsRequest as configured by this builderPurgeSqlCollectionLogsRequest
PurgeSqlCollectionLogsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PurgeSqlCollectionLogsRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type PurgeSqlCollectionLogsRequest Modifier and Type Method Description PurgeSqlCollectionLogsRequest.Builder
PurgeSqlCollectionLogsRequest.Builder. copy(PurgeSqlCollectionLogsRequest o)
Copy method to populate the builder with values from the given instance.
-