| 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 ListArtifactsResponse |
DeviceFarmClient.listArtifacts(Consumer<ListArtifactsRequest.Builder> listArtifactsRequest)
Gets information about artifacts.
|
default ListArtifactsResponse |
DeviceFarmClient.listArtifacts(ListArtifactsRequest listArtifactsRequest)
Gets information about artifacts.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListArtifactsResponse> |
DeviceFarmAsyncClient.listArtifacts(Consumer<ListArtifactsRequest.Builder> listArtifactsRequest)
Gets information about artifacts.
|
default CompletableFuture<ListArtifactsResponse> |
DeviceFarmAsyncClient.listArtifacts(ListArtifactsRequest listArtifactsRequest)
Gets information about artifacts.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListArtifactsResponse> |
ListArtifactsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
ListArtifactsIterable |
ListArtifactsIterable.resume(ListArtifactsResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
ListArtifactsPublisher |
ListArtifactsPublisher.resume(ListArtifactsResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListArtifactsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListArtifactsResponse> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
ListArtifactsResponse |
ListArtifactsResponseUnmarshaller.unmarshall(software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.