Uses of Class
com.oracle.bmc.networkfirewall.requests.GetNatRuleRequest
-
Packages that use GetNatRuleRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of GetNatRuleRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type GetNatRuleRequest Modifier and Type Method Description GetNatRuleResponse
NetworkFirewall. getNatRule(GetNatRuleRequest request)
Get NAT Rule by the given name in the context of network firewall policy.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)
GetNatRuleResponse
NetworkFirewallClient. getNatRule(GetNatRuleRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type GetNatRuleRequest 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 GetNatRuleRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return GetNatRuleRequest Modifier and Type Method Description GetNatRuleRequest
GetNatRuleRequest.Builder. build()
Build the instance of GetNatRuleRequest as configured by this builderGetNatRuleRequest
GetNatRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetNatRuleRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type GetNatRuleRequest Modifier and Type Method Description GetNatRuleRequest.Builder
GetNatRuleRequest.Builder. copy(GetNatRuleRequest o)
Copy method to populate the builder with values from the given instance.
-