Uses of Class
com.oracle.bmc.networkfirewall.requests.CreateSecurityRuleRequest
-
Packages that use CreateSecurityRuleRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of CreateSecurityRuleRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type CreateSecurityRuleRequest Modifier and Type Method Description CreateSecurityRuleResponse
NetworkFirewall. createSecurityRule(CreateSecurityRuleRequest request)
Creates a new Security Rule for the Network Firewall Policy.Future<CreateSecurityRuleResponse>
NetworkFirewallAsync. createSecurityRule(CreateSecurityRuleRequest request, AsyncHandler<CreateSecurityRuleRequest,CreateSecurityRuleResponse> handler)
Creates a new Security Rule for the Network Firewall Policy.Future<CreateSecurityRuleResponse>
NetworkFirewallAsyncClient. createSecurityRule(CreateSecurityRuleRequest request, AsyncHandler<CreateSecurityRuleRequest,CreateSecurityRuleResponse> handler)
CreateSecurityRuleResponse
NetworkFirewallClient. createSecurityRule(CreateSecurityRuleRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type CreateSecurityRuleRequest Modifier and Type Method Description Future<CreateSecurityRuleResponse>
NetworkFirewallAsync. createSecurityRule(CreateSecurityRuleRequest request, AsyncHandler<CreateSecurityRuleRequest,CreateSecurityRuleResponse> handler)
Creates a new Security Rule for the Network Firewall Policy.Future<CreateSecurityRuleResponse>
NetworkFirewallAsyncClient. createSecurityRule(CreateSecurityRuleRequest request, AsyncHandler<CreateSecurityRuleRequest,CreateSecurityRuleResponse> handler)
-
Uses of CreateSecurityRuleRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return CreateSecurityRuleRequest Modifier and Type Method Description CreateSecurityRuleRequest
CreateSecurityRuleRequest.Builder. build()
Build the instance of CreateSecurityRuleRequest as configured by this builderCreateSecurityRuleRequest
CreateSecurityRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateSecurityRuleRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type CreateSecurityRuleRequest Modifier and Type Method Description CreateSecurityRuleRequest.Builder
CreateSecurityRuleRequest.Builder. copy(CreateSecurityRuleRequest o)
Copy method to populate the builder with values from the given instance.
-