Uses of Class
com.oracle.bmc.datasafe.responses.RefreshSqlCollectionLogInsightsResponse
-
Packages that use RefreshSqlCollectionLogInsightsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of RefreshSqlCollectionLogInsightsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return RefreshSqlCollectionLogInsightsResponse Modifier and Type Method Description RefreshSqlCollectionLogInsightsResponse
DataSafe. refreshSqlCollectionLogInsights(RefreshSqlCollectionLogInsightsRequest request)
Refresh the specified SQL collection Log Insights.RefreshSqlCollectionLogInsightsResponse
DataSafeClient. refreshSqlCollectionLogInsights(RefreshSqlCollectionLogInsightsRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type RefreshSqlCollectionLogInsightsResponse 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)
Method parameters in com.oracle.bmc.datasafe with type arguments of type RefreshSqlCollectionLogInsightsResponse 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 RefreshSqlCollectionLogInsightsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return RefreshSqlCollectionLogInsightsResponse Modifier and Type Method Description RefreshSqlCollectionLogInsightsResponse
RefreshSqlCollectionLogInsightsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type RefreshSqlCollectionLogInsightsResponse Modifier and Type Method Description RefreshSqlCollectionLogInsightsResponse.Builder
RefreshSqlCollectionLogInsightsResponse.Builder. copy(RefreshSqlCollectionLogInsightsResponse o)
Copy method to populate the builder with values from the given instance.
-