Uses of Class
com.oracle.bmc.networkfirewall.responses.DeleteSecurityRuleResponse
-
Packages that use DeleteSecurityRuleResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of DeleteSecurityRuleResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return DeleteSecurityRuleResponse Modifier and Type Method Description DeleteSecurityRuleResponse
NetworkFirewall. deleteSecurityRule(DeleteSecurityRuleRequest request)
Deletes a Security Rule resource with the given identifier.DeleteSecurityRuleResponse
NetworkFirewallClient. deleteSecurityRule(DeleteSecurityRuleRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type DeleteSecurityRuleResponse Modifier and Type Method Description Future<DeleteSecurityRuleResponse>
NetworkFirewallAsync. deleteSecurityRule(DeleteSecurityRuleRequest request, AsyncHandler<DeleteSecurityRuleRequest,DeleteSecurityRuleResponse> handler)
Deletes a Security Rule resource with the given identifier.Future<DeleteSecurityRuleResponse>
NetworkFirewallAsyncClient. deleteSecurityRule(DeleteSecurityRuleRequest request, AsyncHandler<DeleteSecurityRuleRequest,DeleteSecurityRuleResponse> handler)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type DeleteSecurityRuleResponse Modifier and Type Method Description Future<DeleteSecurityRuleResponse>
NetworkFirewallAsync. deleteSecurityRule(DeleteSecurityRuleRequest request, AsyncHandler<DeleteSecurityRuleRequest,DeleteSecurityRuleResponse> handler)
Deletes a Security Rule resource with the given identifier.Future<DeleteSecurityRuleResponse>
NetworkFirewallAsyncClient. deleteSecurityRule(DeleteSecurityRuleRequest request, AsyncHandler<DeleteSecurityRuleRequest,DeleteSecurityRuleResponse> handler)
-
Uses of DeleteSecurityRuleResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return DeleteSecurityRuleResponse Modifier and Type Method Description DeleteSecurityRuleResponse
DeleteSecurityRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type DeleteSecurityRuleResponse Modifier and Type Method Description DeleteSecurityRuleResponse.Builder
DeleteSecurityRuleResponse.Builder. copy(DeleteSecurityRuleResponse o)
Copy method to populate the builder with values from the given instance.
-