| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm |
Welcome to the AWS Device Farm API documentation, which contains APIs for:
|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
default ListDevicePoolsResponse |
DeviceFarmClient.listDevicePools(Consumer<ListDevicePoolsRequest.Builder> listDevicePoolsRequest)
Gets information about device pools.
|
default CompletableFuture<ListDevicePoolsResponse> |
DeviceFarmAsyncClient.listDevicePools(Consumer<ListDevicePoolsRequest.Builder> listDevicePoolsRequest)
Gets information about device pools.
|
default ListDevicePoolsIterable |
DeviceFarmClient.listDevicePoolsPaginator(Consumer<ListDevicePoolsRequest.Builder> listDevicePoolsRequest)
Gets information about device pools.
|
default ListDevicePoolsPublisher |
DeviceFarmAsyncClient.listDevicePoolsPaginator(Consumer<ListDevicePoolsRequest.Builder> listDevicePoolsRequest)
Gets information about device pools.
|
| Modifier and Type | Method and Description |
|---|---|
ListDevicePoolsRequest.Builder |
ListDevicePoolsRequest.Builder.arn(String arn)
The project ARN.
|
static ListDevicePoolsRequest.Builder |
ListDevicePoolsRequest.builder() |
ListDevicePoolsRequest.Builder |
ListDevicePoolsRequest.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.
|
ListDevicePoolsRequest.Builder |
ListDevicePoolsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDevicePoolsRequest.Builder |
ListDevicePoolsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDevicePoolsRequest.Builder |
ListDevicePoolsRequest.toBuilder() |
ListDevicePoolsRequest.Builder |
ListDevicePoolsRequest.Builder.type(DevicePoolType type)
The device pools' type.
|
ListDevicePoolsRequest.Builder |
ListDevicePoolsRequest.Builder.type(String type)
The device pools' type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDevicePoolsRequest.Builder> |
ListDevicePoolsRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.