| 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 ListProjectsResponse |
DeviceFarmClient.listProjects()
Gets information about projects.
|
default ListProjectsResponse |
DeviceFarmClient.listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Gets information about projects.
|
default ListProjectsResponse |
DeviceFarmClient.listProjects(ListProjectsRequest listProjectsRequest)
Gets information about projects.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListProjectsResponse> |
DeviceFarmAsyncClient.listProjects()
Gets information about projects.
|
default CompletableFuture<ListProjectsResponse> |
DeviceFarmAsyncClient.listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Gets information about projects.
|
default CompletableFuture<ListProjectsResponse> |
DeviceFarmAsyncClient.listProjects(ListProjectsRequest listProjectsRequest)
Gets information about projects.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListProjectsResponse> |
ListProjectsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
ListProjectsPublisher |
ListProjectsPublisher.resume(ListProjectsResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
ListProjectsIterable |
ListProjectsIterable.resume(ListProjectsResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProjectsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListProjectsResponse> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
ListProjectsResponse |
ListProjectsResponseUnmarshaller.unmarshall(software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.