| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
TestGridSessionAction |
TestGridSessionAction.clone() |
TestGridSessionAction |
TestGridSessionAction.withAction(String action)
The action taken by the session.
|
TestGridSessionAction |
TestGridSessionAction.withDuration(Long duration)
The time, in milliseconds, that the action took to complete in the browser.
|
TestGridSessionAction |
TestGridSessionAction.withRequestMethod(String requestMethod)
HTTP method that the browser used to make the request.
|
TestGridSessionAction |
TestGridSessionAction.withStarted(Date started)
The time that the session invoked the action.
|
TestGridSessionAction |
TestGridSessionAction.withStatusCode(String statusCode)
HTTP status code returned to the browser when the action was taken.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestGridSessionAction> |
ListTestGridSessionActionsResult.getActions()
The action taken by the session.
|
| Modifier and Type | Method and Description |
|---|---|
ListTestGridSessionActionsResult |
ListTestGridSessionActionsResult.withActions(TestGridSessionAction... actions)
The action taken by the session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTestGridSessionActionsResult.setActions(Collection<TestGridSessionAction> actions)
The action taken by the session.
|
ListTestGridSessionActionsResult |
ListTestGridSessionActionsResult.withActions(Collection<TestGridSessionAction> actions)
The action taken by the session.
|
Copyright © 2023. All rights reserved.