Uses of Class
software.amazon.awssdk.services.lightsail.model.CacheBehavior
-
Packages that use CacheBehavior Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of CacheBehavior in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return CacheBehavior Modifier and Type Method Description CacheBehaviorCreateDistributionRequest. defaultCacheBehavior()An object that describes the default cache behavior for the distribution.CacheBehaviorLightsailDistribution. defaultCacheBehavior()An object that describes the default cache behavior of the distribution.CacheBehaviorUpdateDistributionRequest. defaultCacheBehavior()An object that describes the default cache behavior for the distribution.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type CacheBehavior Modifier and Type Method Description CreateDistributionRequest.BuilderCreateDistributionRequest.Builder. defaultCacheBehavior(CacheBehavior defaultCacheBehavior)An object that describes the default cache behavior for the distribution.LightsailDistribution.BuilderLightsailDistribution.Builder. defaultCacheBehavior(CacheBehavior defaultCacheBehavior)An object that describes the default cache behavior of the distribution.UpdateDistributionRequest.BuilderUpdateDistributionRequest.Builder. defaultCacheBehavior(CacheBehavior defaultCacheBehavior)An object that describes the default cache behavior for the distribution.
-