Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
ContinuousDeploymentSingleHeaderConfig |
ContinuousDeploymentSingleHeaderConfig.clone() |
ContinuousDeploymentSingleHeaderConfig |
TrafficConfig.getSingleHeaderConfig()
Determines which HTTP requests are sent to the staging distribution.
|
ContinuousDeploymentSingleHeaderConfig |
ContinuousDeploymentSingleHeaderConfig.withHeader(String header)
The request header name that you want CloudFront to send to your staging distribution.
|
ContinuousDeploymentSingleHeaderConfig |
ContinuousDeploymentSingleHeaderConfig.withValue(String value)
The request header value.
|
Modifier and Type | Method and Description |
---|---|
void |
TrafficConfig.setSingleHeaderConfig(ContinuousDeploymentSingleHeaderConfig singleHeaderConfig)
Determines which HTTP requests are sent to the staging distribution.
|
TrafficConfig |
TrafficConfig.withSingleHeaderConfig(ContinuousDeploymentSingleHeaderConfig singleHeaderConfig)
Determines which HTTP requests are sent to the staging distribution.
|
Copyright © 2023. All rights reserved.