Uses of Class
software.amazon.awssdk.services.lightsail.model.CacheBehaviorPerPath
-
Packages that use CacheBehaviorPerPath Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of CacheBehaviorPerPath in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type CacheBehaviorPerPath Modifier and Type Method Description List<CacheBehaviorPerPath>CreateDistributionRequest. cacheBehaviors()An array of objects that describe the per-path cache behavior for the distribution.List<CacheBehaviorPerPath>LightsailDistribution. cacheBehaviors()An array of objects that describe the per-path cache behavior of the distribution.List<CacheBehaviorPerPath>UpdateDistributionRequest. cacheBehaviors()An array of objects that describe the per-path cache behavior for the distribution.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type CacheBehaviorPerPath Modifier and Type Method Description CreateDistributionRequest.BuilderCreateDistributionRequest.Builder. cacheBehaviors(CacheBehaviorPerPath... cacheBehaviors)An array of objects that describe the per-path cache behavior for the distribution.LightsailDistribution.BuilderLightsailDistribution.Builder. cacheBehaviors(CacheBehaviorPerPath... cacheBehaviors)An array of objects that describe the per-path cache behavior of the distribution.UpdateDistributionRequest.BuilderUpdateDistributionRequest.Builder. cacheBehaviors(CacheBehaviorPerPath... cacheBehaviors)An array of objects that describe the per-path cache behavior for the distribution.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type CacheBehaviorPerPath Modifier and Type Method Description CreateDistributionRequest.BuilderCreateDistributionRequest.Builder. cacheBehaviors(Collection<CacheBehaviorPerPath> cacheBehaviors)An array of objects that describe the per-path cache behavior for the distribution.LightsailDistribution.BuilderLightsailDistribution.Builder. cacheBehaviors(Collection<CacheBehaviorPerPath> cacheBehaviors)An array of objects that describe the per-path cache behavior of the distribution.UpdateDistributionRequest.BuilderUpdateDistributionRequest.Builder. cacheBehaviors(Collection<CacheBehaviorPerPath> cacheBehaviors)An array of objects that describe the per-path cache behavior for the distribution.
-