| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static OriginRequestPolicyType |
OriginRequestPolicyType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OriginRequestPolicyType |
ListOriginRequestPoliciesRequest.type()
A filter to return only the specified kinds of origin request policies.
|
OriginRequestPolicyType |
OriginRequestPolicySummary.type()
The type of origin request policy, either
managed (created by Amazon Web Services) or
custom (created in this Amazon Web Services account). |
static OriginRequestPolicyType |
OriginRequestPolicyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OriginRequestPolicyType[] |
OriginRequestPolicyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<OriginRequestPolicyType> |
OriginRequestPolicyType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListOriginRequestPoliciesRequest.Builder |
ListOriginRequestPoliciesRequest.Builder.type(OriginRequestPolicyType type)
A filter to return only the specified kinds of origin request policies.
|
OriginRequestPolicySummary.Builder |
OriginRequestPolicySummary.Builder.type(OriginRequestPolicyType type)
The type of origin request policy, either
managed (created by Amazon Web Services) or
custom (created in this Amazon Web Services account). |
Copyright © 2023. All rights reserved.