Uses of Class
software.amazon.awssdk.services.resiliencehub.model.HaArchitecture
-
Packages that use HaArchitecture Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of HaArchitecture in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return HaArchitecture Modifier and Type Method Description static HaArchitectureHaArchitecture. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HaArchitectureConfigRecommendation. haArchitecture()The architecture type.static HaArchitectureHaArchitecture. valueOf(String name)Returns the enum constant of this type with the specified name.static HaArchitecture[]HaArchitecture. 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 HaArchitecture Modifier and Type Method Description static Set<HaArchitecture>HaArchitecture. knownValues()Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type HaArchitecture Modifier and Type Method Description ConfigRecommendation.BuilderConfigRecommendation.Builder. haArchitecture(HaArchitecture haArchitecture)The architecture type.
-