@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSIoTFleetHub
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSIoTFleetHub
instead.
With Fleet Hub for AWS IoT Device Management you can build stand-alone web applications for monitoring the health of your device fleets.
Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
CreateApplicationResult |
createApplication(CreateApplicationRequest createApplicationRequest)
Creates a Fleet Hub for AWS IoT Device Management web application.
|
DeleteApplicationResult |
deleteApplication(DeleteApplicationRequest deleteApplicationRequest)
Deletes a Fleet Hub for AWS IoT Device Management web application.
|
DescribeApplicationResult |
describeApplication(DescribeApplicationRequest describeApplicationRequest)
Gets information about a Fleet Hub for AWS IoT Device Management web application.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListApplicationsResult |
listApplications(ListApplicationsRequest listApplicationsRequest)
Gets a list of Fleet Hub for AWS IoT Device Management web applications for the current account.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags for the specified resource.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest tagResourceRequest)
Adds to or modifies the tags of the specified resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest untagResourceRequest)
Removes the specified tags (metadata) from the resource.
|
UpdateApplicationResult |
updateApplication(UpdateApplicationRequest updateApplicationRequest)
Updates information about a Fleet Hub for a AWS IoT Device Management web application.
|
static final String ENDPOINT_PREFIX
CreateApplicationResult createApplication(CreateApplicationRequest createApplicationRequest)
Creates a Fleet Hub for AWS IoT Device Management web application.
Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.
createApplicationRequest
- InvalidRequestException
- The request is not valid.InternalFailureException
- An unexpected error has occurred.ThrottlingException
- The rate exceeds the limit.LimitExceededException
- A limit has been exceeded.DeleteApplicationResult deleteApplication(DeleteApplicationRequest deleteApplicationRequest)
Deletes a Fleet Hub for AWS IoT Device Management web application.
Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.
deleteApplicationRequest
- InvalidRequestException
- The request is not valid.ResourceNotFoundException
- The specified resource does not exist.InternalFailureException
- An unexpected error has occurred.ThrottlingException
- The rate exceeds the limit.DescribeApplicationResult describeApplication(DescribeApplicationRequest describeApplicationRequest)
Gets information about a Fleet Hub for AWS IoT Device Management web application.
Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.
describeApplicationRequest
- InvalidRequestException
- The request is not valid.ResourceNotFoundException
- The specified resource does not exist.InternalFailureException
- An unexpected error has occurred.ThrottlingException
- The rate exceeds the limit.ListApplicationsResult listApplications(ListApplicationsRequest listApplicationsRequest)
Gets a list of Fleet Hub for AWS IoT Device Management web applications for the current account.
Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.
listApplicationsRequest
- InvalidRequestException
- The request is not valid.InternalFailureException
- An unexpected error has occurred.ThrottlingException
- The rate exceeds the limit.ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags for the specified resource.
Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.
listTagsForResourceRequest
- InternalFailureException
- An unexpected error has occurred.InvalidRequestException
- The request is not valid.ResourceNotFoundException
- The specified resource does not exist.TagResourceResult tagResource(TagResourceRequest tagResourceRequest)
Adds to or modifies the tags of the specified resource. Tags are metadata which can be used to manage a resource.
Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.
tagResourceRequest
- InternalFailureException
- An unexpected error has occurred.InvalidRequestException
- The request is not valid.ResourceNotFoundException
- The specified resource does not exist.UntagResourceResult untagResource(UntagResourceRequest untagResourceRequest)
Removes the specified tags (metadata) from the resource.
Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.
untagResourceRequest
- InternalFailureException
- An unexpected error has occurred.InvalidRequestException
- The request is not valid.ResourceNotFoundException
- The specified resource does not exist.UpdateApplicationResult updateApplication(UpdateApplicationRequest updateApplicationRequest)
Updates information about a Fleet Hub for a AWS IoT Device Management web application.
Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.
updateApplicationRequest
- InvalidRequestException
- The request is not valid.ResourceNotFoundException
- The specified resource does not exist.InternalFailureException
- An unexpected error has occurred.ConflictException
- The request conflicts with the current state of the resource.ThrottlingException
- The rate exceeds the limit.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request
- The originally executed request.