| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
BehaviorEnum |
CacheBehavior.behavior()
The cache behavior of the distribution.
|
BehaviorEnum |
CacheBehaviorPerPath.behavior()
The cache behavior for the specified path.
|
static BehaviorEnum |
BehaviorEnum.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static BehaviorEnum |
BehaviorEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BehaviorEnum[] |
BehaviorEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<BehaviorEnum> |
BehaviorEnum.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CacheBehavior.Builder |
CacheBehavior.Builder.behavior(BehaviorEnum behavior)
The cache behavior of the distribution.
|
CacheBehaviorPerPath.Builder |
CacheBehaviorPerPath.Builder.behavior(BehaviorEnum behavior)
The cache behavior for the specified path.
|
Copyright © 2021. All rights reserved.