Uses of Class
com.oracle.bmc.waas.model.UpdateCustomProtectionRuleDetails
-
Packages that use UpdateCustomProtectionRuleDetails Package Description com.oracle.bmc.waas.model com.oracle.bmc.waas.requests -
-
Uses of UpdateCustomProtectionRuleDetails in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return UpdateCustomProtectionRuleDetails Modifier and Type Method Description UpdateCustomProtectionRuleDetails
UpdateCustomProtectionRuleDetails.Builder. build()
Methods in com.oracle.bmc.waas.model with parameters of type UpdateCustomProtectionRuleDetails Modifier and Type Method Description UpdateCustomProtectionRuleDetails.Builder
UpdateCustomProtectionRuleDetails.Builder. copy(UpdateCustomProtectionRuleDetails model)
-
Uses of UpdateCustomProtectionRuleDetails in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return UpdateCustomProtectionRuleDetails Modifier and Type Method Description UpdateCustomProtectionRuleDetails
UpdateCustomProtectionRuleRequest. getBody$()
Alternative accessor for the body parameter.UpdateCustomProtectionRuleDetails
UpdateCustomProtectionRuleRequest. getUpdateCustomProtectionRuleDetails()
The details of the custom protection rule to update.Methods in com.oracle.bmc.waas.requests with parameters of type UpdateCustomProtectionRuleDetails Modifier and Type Method Description UpdateCustomProtectionRuleRequest.Builder
UpdateCustomProtectionRuleRequest.Builder. body$(UpdateCustomProtectionRuleDetails body)
Alternative setter for the body parameter.UpdateCustomProtectionRuleRequest.Builder
UpdateCustomProtectionRuleRequest.Builder. updateCustomProtectionRuleDetails(UpdateCustomProtectionRuleDetails updateCustomProtectionRuleDetails)
The details of the custom protection rule to update.
-