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