| 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 |
AmazonWorkLinkClient.listDevices(ListDevicesRequest request)
Retrieves a list of devices registered with the specified fleet.
|
ListDevicesResult |
AmazonWorkLink.listDevices(ListDevicesRequest listDevicesRequest)
Retrieves a list of devices registered with the specified fleet.
|
ListDevicesResult |
AbstractAmazonWorkLink.listDevices(ListDevicesRequest request) |
Future<ListDevicesResult> |
AmazonWorkLinkAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest)
Retrieves a list of devices registered with the specified fleet.
|
Future<ListDevicesResult> |
AbstractAmazonWorkLinkAsync.listDevicesAsync(ListDevicesRequest request) |
Future<ListDevicesResult> |
AmazonWorkLinkAsyncClient.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> |
AbstractAmazonWorkLinkAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
Future<ListDevicesResult> |
AmazonWorkLinkAsyncClient.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> |
AbstractAmazonWorkLinkAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
Future<ListDevicesResult> |
AmazonWorkLinkAsyncClient.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDevicesRequest |
ListDevicesRequest.clone() |
ListDevicesRequest |
ListDevicesRequest.withFleetArn(String fleetArn)
The ARN of the fleet.
|
ListDevicesRequest |
ListDevicesRequest.withMaxResults(Integer maxResults)
The maximum number of results to be included in the next page.
|
ListDevicesRequest |
ListDevicesRequest.withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
Copyright © 2021. All rights reserved.