| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm |
Welcome to the AWS Device Farm API documentation, which contains APIs for:
|
| software.amazon.awssdk.services.devicefarm.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListTestGridSessionActionsResponse |
DeviceFarmClient.listTestGridSessionActions(Consumer<ListTestGridSessionActionsRequest.Builder> listTestGridSessionActionsRequest)
Returns a list of the actions taken in a TestGridSession.
|
default ListTestGridSessionActionsResponse |
DeviceFarmClient.listTestGridSessionActions(ListTestGridSessionActionsRequest listTestGridSessionActionsRequest)
Returns a list of the actions taken in a TestGridSession.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTestGridSessionActionsResponse> |
DeviceFarmAsyncClient.listTestGridSessionActions(Consumer<ListTestGridSessionActionsRequest.Builder> listTestGridSessionActionsRequest)
Returns a list of the actions taken in a TestGridSession.
|
default CompletableFuture<ListTestGridSessionActionsResponse> |
DeviceFarmAsyncClient.listTestGridSessionActions(ListTestGridSessionActionsRequest listTestGridSessionActionsRequest)
Returns a list of the actions taken in a TestGridSession.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTestGridSessionActionsResponse> |
ListTestGridSessionActionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTestGridSessionActionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTestGridSessionActionsResponse> subscriber) |
Copyright © 2021. All rights reserved.