Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
static FilterHeaderPolicy.Type |
FilterHeaderPolicy.Type.create(String key) |
FilterHeaderPolicy.Type |
FilterHeaderPolicy.getType()
BLOCK drops any headers that are in the list of items, so it acts as an exclusion list.
|
static FilterHeaderPolicy.Type |
FilterHeaderPolicy.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterHeaderPolicy.Type[] |
FilterHeaderPolicy.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FilterHeaderPolicy.Builder |
FilterHeaderPolicy.Builder.type(FilterHeaderPolicy.Type type)
BLOCK drops any headers that are in the list of items, so it acts as an exclusion list.
|
Constructor and Description |
---|
FilterHeaderPolicy(FilterHeaderPolicy.Type type,
List<FilterHeaderPolicyItem> items)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.