Uses of Class
com.oracle.bmc.waas.requests.UpdateWaasPolicyCustomProtectionRulesRequest
-
Packages that use UpdateWaasPolicyCustomProtectionRulesRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of UpdateWaasPolicyCustomProtectionRulesRequest in com.oracle.bmc.waas
Method parameters in com.oracle.bmc.waas with type arguments of type UpdateWaasPolicyCustomProtectionRulesRequest 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 UpdateWaasPolicyCustomProtectionRulesRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return UpdateWaasPolicyCustomProtectionRulesRequest Modifier and Type Method Description UpdateWaasPolicyCustomProtectionRulesRequest
UpdateWaasPolicyCustomProtectionRulesRequest.Builder. build()
Build the instance of UpdateWaasPolicyCustomProtectionRulesRequest as configured by this builderUpdateWaasPolicyCustomProtectionRulesRequest
UpdateWaasPolicyCustomProtectionRulesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateWaasPolicyCustomProtectionRulesRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type UpdateWaasPolicyCustomProtectionRulesRequest Modifier and Type Method Description UpdateWaasPolicyCustomProtectionRulesRequest.Builder
UpdateWaasPolicyCustomProtectionRulesRequest.Builder. copy(UpdateWaasPolicyCustomProtectionRulesRequest o)
Copy method to populate the builder with values from the given instance.
-