| 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 ListTestGridSessionsResponse |
DeviceFarmClient.listTestGridSessions(Consumer<ListTestGridSessionsRequest.Builder> listTestGridSessionsRequest)
Retrieves a list of sessions for a TestGridProject.
|
default ListTestGridSessionsResponse |
DeviceFarmClient.listTestGridSessions(ListTestGridSessionsRequest listTestGridSessionsRequest)
Retrieves a list of sessions for a TestGridProject.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTestGridSessionsResponse> |
DeviceFarmAsyncClient.listTestGridSessions(Consumer<ListTestGridSessionsRequest.Builder> listTestGridSessionsRequest)
Retrieves a list of sessions for a TestGridProject.
|
default CompletableFuture<ListTestGridSessionsResponse> |
DeviceFarmAsyncClient.listTestGridSessions(ListTestGridSessionsRequest listTestGridSessionsRequest)
Retrieves a list of sessions for a TestGridProject.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTestGridSessionsResponse> |
ListTestGridSessionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTestGridSessionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTestGridSessionsResponse> subscriber) |
Copyright © 2022. All rights reserved.