| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
CacheBehaviorPerPath |
CacheBehaviorPerPath.clone() |
CacheBehaviorPerPath |
CacheBehaviorPerPath.withBehavior(BehaviorEnum behavior)
The cache behavior for the specified path.
|
CacheBehaviorPerPath |
CacheBehaviorPerPath.withBehavior(String behavior)
The cache behavior for the specified path.
|
CacheBehaviorPerPath |
CacheBehaviorPerPath.withPath(String path)
The path to a directory or file to cached, or not cache.
|
| Modifier and Type | Method and Description |
|---|---|
List<CacheBehaviorPerPath> |
LightsailDistribution.getCacheBehaviors()
An array of objects that describe the per-path cache behavior of the distribution.
|
List<CacheBehaviorPerPath> |
UpdateDistributionRequest.getCacheBehaviors()
An array of objects that describe the per-path cache behavior for the distribution.
|
List<CacheBehaviorPerPath> |
CreateDistributionRequest.getCacheBehaviors()
An array of objects that describe the per-path cache behavior for the distribution.
|
| Modifier and Type | Method and Description |
|---|---|
LightsailDistribution |
LightsailDistribution.withCacheBehaviors(CacheBehaviorPerPath... cacheBehaviors)
An array of objects that describe the per-path cache behavior of the distribution.
|
UpdateDistributionRequest |
UpdateDistributionRequest.withCacheBehaviors(CacheBehaviorPerPath... cacheBehaviors)
An array of objects that describe the per-path cache behavior for the distribution.
|
CreateDistributionRequest |
CreateDistributionRequest.withCacheBehaviors(CacheBehaviorPerPath... cacheBehaviors)
An array of objects that describe the per-path cache behavior for the distribution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LightsailDistribution.setCacheBehaviors(Collection<CacheBehaviorPerPath> cacheBehaviors)
An array of objects that describe the per-path cache behavior of the distribution.
|
void |
UpdateDistributionRequest.setCacheBehaviors(Collection<CacheBehaviorPerPath> cacheBehaviors)
An array of objects that describe the per-path cache behavior for the distribution.
|
void |
CreateDistributionRequest.setCacheBehaviors(Collection<CacheBehaviorPerPath> cacheBehaviors)
An array of objects that describe the per-path cache behavior for the distribution.
|
LightsailDistribution |
LightsailDistribution.withCacheBehaviors(Collection<CacheBehaviorPerPath> cacheBehaviors)
An array of objects that describe the per-path cache behavior of the distribution.
|
UpdateDistributionRequest |
UpdateDistributionRequest.withCacheBehaviors(Collection<CacheBehaviorPerPath> cacheBehaviors)
An array of objects that describe the per-path cache behavior for the distribution.
|
CreateDistributionRequest |
CreateDistributionRequest.withCacheBehaviors(Collection<CacheBehaviorPerPath> cacheBehaviors)
An array of objects that describe the per-path cache behavior for the distribution.
|
Copyright © 2023. All rights reserved.