| Package | Description |
|---|---|
| software.amazon.awssdk.services.worklink.model |
| Modifier and Type | Method and Description |
|---|---|
static ListDevicesResponse.Builder |
ListDevicesResponse.builder() |
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.devices(Collection<DeviceSummary> devices)
Information about the devices.
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.devices(Consumer<DeviceSummary.Builder>... devices)
Information about the devices.
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.devices(DeviceSummary... devices)
Information about the devices.
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
ListDevicesResponse.Builder |
ListDevicesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDevicesResponse.Builder> |
ListDevicesResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.