| 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
phones.
|
| com.amazonaws.services.worklink.model |
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResult |
AmazonWorkLinkClient.listDevices(ListDevicesRequest request)
Retrieves a list of devices registered with the specified fleet.
|
ListDevicesResult |
AbstractAmazonWorkLink.listDevices(ListDevicesRequest request) |
ListDevicesResult |
AmazonWorkLink.listDevices(ListDevicesRequest listDevicesRequest)
Retrieves a list of devices registered with the specified fleet.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDevicesResult> |
AmazonWorkLinkAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest)
Retrieves a list of devices registered with the specified fleet.
|
Future<ListDevicesResult> |
AmazonWorkLinkAsyncClient.listDevicesAsync(ListDevicesRequest request) |
Future<ListDevicesResult> |
AbstractAmazonWorkLinkAsync.listDevicesAsync(ListDevicesRequest request) |
Future<ListDevicesResult> |
AmazonWorkLinkAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
Retrieves a list of devices registered with the specified fleet.
|
Future<ListDevicesResult> |
AmazonWorkLinkAsyncClient.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
Future<ListDevicesResult> |
AbstractAmazonWorkLinkAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDevicesResult> |
AmazonWorkLinkAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
Retrieves a list of devices registered with the specified fleet.
|
Future<ListDevicesResult> |
AmazonWorkLinkAsyncClient.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
Future<ListDevicesResult> |
AbstractAmazonWorkLinkAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
| 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 © 2019. All rights reserved.