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