Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
SessionStickinessConfig |
SessionStickinessConfig.clone() |
SessionStickinessConfig |
ContinuousDeploymentSingleWeightConfig.getSessionStickinessConfig() |
SessionStickinessConfig |
SessionStickinessConfig.withIdleTTL(Integer idleTTL)
The amount of time after which you want sessions to cease if no requests are received.
|
SessionStickinessConfig |
SessionStickinessConfig.withMaximumTTL(Integer maximumTTL)
The maximum amount of time to consider requests from the viewer as being part of the same session.
|
Modifier and Type | Method and Description |
---|---|
void |
ContinuousDeploymentSingleWeightConfig.setSessionStickinessConfig(SessionStickinessConfig sessionStickinessConfig) |
ContinuousDeploymentSingleWeightConfig |
ContinuousDeploymentSingleWeightConfig.withSessionStickinessConfig(SessionStickinessConfig sessionStickinessConfig) |
Copyright © 2023. All rights reserved.