Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
ResponseHeadersPolicyCustomHeader |
ResponseHeadersPolicyCustomHeader.clone() |
ResponseHeadersPolicyCustomHeader |
ResponseHeadersPolicyCustomHeader.withHeader(String header)
The HTTP response header name.
|
ResponseHeadersPolicyCustomHeader |
ResponseHeadersPolicyCustomHeader.withOverride(Boolean override)
A Boolean that determines whether CloudFront overrides a response header with the same name received from the
origin with the header specified here.
|
ResponseHeadersPolicyCustomHeader |
ResponseHeadersPolicyCustomHeader.withValue(String value)
The value for the HTTP response header.
|
Modifier and Type | Method and Description |
---|---|
List<ResponseHeadersPolicyCustomHeader> |
ResponseHeadersPolicyCustomHeadersConfig.getItems()
The list of HTTP response headers and their values.
|
Modifier and Type | Method and Description |
---|---|
ResponseHeadersPolicyCustomHeadersConfig |
ResponseHeadersPolicyCustomHeadersConfig.withItems(ResponseHeadersPolicyCustomHeader... items)
The list of HTTP response headers and their values.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseHeadersPolicyCustomHeadersConfig.setItems(Collection<ResponseHeadersPolicyCustomHeader> items)
The list of HTTP response headers and their values.
|
ResponseHeadersPolicyCustomHeadersConfig |
ResponseHeadersPolicyCustomHeadersConfig.withItems(Collection<ResponseHeadersPolicyCustomHeader> items)
The list of HTTP response headers and their values.
|
Copyright © 2021. All rights reserved.