Uses of Interface
software.amazon.awssdk.services.devicefarm.model.ListTestGridSessionActionsResponse.Builder
-
Packages that use ListTestGridSessionActionsResponse.Builder Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of ListTestGridSessionActionsResponse.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return ListTestGridSessionActionsResponse.Builder Modifier and Type Method Description ListTestGridSessionActionsResponse.BuilderListTestGridSessionActionsResponse.Builder. actions(Collection<TestGridSessionAction> actions)The action taken by the session.ListTestGridSessionActionsResponse.BuilderListTestGridSessionActionsResponse.Builder. actions(Consumer<TestGridSessionAction.Builder>... actions)The action taken by the session.ListTestGridSessionActionsResponse.BuilderListTestGridSessionActionsResponse.Builder. actions(TestGridSessionAction... actions)The action taken by the session.static ListTestGridSessionActionsResponse.BuilderListTestGridSessionActionsResponse. builder()ListTestGridSessionActionsResponse.BuilderListTestGridSessionActionsResponse.Builder. nextToken(String nextToken)Pagination token.ListTestGridSessionActionsResponse.BuilderListTestGridSessionActionsResponse. toBuilder()Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type ListTestGridSessionActionsResponse.Builder Modifier and Type Method Description static Class<? extends ListTestGridSessionActionsResponse.Builder>ListTestGridSessionActionsResponse. serializableBuilderClass()
-