Uses of Class
com.oracle.bmc.datasafe.responses.ListSqlFirewallViolationsResponse
-
Packages that use ListSqlFirewallViolationsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListSqlFirewallViolationsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListSqlFirewallViolationsResponse Modifier and Type Method Description ListSqlFirewallViolationsResponse
DataSafe. listSqlFirewallViolations(ListSqlFirewallViolationsRequest request)
Gets a list of all the SQL Firewall violations captured by the firewall.ListSqlFirewallViolationsResponse
DataSafeClient. listSqlFirewallViolations(ListSqlFirewallViolationsRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type ListSqlFirewallViolationsResponse Modifier and Type Method Description Future<ListSqlFirewallViolationsResponse>
DataSafeAsync. listSqlFirewallViolations(ListSqlFirewallViolationsRequest request, AsyncHandler<ListSqlFirewallViolationsRequest,ListSqlFirewallViolationsResponse> handler)
Gets a list of all the SQL Firewall violations captured by the firewall.Future<ListSqlFirewallViolationsResponse>
DataSafeAsyncClient. listSqlFirewallViolations(ListSqlFirewallViolationsRequest request, AsyncHandler<ListSqlFirewallViolationsRequest,ListSqlFirewallViolationsResponse> handler)
Iterable<ListSqlFirewallViolationsResponse>
DataSafePaginators. listSqlFirewallViolationsResponseIterator(ListSqlFirewallViolationsRequest request)
Creates a new iterable which will iterate over the responses received from the listSqlFirewallViolations operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListSqlFirewallViolationsResponse Modifier and Type Method Description Future<ListSqlFirewallViolationsResponse>
DataSafeAsync. listSqlFirewallViolations(ListSqlFirewallViolationsRequest request, AsyncHandler<ListSqlFirewallViolationsRequest,ListSqlFirewallViolationsResponse> handler)
Gets a list of all the SQL Firewall violations captured by the firewall.Future<ListSqlFirewallViolationsResponse>
DataSafeAsyncClient. listSqlFirewallViolations(ListSqlFirewallViolationsRequest request, AsyncHandler<ListSqlFirewallViolationsRequest,ListSqlFirewallViolationsResponse> handler)
-
Uses of ListSqlFirewallViolationsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListSqlFirewallViolationsResponse Modifier and Type Method Description ListSqlFirewallViolationsResponse
ListSqlFirewallViolationsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListSqlFirewallViolationsResponse Modifier and Type Method Description ListSqlFirewallViolationsResponse.Builder
ListSqlFirewallViolationsResponse.Builder. copy(ListSqlFirewallViolationsResponse o)
Copy method to populate the builder with values from the given instance.
-