| 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 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 |
|---|---|
void |
ListProjectsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListProjectsResponse> subscriber) |
Copyright © 2021. All rights reserved.