Uses of Class
com.oracle.bmc.waas.model.OriginGroup
-
Packages that use OriginGroup Package Description com.oracle.bmc.waas.model -
-
Uses of OriginGroup in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return OriginGroup Modifier and Type Method Description OriginGroup
OriginGroup.Builder. build()
Methods in com.oracle.bmc.waas.model that return types with arguments of type OriginGroup Modifier and Type Method Description Map<String,OriginGroup>
CreateWaasPolicyDetails. getOriginGroups()
The map of origin groups and their keys used to associate origins to the wafConfig.Map<String,OriginGroup>
UpdateWaasPolicyDetails. getOriginGroups()
The map of origin groups and their keys used to associate origins to the wafConfig.Map<String,OriginGroup>
WaasPolicy. getOriginGroups()
The map of origin groups and their keys used to associate origins to the wafConfig.Methods in com.oracle.bmc.waas.model with parameters of type OriginGroup Modifier and Type Method Description OriginGroup.Builder
OriginGroup.Builder. copy(OriginGroup model)
Method parameters in com.oracle.bmc.waas.model with type arguments of type OriginGroup Modifier and Type Method Description CreateWaasPolicyDetails.Builder
CreateWaasPolicyDetails.Builder. originGroups(Map<String,OriginGroup> originGroups)
The map of origin groups and their keys used to associate origins to the wafConfig.UpdateWaasPolicyDetails.Builder
UpdateWaasPolicyDetails.Builder. originGroups(Map<String,OriginGroup> originGroups)
The map of origin groups and their keys used to associate origins to the wafConfig.WaasPolicy.Builder
WaasPolicy.Builder. originGroups(Map<String,OriginGroup> originGroups)
The map of origin groups and their keys used to associate origins to the wafConfig.
-