| 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 CompletableFuture<ListDeviceInstancesResponse> |
DeviceFarmAsyncClient.listDeviceInstances(Consumer<ListDeviceInstancesRequest.Builder> listDeviceInstancesRequest)
Returns information about the private device instances associated with one or more AWS accounts.
|
default ListDeviceInstancesResponse |
DeviceFarmClient.listDeviceInstances(Consumer<ListDeviceInstancesRequest.Builder> listDeviceInstancesRequest)
Returns information about the private device instances associated with one or more AWS accounts.
|
| Modifier and Type | Method and Description |
|---|---|
static ListDeviceInstancesRequest.Builder |
ListDeviceInstancesRequest.builder() |
ListDeviceInstancesRequest.Builder |
ListDeviceInstancesRequest.Builder.maxResults(Integer maxResults)
An integer that specifies the maximum number of items you want to return in the API response.
|
ListDeviceInstancesRequest.Builder |
ListDeviceInstancesRequest.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.
|
ListDeviceInstancesRequest.Builder |
ListDeviceInstancesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDeviceInstancesRequest.Builder |
ListDeviceInstancesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDeviceInstancesRequest.Builder |
ListDeviceInstancesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDeviceInstancesRequest.Builder> |
ListDeviceInstancesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.