Uses of Class
software.amazon.awssdk.services.devicefarm.model.TestGridSessionStatus
-
Packages that use TestGridSessionStatus Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of TestGridSessionStatus in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return TestGridSessionStatus Modifier and Type Method Description static TestGridSessionStatusTestGridSessionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TestGridSessionStatusListTestGridSessionsRequest. status()Return only sessions in this state.TestGridSessionStatusTestGridSession. status()The state of the session.static TestGridSessionStatusTestGridSessionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TestGridSessionStatus[]TestGridSessionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type TestGridSessionStatus Modifier and Type Method Description static Set<TestGridSessionStatus>TestGridSessionStatus. knownValues()Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type TestGridSessionStatus Modifier and Type Method Description ListTestGridSessionsRequest.BuilderListTestGridSessionsRequest.Builder. status(TestGridSessionStatus status)Return only sessions in this state.TestGridSession.BuilderTestGridSession.Builder. status(TestGridSessionStatus status)The state of the session.
-