Uses of Class
com.oracle.bmc.networkfirewall.responses.GetNatRuleResponse
-
Packages that use GetNatRuleResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of GetNatRuleResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return GetNatRuleResponse Modifier and Type Method Description GetNatRuleResponse
NetworkFirewall. getNatRule(GetNatRuleRequest request)
Get NAT Rule by the given name in the context of network firewall policy.GetNatRuleResponse
NetworkFirewallClient. getNatRule(GetNatRuleRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type GetNatRuleResponse Modifier and Type Method Description Future<GetNatRuleResponse>
NetworkFirewallAsync. getNatRule(GetNatRuleRequest request, AsyncHandler<GetNatRuleRequest,GetNatRuleResponse> handler)
Get NAT Rule by the given name in the context of network firewall policy.Future<GetNatRuleResponse>
NetworkFirewallAsyncClient. getNatRule(GetNatRuleRequest request, AsyncHandler<GetNatRuleRequest,GetNatRuleResponse> handler)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type GetNatRuleResponse Modifier and Type Method Description Future<GetNatRuleResponse>
NetworkFirewallAsync. getNatRule(GetNatRuleRequest request, AsyncHandler<GetNatRuleRequest,GetNatRuleResponse> handler)
Get NAT Rule by the given name in the context of network firewall policy.Future<GetNatRuleResponse>
NetworkFirewallAsyncClient. getNatRule(GetNatRuleRequest request, AsyncHandler<GetNatRuleRequest,GetNatRuleResponse> handler)
-
Uses of GetNatRuleResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return GetNatRuleResponse Modifier and Type Method Description GetNatRuleResponse
GetNatRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type GetNatRuleResponse Modifier and Type Method Description GetNatRuleResponse.Builder
GetNatRuleResponse.Builder. copy(GetNatRuleResponse o)
Copy method to populate the builder with values from the given instance.
-