| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
static ResiliencyPolicyTier |
ResiliencyPolicyTier.fromValue(String value)
Use this in place of valueOf.
|
static ResiliencyPolicyTier |
ResiliencyPolicyTier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResiliencyPolicyTier[] |
ResiliencyPolicyTier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResiliencyPolicyRequest |
UpdateResiliencyPolicyRequest.withTier(ResiliencyPolicyTier tier)
The tier for this resiliency policy, ranging from the highest severity (
MissionCritical) to lowest (
NonCritical). |
ResiliencyPolicy |
ResiliencyPolicy.withTier(ResiliencyPolicyTier tier)
The tier for this resiliency policy, ranging from the highest severity (
MissionCritical) to lowest (
NonCritical). |
CreateResiliencyPolicyRequest |
CreateResiliencyPolicyRequest.withTier(ResiliencyPolicyTier tier)
The tier for this resiliency policy, ranging from the highest severity (
MissionCritical) to lowest (
NonCritical). |
Copyright © 2025. All rights reserved.