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