Uses of Class
software.amazon.awssdk.services.resiliencehub.model.TestRisk
-
Packages that use TestRisk Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of TestRisk in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return TestRisk Modifier and Type Method Description static TestRiskTestRisk. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TestRiskTestRecommendation. risk()Level of risk for this test recommendation.static TestRiskTestRisk. valueOf(String name)Returns the enum constant of this type with the specified name.static TestRisk[]TestRisk. 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 TestRisk Modifier and Type Method Description static Set<TestRisk>TestRisk. knownValues()Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type TestRisk Modifier and Type Method Description TestRecommendation.BuilderTestRecommendation.Builder. risk(TestRisk risk)Level of risk for this test recommendation.
-