Package | Description |
---|---|
com.oracle.bmc.waas.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<ProtectionSettings.AllowedHttpMethods> |
ProtectionSettings.getAllowedHttpMethods()
The list of allowed HTTP methods.
|
Modifier and Type | Method and Description |
---|---|
ProtectionSettings.Builder |
ProtectionSettings.Builder.allowedHttpMethods(List<ProtectionSettings.AllowedHttpMethods> allowedHttpMethods)
The list of allowed HTTP methods.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.