Uses of Class
software.amazon.awssdk.services.devicefarm.model.TestGridSessionAction
-
Packages that use TestGridSessionAction Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of TestGridSessionAction in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type TestGridSessionAction Modifier and Type Method Description List<TestGridSessionAction>ListTestGridSessionActionsResponse. actions()The action taken by the session.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type TestGridSessionAction Modifier and Type Method Description ListTestGridSessionActionsResponse.BuilderListTestGridSessionActionsResponse.Builder. actions(TestGridSessionAction... actions)The action taken by the session.Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type TestGridSessionAction Modifier and Type Method Description ListTestGridSessionActionsResponse.BuilderListTestGridSessionActionsResponse.Builder. actions(Collection<TestGridSessionAction> actions)The action taken by the session.
-