Uses of Class
software.amazon.awssdk.services.iotfleethub.model.ListApplicationsRequest
-
Packages that use ListApplicationsRequest 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 software.amazon.awssdk.services.iotfleethub.transform -
-
Uses of ListApplicationsRequest in software.amazon.awssdk.services.iotfleethub
Methods in software.amazon.awssdk.services.iotfleethub with parameters of type ListApplicationsRequest Modifier and Type Method Description default CompletableFuture<ListApplicationsResponse>IoTFleetHubAsyncClient. listApplications(ListApplicationsRequest listApplicationsRequest)Gets a list of Fleet Hub for AWS IoT Device Management web applications for the current account.default ListApplicationsResponseIoTFleetHubClient. listApplications(ListApplicationsRequest listApplicationsRequest)Gets a list of Fleet Hub for AWS IoT Device Management web applications for the current account.default ListApplicationsPublisherIoTFleetHubAsyncClient. listApplicationsPaginator(ListApplicationsRequest listApplicationsRequest)Gets a list of Fleet Hub for AWS IoT Device Management web applications for the current account.default ListApplicationsIterableIoTFleetHubClient. listApplicationsPaginator(ListApplicationsRequest listApplicationsRequest)Gets a list of Fleet Hub for AWS IoT Device Management web applications for the current account. -
Uses of ListApplicationsRequest in software.amazon.awssdk.services.iotfleethub.paginators
Constructors in software.amazon.awssdk.services.iotfleethub.paginators with parameters of type ListApplicationsRequest Constructor Description ListApplicationsIterable(IoTFleetHubClient client, ListApplicationsRequest firstRequest)ListApplicationsPublisher(IoTFleetHubAsyncClient client, ListApplicationsRequest firstRequest) -
Uses of ListApplicationsRequest in software.amazon.awssdk.services.iotfleethub.transform
Methods in software.amazon.awssdk.services.iotfleethub.transform with parameters of type ListApplicationsRequest Modifier and Type Method Description SdkHttpFullRequestListApplicationsRequestMarshaller. marshall(ListApplicationsRequest listApplicationsRequest)
-