Uses of Class
software.amazon.awssdk.services.resiliencehub.model.ResiliencyPolicyTier
-
Packages that use ResiliencyPolicyTier Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of ResiliencyPolicyTier in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return ResiliencyPolicyTier Modifier and Type Method Description static ResiliencyPolicyTierResiliencyPolicyTier. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResiliencyPolicyTierCreateResiliencyPolicyRequest. tier()The tier for this resiliency policy, ranging from the highest severity (MissionCritical) to lowest (NonCritical).ResiliencyPolicyTierResiliencyPolicy. tier()The tier for this resiliency policy, ranging from the highest severity (MissionCritical) to lowest (NonCritical).ResiliencyPolicyTierUpdateResiliencyPolicyRequest. tier()The tier for this resiliency policy, ranging from the highest severity (MissionCritical) to lowest (NonCritical).static ResiliencyPolicyTierResiliencyPolicyTier. 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.Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type ResiliencyPolicyTier Modifier and Type Method Description static Set<ResiliencyPolicyTier>ResiliencyPolicyTier. knownValues()Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type ResiliencyPolicyTier Modifier and Type Method Description CreateResiliencyPolicyRequest.BuilderCreateResiliencyPolicyRequest.Builder. tier(ResiliencyPolicyTier tier)The tier for this resiliency policy, ranging from the highest severity (MissionCritical) to lowest (NonCritical).ResiliencyPolicy.BuilderResiliencyPolicy.Builder. tier(ResiliencyPolicyTier tier)The tier for this resiliency policy, ranging from the highest severity (MissionCritical) to lowest (NonCritical).UpdateResiliencyPolicyRequest.BuilderUpdateResiliencyPolicyRequest.Builder. tier(ResiliencyPolicyTier tier)The tier for this resiliency policy, ranging from the highest severity (MissionCritical) to lowest (NonCritical).
-