@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)
AWSIoTFleetHub
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 AWSIoTFleetHub
public DeleteApplicationResult deleteApplication(DeleteApplicationRequest request)
AWSIoTFleetHub
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 AWSIoTFleetHub
public DescribeApplicationResult describeApplication(DescribeApplicationRequest request)
AWSIoTFleetHub
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 AWSIoTFleetHub
public ListApplicationsResult listApplications(ListApplicationsRequest request)
AWSIoTFleetHub
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 AWSIoTFleetHub
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSIoTFleetHub
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 AWSIoTFleetHub
public TagResourceResult tagResource(TagResourceRequest request)
AWSIoTFleetHub
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 AWSIoTFleetHub
public UntagResourceResult untagResource(UntagResourceRequest request)
AWSIoTFleetHub
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 AWSIoTFleetHub
public UpdateApplicationResult updateApplication(UpdateApplicationRequest request)
AWSIoTFleetHub
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 AWSIoTFleetHub
public void shutdown()
AWSIoTFleetHub
shutdown
in interface AWSIoTFleetHub
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSIoTFleetHub
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.
getCachedResponseMetadata
in interface AWSIoTFleetHub
request
- The originally executed request.