| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default ListDevicesResponse |
DeviceFarmClient.listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)
Gets information about unique device types.
|
default CompletableFuture<ListDevicesResponse> |
DeviceFarmAsyncClient.listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)
Gets information about unique device types.
|
default ListDevicesIterable |
DeviceFarmClient.listDevicesPaginator(Consumer<ListDevicesRequest.Builder> listDevicesRequest)
Gets information about unique device types.
|
default ListDevicesPublisher |
DeviceFarmAsyncClient.listDevicesPaginator(Consumer<ListDevicesRequest.Builder> listDevicesRequest)
Gets information about unique device types.
|
| Modifier and Type | Method and Description |
|---|---|
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the project.
|
static ListDevicesRequest.Builder |
ListDevicesRequest.builder() |
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDevicesRequest.Builder |
ListDevicesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDevicesRequest.Builder> |
ListDevicesRequest.serializableBuilderClass() |
Copyright © 2018. All rights reserved.