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