@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSIoTFleetHub extends Object implements AWSIoTFleetHub
AWSIoTFleetHub. Convenient method forms pass through to the corresponding overload
that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
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.
|
public CreateApplicationResult createApplication(CreateApplicationRequest request)
AWSIoTFleetHubCreates 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 AWSIoTFleetHubpublic DeleteApplicationResult deleteApplication(DeleteApplicationRequest request)
AWSIoTFleetHubDeletes 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 AWSIoTFleetHubpublic DescribeApplicationResult describeApplication(DescribeApplicationRequest request)
AWSIoTFleetHubGets 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 AWSIoTFleetHubpublic ListApplicationsResult listApplications(ListApplicationsRequest request)
AWSIoTFleetHubGets 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 AWSIoTFleetHubpublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSIoTFleetHubLists 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 AWSIoTFleetHubpublic TagResourceResult tagResource(TagResourceRequest request)
AWSIoTFleetHubAdds 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 AWSIoTFleetHubpublic UntagResourceResult untagResource(UntagResourceRequest request)
AWSIoTFleetHubRemoves 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 AWSIoTFleetHubpublic UpdateApplicationResult updateApplication(UpdateApplicationRequest request)
AWSIoTFleetHubUpdates 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 AWSIoTFleetHubpublic void shutdown()
AWSIoTFleetHubshutdown in interface AWSIoTFleetHubpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSIoTFleetHubResponse 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.
getCachedResponseMetadata in interface AWSIoTFleetHubrequest - The originally executed request.