@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSIoTFleetHubClient extends AmazonWebServiceClient implements AWSIoTFleetHub
With Fleet Hub for IoT Device Management you can build stand-alone web applications for monitoring the health of your device fleets.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
static AWSIoTFleetHubClientBuilder |
builder() |
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.
|
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
public static AWSIoTFleetHubClientBuilder builder()
public CreateApplicationResult createApplication(CreateApplicationRequest request)
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
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.public DeleteApplicationResult deleteApplication(DeleteApplicationRequest request)
Deletes a Fleet Hub for IoT Device Management web application.
deleteApplication
in interface AWSIoTFleetHub
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.public DescribeApplicationResult describeApplication(DescribeApplicationRequest request)
Gets information about a Fleet Hub for IoT Device Management web application.
describeApplication
in interface AWSIoTFleetHub
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.public ListApplicationsResult listApplications(ListApplicationsRequest request)
Gets a list of Fleet Hub for IoT Device Management web applications for the current account.
listApplications
in interface AWSIoTFleetHub
listApplicationsRequest
- 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.
listTagsForResource
in interface AWSIoTFleetHub
listTagsForResourceRequest
- 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.
tagResource
in interface AWSIoTFleetHub
tagResourceRequest
- 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.
untagResource
in interface AWSIoTFleetHub
untagResourceRequest
- 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 IoT Device Management web application.
updateApplication
in interface AWSIoTFleetHub
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.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 AWSIoTFleetHub
request
- The originally executed requestpublic void shutdown()
AmazonWebServiceClient
shutdown
in interface AWSIoTFleetHub
shutdown
in class AmazonWebServiceClient