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