| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
CacheBehavior |
CacheBehavior.clone() |
CacheBehavior |
UpdateDistributionRequest.getDefaultCacheBehavior()
An object that describes the default cache behavior for the distribution.
|
CacheBehavior |
CreateDistributionRequest.getDefaultCacheBehavior()
An object that describes the default cache behavior for the distribution.
|
CacheBehavior |
LightsailDistribution.getDefaultCacheBehavior()
An object that describes the default cache behavior of the distribution.
|
CacheBehavior |
CacheBehavior.withBehavior(BehaviorEnum behavior)
The cache behavior of the distribution.
|
CacheBehavior |
CacheBehavior.withBehavior(String behavior)
The cache behavior of the distribution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDistributionRequest.setDefaultCacheBehavior(CacheBehavior defaultCacheBehavior)
An object that describes the default cache behavior for the distribution.
|
void |
CreateDistributionRequest.setDefaultCacheBehavior(CacheBehavior defaultCacheBehavior)
An object that describes the default cache behavior for the distribution.
|
void |
LightsailDistribution.setDefaultCacheBehavior(CacheBehavior defaultCacheBehavior)
An object that describes the default cache behavior of the distribution.
|
UpdateDistributionRequest |
UpdateDistributionRequest.withDefaultCacheBehavior(CacheBehavior defaultCacheBehavior)
An object that describes the default cache behavior for the distribution.
|
CreateDistributionRequest |
CreateDistributionRequest.withDefaultCacheBehavior(CacheBehavior defaultCacheBehavior)
An object that describes the default cache behavior for the distribution.
|
LightsailDistribution |
LightsailDistribution.withDefaultCacheBehavior(CacheBehavior defaultCacheBehavior)
An object that describes the default cache behavior of the distribution.
|
Copyright © 2023. All rights reserved.