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