| Package | Description |
|---|---|
| software.amazon.awssdk.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
static ResiliencyPolicyTier |
ResiliencyPolicyTier.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResiliencyPolicyTier |
UpdateResiliencyPolicyRequest.tier()
The tier for this resiliency policy, ranging from the highest severity (
MissionCritical) to lowest (
NonCritical). |
ResiliencyPolicyTier |
CreateResiliencyPolicyRequest.tier()
The tier for this resiliency policy, ranging from the highest severity (
MissionCritical) to lowest (
NonCritical). |
ResiliencyPolicyTier |
ResiliencyPolicy.tier()
The tier for this resiliency policy, ranging from the highest severity (
MissionCritical) to lowest (
NonCritical). |
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 |
|---|---|
static Set<ResiliencyPolicyTier> |
ResiliencyPolicyTier.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResiliencyPolicyRequest.Builder |
UpdateResiliencyPolicyRequest.Builder.tier(ResiliencyPolicyTier tier)
The tier for this resiliency policy, ranging from the highest severity (
MissionCritical) to
lowest (NonCritical). |
CreateResiliencyPolicyRequest.Builder |
CreateResiliencyPolicyRequest.Builder.tier(ResiliencyPolicyTier tier)
The tier for this resiliency policy, ranging from the highest severity (
MissionCritical) to
lowest (NonCritical). |
ResiliencyPolicy.Builder |
ResiliencyPolicy.Builder.tier(ResiliencyPolicyTier tier)
The tier for this resiliency policy, ranging from the highest severity (
MissionCritical) to
lowest (NonCritical). |
Copyright © 2022. All rights reserved.