| 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.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListFleetsResponse |
WorkLinkClient.listFleets()
Retrieves a list of fleets for the current account and Region.
|
default ListFleetsResponse |
WorkLinkClient.listFleets(Consumer<ListFleetsRequest.Builder> listFleetsRequest)
Retrieves a list of fleets for the current account and Region.
|
default ListFleetsResponse |
WorkLinkClient.listFleets(ListFleetsRequest listFleetsRequest)
Retrieves a list of fleets for the current account and Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFleetsResponse> |
WorkLinkAsyncClient.listFleets()
Retrieves a list of fleets for the current account and Region.
|
default CompletableFuture<ListFleetsResponse> |
WorkLinkAsyncClient.listFleets(Consumer<ListFleetsRequest.Builder> listFleetsRequest)
Retrieves a list of fleets for the current account and Region.
|
default CompletableFuture<ListFleetsResponse> |
WorkLinkAsyncClient.listFleets(ListFleetsRequest listFleetsRequest)
Retrieves a list of fleets for the current account and Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListFleetsResponse> |
ListFleetsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFleetsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFleetsResponse> subscriber) |
Copyright © 2022. All rights reserved.