@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 IoT Device Management you can build stand-alone web applications for monitoring the health of your device fleets.
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 IoT Device Management web application.
|
DeleteApplicationResult |
deleteApplication(DeleteApplicationRequest deleteApplicationRequest)
Deletes a Fleet Hub for IoT Device Management web application.
|
DescribeApplicationResult |
describeApplication(DescribeApplicationRequest describeApplicationRequest)
Gets information about a Fleet Hub for 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 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 IoT Device Management web application.
|
static final String ENDPOINT_PREFIX
CreateApplicationResult createApplication(CreateApplicationRequest createApplicationRequest)
Creates a Fleet Hub for IoT Device Management web application.
When creating a Fleet Hub application, you must create an organization instance of IAM Identity Center if you don't already have one. The Fleet Hub application you create must also be in the same Amazon Web Services Region of the organization instance of IAM Identity Center. For more information see Enabling IAM Identity Center and Organization instances of IAM Identity Center.
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 IoT Device Management web application.
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 IoT Device Management web application.
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 IoT Device Management web applications for the current account.
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.
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.
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.
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 IoT Device Management web application.
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.