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