Uses of Class
com.oracle.bmc.networkfirewall.requests.ListSecurityRulesRequest
-
Packages that use ListSecurityRulesRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of ListSecurityRulesRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type ListSecurityRulesRequest Modifier and Type Method Description ListSecurityRulesResponseNetworkFirewall. listSecurityRules(ListSecurityRulesRequest request)Returns a list of Security Rule for the Network Firewall Policy.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)ListSecurityRulesResponseNetworkFirewallClient. listSecurityRules(ListSecurityRulesRequest request)Iterable<SecurityRuleSummary>NetworkFirewallPaginators. listSecurityRulesRecordIterator(ListSecurityRulesRequest request)Creates a new iterable which will iterate over theSecurityRuleSummaryobjects contained in responses from the listSecurityRules operation.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 ListSecurityRulesRequest 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 ListSecurityRulesRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return ListSecurityRulesRequest Modifier and Type Method Description ListSecurityRulesRequestListSecurityRulesRequest.Builder. build()Build the instance of ListSecurityRulesRequest as configured by this builderListSecurityRulesRequestListSecurityRulesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListSecurityRulesRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type ListSecurityRulesRequest Modifier and Type Method Description ListSecurityRulesRequest.BuilderListSecurityRulesRequest.Builder. copy(ListSecurityRulesRequest o)Copy method to populate the builder with values from the given instance.
-