Uses of Class
com.oracle.bmc.waas.requests.UpdateProtectionRulesRequest
-
Packages that use UpdateProtectionRulesRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of UpdateProtectionRulesRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type UpdateProtectionRulesRequest Modifier and Type Method Description UpdateProtectionRulesResponse
Waas. updateProtectionRules(UpdateProtectionRulesRequest request)
Updates the action for each specified protection rule.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)
UpdateProtectionRulesResponse
WaasClient. updateProtectionRules(UpdateProtectionRulesRequest request)
Method parameters in com.oracle.bmc.waas with type arguments of type UpdateProtectionRulesRequest 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 UpdateProtectionRulesRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return UpdateProtectionRulesRequest Modifier and Type Method Description UpdateProtectionRulesRequest
UpdateProtectionRulesRequest.Builder. build()
Build the instance of UpdateProtectionRulesRequest as configured by this builderUpdateProtectionRulesRequest
UpdateProtectionRulesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateProtectionRulesRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type UpdateProtectionRulesRequest Modifier and Type Method Description UpdateProtectionRulesRequest.Builder
UpdateProtectionRulesRequest.Builder. copy(UpdateProtectionRulesRequest o)
Copy method to populate the builder with values from the given instance.
-