| Package | Description |
|---|---|
| software.amazon.awssdk.services.worklink |
Amazon WorkLink is a cloud-based service that provides secure access to internal websites and web apps from iOS and
Android phones.
|
| software.amazon.awssdk.services.worklink.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDevicesResponse> |
WorkLinkAsyncClient.listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)
Retrieves a list of devices registered with the specified fleet.
|
default ListDevicesResponse |
WorkLinkClient.listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)
Retrieves a list of devices registered with the specified fleet.
|
default ListDevicesPublisher |
WorkLinkAsyncClient.listDevicesPaginator(Consumer<ListDevicesRequest.Builder> listDevicesRequest)
Retrieves a list of devices registered with the specified fleet.
|
default ListDevicesIterable |
WorkLinkClient.listDevicesPaginator(Consumer<ListDevicesRequest.Builder> listDevicesRequest)
Retrieves a list of devices registered with the specified fleet.
|
| Modifier and Type | Method and Description |
|---|---|
static ListDevicesRequest.Builder |
ListDevicesRequest.builder() |
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.fleetArn(String fleetArn)
The ARN of the fleet.
|
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to be included in the next page.
|
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDevicesRequest.Builder |
ListDevicesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDevicesRequest.Builder> |
ListDevicesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.