Uses of Class
com.oracle.bmc.waas.responses.DeleteCustomProtectionRuleResponse
-
Packages that use DeleteCustomProtectionRuleResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of DeleteCustomProtectionRuleResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return DeleteCustomProtectionRuleResponse Modifier and Type Method Description DeleteCustomProtectionRuleResponse
Waas. deleteCustomProtectionRule(DeleteCustomProtectionRuleRequest request)
Deletes a Custom Protection rule.DeleteCustomProtectionRuleResponse
WaasClient. deleteCustomProtectionRule(DeleteCustomProtectionRuleRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type DeleteCustomProtectionRuleResponse Modifier and Type Method Description Future<DeleteCustomProtectionRuleResponse>
WaasAsync. deleteCustomProtectionRule(DeleteCustomProtectionRuleRequest request, AsyncHandler<DeleteCustomProtectionRuleRequest,DeleteCustomProtectionRuleResponse> handler)
Deletes a Custom Protection rule.Future<DeleteCustomProtectionRuleResponse>
WaasAsyncClient. deleteCustomProtectionRule(DeleteCustomProtectionRuleRequest request, AsyncHandler<DeleteCustomProtectionRuleRequest,DeleteCustomProtectionRuleResponse> handler)
Method parameters in com.oracle.bmc.waas with type arguments of type DeleteCustomProtectionRuleResponse Modifier and Type Method Description Future<DeleteCustomProtectionRuleResponse>
WaasAsync. deleteCustomProtectionRule(DeleteCustomProtectionRuleRequest request, AsyncHandler<DeleteCustomProtectionRuleRequest,DeleteCustomProtectionRuleResponse> handler)
Deletes a Custom Protection rule.Future<DeleteCustomProtectionRuleResponse>
WaasAsyncClient. deleteCustomProtectionRule(DeleteCustomProtectionRuleRequest request, AsyncHandler<DeleteCustomProtectionRuleRequest,DeleteCustomProtectionRuleResponse> handler)
-
Uses of DeleteCustomProtectionRuleResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return DeleteCustomProtectionRuleResponse Modifier and Type Method Description DeleteCustomProtectionRuleResponse
DeleteCustomProtectionRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type DeleteCustomProtectionRuleResponse Modifier and Type Method Description DeleteCustomProtectionRuleResponse.Builder
DeleteCustomProtectionRuleResponse.Builder. copy(DeleteCustomProtectionRuleResponse o)
Copy method to populate the builder with values from the given instance.
-