| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm |
AWS Device Farm is a service that enables mobile app developers to test Android, iOS, and Fire OS apps on physical
phones, tablets, and other devices in the cloud.
|
| software.amazon.awssdk.services.devicefarm.paginators | |
| software.amazon.awssdk.services.devicefarm.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListSamplesResponse |
DeviceFarmClient.listSamples(Consumer<ListSamplesRequest.Builder> listSamplesRequest)
Gets information about samples, given an AWS Device Farm project ARN
|
default ListSamplesResponse |
DeviceFarmClient.listSamples(ListSamplesRequest listSamplesRequest)
Gets information about samples, given an AWS Device Farm project ARN
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSamplesResponse> |
DeviceFarmAsyncClient.listSamples(Consumer<ListSamplesRequest.Builder> listSamplesRequest)
Gets information about samples, given an AWS Device Farm project ARN
|
default CompletableFuture<ListSamplesResponse> |
DeviceFarmAsyncClient.listSamples(ListSamplesRequest listSamplesRequest)
Gets information about samples, given an AWS Device Farm project ARN
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSamplesResponse> |
ListSamplesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
ListSamplesIterable |
ListSamplesIterable.resume(ListSamplesResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
ListSamplesPublisher |
ListSamplesPublisher.resume(ListSamplesResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSamplesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSamplesResponse> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
ListSamplesResponse |
ListSamplesResponseUnmarshaller.unmarshall(software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.