Uses of Class
software.amazon.awssdk.services.resiliencehub.model.EstimatedCostTier
-
Packages that use EstimatedCostTier Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of EstimatedCostTier in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return EstimatedCostTier Modifier and Type Method Description EstimatedCostTierResiliencyPolicy. estimatedCostTier()Specifies the estimated cost tier of the resiliency policy.static EstimatedCostTierEstimatedCostTier. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EstimatedCostTierEstimatedCostTier. valueOf(String name)Returns the enum constant of this type with the specified name.static EstimatedCostTier[]EstimatedCostTier. 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 EstimatedCostTier Modifier and Type Method Description static Set<EstimatedCostTier>EstimatedCostTier. knownValues()Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type EstimatedCostTier Modifier and Type Method Description ResiliencyPolicy.BuilderResiliencyPolicy.Builder. estimatedCostTier(EstimatedCostTier estimatedCostTier)Specifies the estimated cost tier of the resiliency policy.
-