@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 IoT Device Management web application.
|
DeleteApplicationResult |
deleteApplication(DeleteApplicationRequest request)
Deletes a Fleet Hub for IoT Device Management web application.
|
DescribeApplicationResult |
describeApplication(DescribeApplicationRequest request)
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 request)
Gets a list of Fleet Hub for 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 IoT Device Management web application.
|
public CreateApplicationResult createApplication(CreateApplicationRequest request)
AWSIoTFleetHub
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.
createApplication
in interface AWSIoTFleetHub
public DeleteApplicationResult deleteApplication(DeleteApplicationRequest request)
AWSIoTFleetHub
Deletes a Fleet Hub for IoT Device Management web application.
deleteApplication
in interface AWSIoTFleetHub
public DescribeApplicationResult describeApplication(DescribeApplicationRequest request)
AWSIoTFleetHub
Gets information about a Fleet Hub for IoT Device Management web application.
describeApplication
in interface AWSIoTFleetHub
public ListApplicationsResult listApplications(ListApplicationsRequest request)
AWSIoTFleetHub
Gets a list of Fleet Hub for IoT Device Management web applications for the current account.
listApplications
in interface AWSIoTFleetHub
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSIoTFleetHub
Lists the tags for the specified resource.
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.
tagResource
in interface AWSIoTFleetHub
public UntagResourceResult untagResource(UntagResourceRequest request)
AWSIoTFleetHub
Removes the specified tags (metadata) from the resource.
untagResource
in interface AWSIoTFleetHub
public UpdateApplicationResult updateApplication(UpdateApplicationRequest request)
AWSIoTFleetHub
Updates information about a Fleet Hub for IoT Device Management web application.
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.