Uses of Class
com.oracle.bmc.networkfirewall.responses.CreateSecurityRuleResponse
-
Packages that use CreateSecurityRuleResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of CreateSecurityRuleResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return CreateSecurityRuleResponse Modifier and Type Method Description CreateSecurityRuleResponse
NetworkFirewall. createSecurityRule(CreateSecurityRuleRequest request)
Creates a new Security Rule for the Network Firewall Policy.CreateSecurityRuleResponse
NetworkFirewallClient. createSecurityRule(CreateSecurityRuleRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type CreateSecurityRuleResponse 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)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type CreateSecurityRuleResponse 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 CreateSecurityRuleResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return CreateSecurityRuleResponse Modifier and Type Method Description CreateSecurityRuleResponse
CreateSecurityRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type CreateSecurityRuleResponse Modifier and Type Method Description CreateSecurityRuleResponse.Builder
CreateSecurityRuleResponse.Builder. copy(CreateSecurityRuleResponse o)
Copy method to populate the builder with values from the given instance.
-