| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
CacheSettings |
CacheSettings.clone() |
CacheSettings |
LightsailDistribution.getCacheBehaviorSettings()
An object that describes the cache behavior settings of the distribution.
|
CacheSettings |
UpdateDistributionRequest.getCacheBehaviorSettings()
An object that describes the cache behavior settings for the distribution.
|
CacheSettings |
CreateDistributionRequest.getCacheBehaviorSettings()
An object that describes the cache behavior settings for the distribution.
|
CacheSettings |
CacheSettings.withAllowedHTTPMethods(String allowedHTTPMethods)
The HTTP methods that are processed and forwarded to the distribution's origin.
|
CacheSettings |
CacheSettings.withCachedHTTPMethods(String cachedHTTPMethods)
The HTTP method responses that are cached by your distribution.
|
CacheSettings |
CacheSettings.withDefaultTTL(Long defaultTTL)
The default amount of time that objects stay in the distribution's cache before the distribution forwards another
request to the origin to determine whether the content has been updated.
|
CacheSettings |
CacheSettings.withForwardedCookies(CookieObject forwardedCookies)
An object that describes the cookies that are forwarded to the origin.
|
CacheSettings |
CacheSettings.withForwardedHeaders(HeaderObject forwardedHeaders)
An object that describes the headers that are forwarded to the origin.
|
CacheSettings |
CacheSettings.withForwardedQueryStrings(QueryStringObject forwardedQueryStrings)
An object that describes the query strings that are forwarded to the origin.
|
CacheSettings |
CacheSettings.withMaximumTTL(Long maximumTTL)
The maximum amount of time that objects stay in the distribution's cache before the distribution forwards another
request to the origin to determine whether the object has been updated.
|
CacheSettings |
CacheSettings.withMinimumTTL(Long minimumTTL)
The minimum amount of time that objects stay in the distribution's cache before the distribution forwards another
request to the origin to determine whether the object has been updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LightsailDistribution.setCacheBehaviorSettings(CacheSettings cacheBehaviorSettings)
An object that describes the cache behavior settings of the distribution.
|
void |
UpdateDistributionRequest.setCacheBehaviorSettings(CacheSettings cacheBehaviorSettings)
An object that describes the cache behavior settings for the distribution.
|
void |
CreateDistributionRequest.setCacheBehaviorSettings(CacheSettings cacheBehaviorSettings)
An object that describes the cache behavior settings for the distribution.
|
LightsailDistribution |
LightsailDistribution.withCacheBehaviorSettings(CacheSettings cacheBehaviorSettings)
An object that describes the cache behavior settings of the distribution.
|
UpdateDistributionRequest |
UpdateDistributionRequest.withCacheBehaviorSettings(CacheSettings cacheBehaviorSettings)
An object that describes the cache behavior settings for the distribution.
|
CreateDistributionRequest |
CreateDistributionRequest.withCacheBehaviorSettings(CacheSettings cacheBehaviorSettings)
An object that describes the cache behavior settings for the distribution.
|
Copyright © 2024. All rights reserved.