Uses of Class
com.oracle.bmc.waf.responses.ListWebAppFirewallsResponse
-
Packages that use ListWebAppFirewallsResponse Package Description com.oracle.bmc.waf com.oracle.bmc.waf.responses -
-
Uses of ListWebAppFirewallsResponse in com.oracle.bmc.waf
Methods in com.oracle.bmc.waf that return ListWebAppFirewallsResponse Modifier and Type Method Description ListWebAppFirewallsResponse
Waf. listWebAppFirewalls(ListWebAppFirewallsRequest request)
Gets a list of all WebAppFirewalls in a compartment.ListWebAppFirewallsResponse
WafClient. listWebAppFirewalls(ListWebAppFirewallsRequest request)
Methods in com.oracle.bmc.waf that return types with arguments of type ListWebAppFirewallsResponse Modifier and Type Method Description Future<ListWebAppFirewallsResponse>
WafAsync. listWebAppFirewalls(ListWebAppFirewallsRequest request, AsyncHandler<ListWebAppFirewallsRequest,ListWebAppFirewallsResponse> handler)
Gets a list of all WebAppFirewalls in a compartment.Future<ListWebAppFirewallsResponse>
WafAsyncClient. listWebAppFirewalls(ListWebAppFirewallsRequest request, AsyncHandler<ListWebAppFirewallsRequest,ListWebAppFirewallsResponse> handler)
Iterable<ListWebAppFirewallsResponse>
WafPaginators. listWebAppFirewallsResponseIterator(ListWebAppFirewallsRequest request)
Creates a new iterable which will iterate over the responses received from the listWebAppFirewalls operation.Method parameters in com.oracle.bmc.waf with type arguments of type ListWebAppFirewallsResponse Modifier and Type Method Description Future<ListWebAppFirewallsResponse>
WafAsync. listWebAppFirewalls(ListWebAppFirewallsRequest request, AsyncHandler<ListWebAppFirewallsRequest,ListWebAppFirewallsResponse> handler)
Gets a list of all WebAppFirewalls in a compartment.Future<ListWebAppFirewallsResponse>
WafAsyncClient. listWebAppFirewalls(ListWebAppFirewallsRequest request, AsyncHandler<ListWebAppFirewallsRequest,ListWebAppFirewallsResponse> handler)
-
Uses of ListWebAppFirewallsResponse in com.oracle.bmc.waf.responses
Methods in com.oracle.bmc.waf.responses that return ListWebAppFirewallsResponse Modifier and Type Method Description ListWebAppFirewallsResponse
ListWebAppFirewallsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waf.responses with parameters of type ListWebAppFirewallsResponse Modifier and Type Method Description ListWebAppFirewallsResponse.Builder
ListWebAppFirewallsResponse.Builder. copy(ListWebAppFirewallsResponse o)
Copy method to populate the builder with values from the given instance.
-