| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
static ListDeviceInstancesResponse.Builder |
ListDeviceInstancesResponse.builder() |
ListDeviceInstancesResponse.Builder |
ListDeviceInstancesResponse.Builder.deviceInstances(Collection<DeviceInstance> deviceInstances)
An object that contains information about your device instances.
|
ListDeviceInstancesResponse.Builder |
ListDeviceInstancesResponse.Builder.deviceInstances(Consumer<DeviceInstance.Builder>... deviceInstances)
An object that contains information about your device instances.
|
ListDeviceInstancesResponse.Builder |
ListDeviceInstancesResponse.Builder.deviceInstances(DeviceInstance... deviceInstances)
An object that contains information about your device instances.
|
ListDeviceInstancesResponse.Builder |
ListDeviceInstancesResponse.Builder.nextToken(String nextToken)
An identifier that can be used in the next call to this operation to return the next set of items in the
list.
|
ListDeviceInstancesResponse.Builder |
ListDeviceInstancesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDeviceInstancesResponse.Builder> |
ListDeviceInstancesResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.