| Package | Description |
|---|---|
| com.amazonaws.services.iotfleethub |
With Fleet Hub for 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 |
|---|---|
Future<CreateApplicationResult> |
AWSIoTFleetHubAsyncClient.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
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 IoT Device Management web application.
|
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest |
CreateApplicationRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateApplicationRequest |
CreateApplicationRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateApplicationRequest |
CreateApplicationRequest.clone() |
CreateApplicationRequest |
CreateApplicationRequest.withApplicationDescription(String applicationDescription)
An optional description of the web application.
|
CreateApplicationRequest |
CreateApplicationRequest.withApplicationName(String applicationName)
The name of the web application.
|
CreateApplicationRequest |
CreateApplicationRequest.withClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
CreateApplicationRequest |
CreateApplicationRequest.withRoleArn(String roleArn)
The ARN of the role that the web application assumes when it interacts with Amazon Web Services IoT Core.
|
CreateApplicationRequest |
CreateApplicationRequest.withTags(Map<String,String> tags)
A set of key/value pairs that you can use to manage the web application resource.
|
Copyright © 2024. All rights reserved.