| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.iotfleethub.model |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationResult |
AbstractAWSIoTFleetHub.createApplication(CreateApplicationRequest request) |
CreateApplicationResult |
AWSIoTFleetHubClient.createApplication(CreateApplicationRequest request)
Creates a Fleet Hub for AWS IoT Device Management web application.
|
CreateApplicationResult |
AWSIoTFleetHub.createApplication(CreateApplicationRequest createApplicationRequest)
Creates a Fleet Hub for AWS IoT Device Management web application.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateApplicationResult> |
AbstractAWSIoTFleetHubAsync.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
Future<CreateApplicationResult> |
AWSIoTFleetHubAsync.createApplicationAsync(CreateApplicationRequest createApplicationRequest,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
Creates a Fleet Hub for AWS IoT Device Management web application.
|
Future<CreateApplicationResult> |
AWSIoTFleetHubAsyncClient.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationResult |
CreateApplicationResult.clone() |
CreateApplicationResult |
CreateApplicationResult.withApplicationArn(String applicationArn)
The ARN of the web application.
|
CreateApplicationResult |
CreateApplicationResult.withApplicationId(String applicationId)
The unique Id of the web application.
|
Copyright © 2023. All rights reserved.