| Package | Description |
|---|---|
| com.amazonaws.services.worklink |
Amazon WorkLink is a cloud-based service that provides secure access to internal websites and web apps from iOS and
Android phones.
|
| com.amazonaws.services.worklink.model |
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResult |
AbstractAmazonWorkLink.listDevices(ListDevicesRequest request)
Deprecated.
|
ListDevicesResult |
AmazonWorkLinkClient.listDevices(ListDevicesRequest request)
Deprecated.
|
ListDevicesResult |
AmazonWorkLink.listDevices(ListDevicesRequest listDevicesRequest)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDevicesResult> |
AbstractAmazonWorkLinkAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
Deprecated.
|
Future<ListDevicesResult> |
AmazonWorkLinkAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
Deprecated.
|
Future<ListDevicesResult> |
AmazonWorkLinkAsyncClient.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResult |
ListDevicesResult.clone() |
ListDevicesResult |
ListDevicesResult.withDevices(Collection<DeviceSummary> devices)
Information about the devices.
|
ListDevicesResult |
ListDevicesResult.withDevices(DeviceSummary... devices)
Information about the devices.
|
ListDevicesResult |
ListDevicesResult.withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
Copyright © 2023. All rights reserved.