Uses of Class
software.amazon.awssdk.services.lightsail.model.CacheSettings
-
Packages that use CacheSettings Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of CacheSettings in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return CacheSettings Modifier and Type Method Description CacheSettingsCreateDistributionRequest. cacheBehaviorSettings()An object that describes the cache behavior settings for the distribution.CacheSettingsLightsailDistribution. cacheBehaviorSettings()An object that describes the cache behavior settings of the distribution.CacheSettingsUpdateDistributionRequest. cacheBehaviorSettings()An object that describes the cache behavior settings for the distribution.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type CacheSettings Modifier and Type Method Description CreateDistributionRequest.BuilderCreateDistributionRequest.Builder. cacheBehaviorSettings(CacheSettings cacheBehaviorSettings)An object that describes the cache behavior settings for the distribution.LightsailDistribution.BuilderLightsailDistribution.Builder. cacheBehaviorSettings(CacheSettings cacheBehaviorSettings)An object that describes the cache behavior settings of the distribution.UpdateDistributionRequest.BuilderUpdateDistributionRequest.Builder. cacheBehaviorSettings(CacheSettings cacheBehaviorSettings)An object that describes the cache behavior settings for the distribution.
-