| Package | Description |
|---|---|
| com.amazonaws.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static OriginRequestPolicyType |
OriginRequestPolicyType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
ListOriginRequestPoliciesRequest |
ListOriginRequestPoliciesRequest.withType(OriginRequestPolicyType type)
A filter to return only the specified kinds of origin request policies.
|
OriginRequestPolicySummary |
OriginRequestPolicySummary.withType(OriginRequestPolicyType type)
The type of origin request policy, either
managed (created by AWS) or custom (created
in this AWS account). |
Copyright © 2020. All rights reserved.