Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
static SetHeaderPolicyItem.IfExists |
SetHeaderPolicyItem.IfExists.create(String key) |
SetHeaderPolicyItem.IfExists |
SetHeaderPolicyItem.getIfExists()
If a header with the same name already exists in the request, OVERWRITE will overwrite the
value, APPEND will append to the existing value, or SKIP will keep the existing value.
|
static SetHeaderPolicyItem.IfExists |
SetHeaderPolicyItem.IfExists.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetHeaderPolicyItem.IfExists[] |
SetHeaderPolicyItem.IfExists.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SetHeaderPolicyItem.Builder |
SetHeaderPolicyItem.Builder.ifExists(SetHeaderPolicyItem.IfExists ifExists)
If a header with the same name already exists in the request, OVERWRITE will overwrite
the value, APPEND will append to the existing value, or SKIP will keep the existing
value.
|
Constructor and Description |
---|
SetHeaderPolicyItem(String name,
List<String> values,
SetHeaderPolicyItem.IfExists ifExists)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.