Uses of Class
com.oracle.bmc.networkfirewall.responses.ListSecurityRulesResponse
-
Packages that use ListSecurityRulesResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of ListSecurityRulesResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return ListSecurityRulesResponse Modifier and Type Method Description ListSecurityRulesResponse
NetworkFirewall. listSecurityRules(ListSecurityRulesRequest request)
Returns a list of Security Rule for the Network Firewall Policy.ListSecurityRulesResponse
NetworkFirewallClient. listSecurityRules(ListSecurityRulesRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type ListSecurityRulesResponse Modifier and Type Method Description Future<ListSecurityRulesResponse>
NetworkFirewallAsync. listSecurityRules(ListSecurityRulesRequest request, AsyncHandler<ListSecurityRulesRequest,ListSecurityRulesResponse> handler)
Returns a list of Security Rule for the Network Firewall Policy.Future<ListSecurityRulesResponse>
NetworkFirewallAsyncClient. listSecurityRules(ListSecurityRulesRequest request, AsyncHandler<ListSecurityRulesRequest,ListSecurityRulesResponse> handler)
Iterable<ListSecurityRulesResponse>
NetworkFirewallPaginators. listSecurityRulesResponseIterator(ListSecurityRulesRequest request)
Creates a new iterable which will iterate over the responses received from the listSecurityRules operation.Method parameters in com.oracle.bmc.networkfirewall with type arguments of type ListSecurityRulesResponse Modifier and Type Method Description Future<ListSecurityRulesResponse>
NetworkFirewallAsync. listSecurityRules(ListSecurityRulesRequest request, AsyncHandler<ListSecurityRulesRequest,ListSecurityRulesResponse> handler)
Returns a list of Security Rule for the Network Firewall Policy.Future<ListSecurityRulesResponse>
NetworkFirewallAsyncClient. listSecurityRules(ListSecurityRulesRequest request, AsyncHandler<ListSecurityRulesRequest,ListSecurityRulesResponse> handler)
-
Uses of ListSecurityRulesResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return ListSecurityRulesResponse Modifier and Type Method Description ListSecurityRulesResponse
ListSecurityRulesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type ListSecurityRulesResponse Modifier and Type Method Description ListSecurityRulesResponse.Builder
ListSecurityRulesResponse.Builder. copy(ListSecurityRulesResponse o)
Copy method to populate the builder with values from the given instance.
-