JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
com.amazonaws.services.iotfleethub

Interface AWSIoTFleetHubAsync

  • All Superinterfaces:
    AWSIoTFleetHub
    All Known Implementing Classes:
    AbstractAWSIoTFleetHubAsync, AWSIoTFleetHubAsyncClient


    @Generated(value="com.amazonaws:aws-java-sdk-code-generator")
    public interface AWSIoTFleetHubAsync
    extends AWSIoTFleetHub 
    Interface for accessing AWS IoT Fleet Hub asynchronously. Each asynchronous method will return a Java Future object representing the asynchronous operation; overloads which accept an AsyncHandler can be used to receive notification when an asynchronous operation completes.

    Note: Do not directly implement this interface, new methods are added to it regularly. Extend from AbstractAWSIoTFleetHubAsync instead.

    With Fleet Hub for IoT Device Management you can build stand-alone web applications for monitoring the health of your device fleets.

    • Method Detail

      • createApplicationAsync

        Future<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest createApplicationRequest)

        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.

        Parameters:
        createApplicationRequest -
        Returns:
        A Java Future containing the result of the CreateApplication operation returned by the service.
        See Also:
        AWS API Documentation
      • createApplicationAsync

        Future<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest createApplicationRequest,
         AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)

        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.

        Parameters:
        createApplicationRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the CreateApplication operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteApplicationAsync

        Future<DeleteApplicationResult> deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest,
         AsyncHandler<DeleteApplicationRequest,DeleteApplicationResult> asyncHandler)

        Deletes a Fleet Hub for IoT Device Management web application.

        Parameters:
        deleteApplicationRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the DeleteApplication operation returned by the service.
        See Also:
        AWS API Documentation
      • describeApplicationAsync

        Future<DescribeApplicationResult> describeApplicationAsync(DescribeApplicationRequest describeApplicationRequest)

        Gets information about a Fleet Hub for IoT Device Management web application.

        Parameters:
        describeApplicationRequest -
        Returns:
        A Java Future containing the result of the DescribeApplication operation returned by the service.
        See Also:
        AWS API Documentation
      • describeApplicationAsync

        Future<DescribeApplicationResult> describeApplicationAsync(DescribeApplicationRequest describeApplicationRequest,
         AsyncHandler<DescribeApplicationRequest,DescribeApplicationResult> asyncHandler)

        Gets information about a Fleet Hub for IoT Device Management web application.

        Parameters:
        describeApplicationRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the DescribeApplication operation returned by the service.
        See Also:
        AWS API Documentation
      • listApplicationsAsync

        Future<ListApplicationsResult> listApplicationsAsync(ListApplicationsRequest listApplicationsRequest)

        Gets a list of Fleet Hub for IoT Device Management web applications for the current account.

        Parameters:
        listApplicationsRequest -
        Returns:
        A Java Future containing the result of the ListApplications operation returned by the service.
        See Also:
        AWS API Documentation
      • listApplicationsAsync

        Future<ListApplicationsResult> listApplicationsAsync(ListApplicationsRequest listApplicationsRequest,
         AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler)

        Gets a list of Fleet Hub for IoT Device Management web applications for the current account.

        Parameters:
        listApplicationsRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the ListApplications operation returned by the service.
        See Also:
        AWS API Documentation
      • tagResourceAsync

        Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)

        Adds to or modifies the tags of the specified resource. Tags are metadata which can be used to manage a resource.

        Parameters:
        tagResourceRequest -
        Returns:
        A Java Future containing the result of the TagResource operation returned by the service.
        See Also:
        AWS API Documentation
      • tagResourceAsync

        Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest,
         AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)

        Adds to or modifies the tags of the specified resource. Tags are metadata which can be used to manage a resource.

        Parameters:
        tagResourceRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the TagResource operation returned by the service.
        See Also:
        AWS API Documentation
      • untagResourceAsync

        Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)

        Removes the specified tags (metadata) from the resource.

        Parameters:
        untagResourceRequest -
        Returns:
        A Java Future containing the result of the UntagResource operation returned by the service.
        See Also:
        AWS API Documentation
      • untagResourceAsync

        Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest,
         AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)

        Removes the specified tags (metadata) from the resource.

        Parameters:
        untagResourceRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the UntagResource operation returned by the service.
        See Also:
        AWS API Documentation
      • updateApplicationAsync

        Future<UpdateApplicationResult> updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest)

        Updates information about a Fleet Hub for IoT Device Management web application.

        Parameters:
        updateApplicationRequest -
        Returns:
        A Java Future containing the result of the UpdateApplication operation returned by the service.
        See Also:
        AWS API Documentation
      • updateApplicationAsync

        Future<UpdateApplicationResult> updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest,
         AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)

        Updates information about a Fleet Hub for IoT Device Management web application.

        Parameters:
        updateApplicationRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the UpdateApplication operation returned by the service.
        See Also:
        AWS API Documentation
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

AltStyle によって変換されたページ (->オリジナル) /