Uses of Class
com.oracle.bmc.waas.model.ProtectionSettings.AllowedHttpMethods
-
Packages that use ProtectionSettings.AllowedHttpMethods Package Description com.oracle.bmc.waas.model -
-
Uses of ProtectionSettings.AllowedHttpMethods in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return ProtectionSettings.AllowedHttpMethods Modifier and Type Method Description static ProtectionSettings.AllowedHttpMethods
ProtectionSettings.AllowedHttpMethods. create(String key)
static ProtectionSettings.AllowedHttpMethods
ProtectionSettings.AllowedHttpMethods. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProtectionSettings.AllowedHttpMethods[]
ProtectionSettings.AllowedHttpMethods. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waas.model that return types with arguments of type ProtectionSettings.AllowedHttpMethods Modifier and Type Method Description List<ProtectionSettings.AllowedHttpMethods>
ProtectionSettings. getAllowedHttpMethods()
The list of allowed HTTP methods.Method parameters in com.oracle.bmc.waas.model with type arguments of type ProtectionSettings.AllowedHttpMethods Modifier and Type Method Description ProtectionSettings.Builder
ProtectionSettings.Builder. allowedHttpMethods(List<ProtectionSettings.AllowedHttpMethods> allowedHttpMethods)
The list of allowed HTTP methods.Constructor parameters in com.oracle.bmc.waas.model with type arguments of type ProtectionSettings.AllowedHttpMethods Constructor Description ProtectionSettings(ProtectionSettings.BlockAction blockAction, Integer blockResponseCode, String blockErrorPageMessage, String blockErrorPageCode, String blockErrorPageDescription, Integer maxArgumentCount, Integer maxNameLengthPerArgument, Integer maxTotalNameLengthOfArguments, Integer recommendationsPeriodInDays, Boolean isResponseInspected, Integer maxResponseSizeInKiB, List<ProtectionSettings.AllowedHttpMethods> allowedHttpMethods, List<String> mediaTypes)
Deprecated.
-