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