| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleethub |
With Fleet Hub for AWS IoT Device Management you can build stand-alone web applications for monitoring the health of
your device fleets.
|
| software.amazon.awssdk.services.iotfleethub.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListApplicationsResponse |
IoTFleetHubClient.listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)
Gets a list of Fleet Hub for AWS IoT Device Management web applications for the current account.
|
default ListApplicationsResponse |
IoTFleetHubClient.listApplications(ListApplicationsRequest listApplicationsRequest)
Gets a list of Fleet Hub for AWS IoT Device Management web applications for the current account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListApplicationsResponse> |
IoTFleetHubAsyncClient.listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)
Gets a list of Fleet Hub for AWS IoT Device Management web applications for the current account.
|
default CompletableFuture<ListApplicationsResponse> |
IoTFleetHubAsyncClient.listApplications(ListApplicationsRequest listApplicationsRequest)
Gets a list of Fleet Hub for AWS IoT Device Management web applications for the current account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListApplicationsResponse> |
ListApplicationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListApplicationsResponse> subscriber) |
Copyright © 2021. All rights reserved.