@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSIoTFleetHubClient extends AmazonWebServiceClient implements AWSIoTFleetHub
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.
LOGGING_AWS_REQUEST_METRICENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
static AWSIoTFleetHubClientBuilder |
builder() |
CreateApplicationResult |
createApplication(CreateApplicationRequest request)
Creates a Fleet Hub for AWS IoT Device Management web application.
|
DeleteApplicationResult |
deleteApplication(DeleteApplicationRequest request)
Deletes a Fleet Hub for AWS IoT Device Management web application.
|
DescribeApplicationResult |
describeApplication(DescribeApplicationRequest request)
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 request)
Gets a list of Fleet Hub for AWS IoT Device Management web applications for the current account.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
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 request)
Adds to or modifies the tags of the specified resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes the specified tags (metadata) from the resource.
|
UpdateApplicationResult |
updateApplication(UpdateApplicationRequest request)
Updates information about a Fleet Hub for a AWS IoT Device Management web application.
|
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffsetpublic static AWSIoTFleetHubClientBuilder builder()
public CreateApplicationResult createApplication(CreateApplicationRequest request)
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.
createApplication in interface AWSIoTFleetHubcreateApplicationRequest - InvalidRequestException - The request is not valid.InternalFailureException - An unexpected error has occurred.ThrottlingException - The rate exceeds the limit.LimitExceededException - A limit has been exceeded.public DeleteApplicationResult deleteApplication(DeleteApplicationRequest request)
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.
deleteApplication in interface AWSIoTFleetHubdeleteApplicationRequest - 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.public DescribeApplicationResult describeApplication(DescribeApplicationRequest request)
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.
describeApplication in interface AWSIoTFleetHubdescribeApplicationRequest - 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.public ListApplicationsResult listApplications(ListApplicationsRequest request)
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.
listApplications in interface AWSIoTFleetHublistApplicationsRequest - InvalidRequestException - The request is not valid.InternalFailureException - An unexpected error has occurred.ThrottlingException - The rate exceeds the limit.public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
Lists the tags for the specified resource.
Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.
listTagsForResource in interface AWSIoTFleetHublistTagsForResourceRequest - InternalFailureException - An unexpected error has occurred.InvalidRequestException - The request is not valid.ResourceNotFoundException - The specified resource does not exist.public TagResourceResult tagResource(TagResourceRequest request)
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.
tagResource in interface AWSIoTFleetHubtagResourceRequest - InternalFailureException - An unexpected error has occurred.InvalidRequestException - The request is not valid.ResourceNotFoundException - The specified resource does not exist.public UntagResourceResult untagResource(UntagResourceRequest request)
Removes the specified tags (metadata) from the resource.
Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.
untagResource in interface AWSIoTFleetHubuntagResourceRequest - InternalFailureException - An unexpected error has occurred.InvalidRequestException - The request is not valid.ResourceNotFoundException - The specified resource does not exist.public UpdateApplicationResult updateApplication(UpdateApplicationRequest request)
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.
updateApplication in interface AWSIoTFleetHubupdateApplicationRequest - 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.public 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 the request.
getCachedResponseMetadata in interface AWSIoTFleetHubrequest - The originally executed requestpublic void shutdown()
AmazonWebServiceClientshutdown in interface AWSIoTFleetHubshutdown in class AmazonWebServiceClient