| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
List<CacheBehaviorPerPath> |
UpdateDistributionRequest.cacheBehaviors()
An array of objects that describe the per-path cache behavior for the distribution.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDistributionRequest.Builder |
UpdateDistributionRequest.Builder.cacheBehaviors(CacheBehaviorPerPath... cacheBehaviors)
An array of objects that describe the per-path cache behavior for the distribution.
|
CreateDistributionRequest.Builder |
CreateDistributionRequest.Builder.cacheBehaviors(CacheBehaviorPerPath... cacheBehaviors)
An array of objects that describe the per-path cache behavior for the distribution.
|
LightsailDistribution.Builder |
LightsailDistribution.Builder.cacheBehaviors(CacheBehaviorPerPath... cacheBehaviors)
An array of objects that describe the per-path cache behavior of the distribution.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDistributionRequest.Builder |
UpdateDistributionRequest.Builder.cacheBehaviors(Collection<CacheBehaviorPerPath> cacheBehaviors)
An array of objects that describe the per-path cache behavior for the distribution.
|
CreateDistributionRequest.Builder |
CreateDistributionRequest.Builder.cacheBehaviors(Collection<CacheBehaviorPerPath> cacheBehaviors)
An array of objects that describe the per-path cache behavior for the distribution.
|
LightsailDistribution.Builder |
LightsailDistribution.Builder.cacheBehaviors(Collection<CacheBehaviorPerPath> cacheBehaviors)
An array of objects that describe the per-path cache behavior of the distribution.
|
Copyright © 2023. All rights reserved.