| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static ResponseHeadersPolicyType |
ResponseHeadersPolicyType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResponseHeadersPolicyType |
ResponseHeadersPolicySummary.type()
The type of response headers policy, either
managed (created by Amazon Web Services) or
custom (created in this Amazon Web Services account). |
ResponseHeadersPolicyType |
ListResponseHeadersPoliciesRequest.type()
A filter to get only the specified kind of response headers policies.
|
static ResponseHeadersPolicyType |
ResponseHeadersPolicyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseHeadersPolicyType[] |
ResponseHeadersPolicyType.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<ResponseHeadersPolicyType> |
ResponseHeadersPolicyType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ResponseHeadersPolicySummary.Builder |
ResponseHeadersPolicySummary.Builder.type(ResponseHeadersPolicyType type)
The type of response headers policy, either
managed (created by Amazon Web Services) or
custom (created in this Amazon Web Services account). |
ListResponseHeadersPoliciesRequest.Builder |
ListResponseHeadersPoliciesRequest.Builder.type(ResponseHeadersPolicyType type)
A filter to get only the specified kind of response headers policies.
|
Copyright © 2021. All rights reserved.