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