Uses of Class
software.amazon.awssdk.services.devicefarm.model.TestGridSession
-
Packages that use TestGridSession Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of TestGridSession in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return TestGridSession Modifier and Type Method Description TestGridSessionGetTestGridSessionResponse. testGridSession()The TestGridSession that was requested.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type TestGridSession Modifier and Type Method Description List<TestGridSession>ListTestGridSessionsResponse. testGridSessions()The sessions that match the criteria in a ListTestGridSessionsRequest.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type TestGridSession Modifier and Type Method Description GetTestGridSessionResponse.BuilderGetTestGridSessionResponse.Builder. testGridSession(TestGridSession testGridSession)The TestGridSession that was requested.ListTestGridSessionsResponse.BuilderListTestGridSessionsResponse.Builder. testGridSessions(TestGridSession... testGridSessions)The sessions that match the criteria in a ListTestGridSessionsRequest.Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type TestGridSession Modifier and Type Method Description ListTestGridSessionsResponse.BuilderListTestGridSessionsResponse.Builder. testGridSessions(Collection<TestGridSession> testGridSessions)The sessions that match the criteria in a ListTestGridSessionsRequest.
-