Uses of Class
com.oracle.bmc.networkfirewall.requests.DeleteSecurityRuleRequest
-
Packages that use DeleteSecurityRuleRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of DeleteSecurityRuleRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type DeleteSecurityRuleRequest Modifier and Type Method Description DeleteSecurityRuleResponse
NetworkFirewall. deleteSecurityRule(DeleteSecurityRuleRequest request)
Deletes a Security Rule resource with the given identifier.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)
DeleteSecurityRuleResponse
NetworkFirewallClient. deleteSecurityRule(DeleteSecurityRuleRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type DeleteSecurityRuleRequest 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 DeleteSecurityRuleRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return DeleteSecurityRuleRequest Modifier and Type Method Description DeleteSecurityRuleRequest
DeleteSecurityRuleRequest.Builder. build()
Build the instance of DeleteSecurityRuleRequest as configured by this builderDeleteSecurityRuleRequest
DeleteSecurityRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteSecurityRuleRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type DeleteSecurityRuleRequest Modifier and Type Method Description DeleteSecurityRuleRequest.Builder
DeleteSecurityRuleRequest.Builder. copy(DeleteSecurityRuleRequest o)
Copy method to populate the builder with values from the given instance.
-