Uses of Class
com.oracle.bmc.datasafe.requests.RefreshSqlCollectionLogInsightsRequest
-
Packages that use RefreshSqlCollectionLogInsightsRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of RefreshSqlCollectionLogInsightsRequest in com.oracle.bmc.datasafe
Method parameters in com.oracle.bmc.datasafe with type arguments of type RefreshSqlCollectionLogInsightsRequest Modifier and Type Method Description Future<RefreshSqlCollectionLogInsightsResponse>
DataSafeAsync. refreshSqlCollectionLogInsights(RefreshSqlCollectionLogInsightsRequest request, AsyncHandler<RefreshSqlCollectionLogInsightsRequest,RefreshSqlCollectionLogInsightsResponse> handler)
Refresh the specified SQL collection Log Insights.Future<RefreshSqlCollectionLogInsightsResponse>
DataSafeAsyncClient. refreshSqlCollectionLogInsights(RefreshSqlCollectionLogInsightsRequest request, AsyncHandler<RefreshSqlCollectionLogInsightsRequest,RefreshSqlCollectionLogInsightsResponse> handler)
-
Uses of RefreshSqlCollectionLogInsightsRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return RefreshSqlCollectionLogInsightsRequest Modifier and Type Method Description RefreshSqlCollectionLogInsightsRequest
RefreshSqlCollectionLogInsightsRequest.Builder. build()
Build the instance of RefreshSqlCollectionLogInsightsRequest as configured by this builderRefreshSqlCollectionLogInsightsRequest
RefreshSqlCollectionLogInsightsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RefreshSqlCollectionLogInsightsRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type RefreshSqlCollectionLogInsightsRequest Modifier and Type Method Description RefreshSqlCollectionLogInsightsRequest.Builder
RefreshSqlCollectionLogInsightsRequest.Builder. copy(RefreshSqlCollectionLogInsightsRequest o)
Copy method to populate the builder with values from the given instance.
-