JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

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.iotthingsgraph

Interface AWSIoTThingsGraphAsync

  • All Superinterfaces:
    AWSIoTThingsGraph
    All Known Implementing Classes:
    AbstractAWSIoTThingsGraphAsync, AWSIoTThingsGraphAsyncClient


    @Generated(value="com.amazonaws:aws-java-sdk-code-generator")
    public interface AWSIoTThingsGraphAsync
    extends AWSIoTThingsGraph 
    Interface for accessing AWS IoT Things Graph 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 AbstractAWSIoTThingsGraphAsync instead.

    AWS IoT Things Graph

    AWS IoT Things Graph provides an integrated set of tools that enable developers to connect devices and services that use different standards, such as units of measure and communication protocols. AWS IoT Things Graph makes it possible to build IoT applications with little to no code by connecting devices and services and defining how they interact at an abstract level.

    For more information about how AWS IoT Things Graph works, see the User Guide.

    The AWS IoT Things Graph service is discontinued.

    • Method Detail

      • associateEntityToThingAsync

        @Deprecated
        Future<AssociateEntityToThingResult> associateEntityToThingAsync(AssociateEntityToThingRequest associateEntityToThingRequest)
        Deprecated.

        Associates a device with a concrete thing that is in the user's registry.

        A thing can be associated with only one device at a time. If you associate a thing with a new device id, its previous association will be removed.

        Parameters:
        associateEntityToThingRequest -
        Returns:
        A Java Future containing the result of the AssociateEntityToThing operation returned by the service.
        See Also:
        AWS API Documentation
      • associateEntityToThingAsync

        @Deprecated
        Future<AssociateEntityToThingResult> associateEntityToThingAsync(AssociateEntityToThingRequest associateEntityToThingRequest,
         AsyncHandler<AssociateEntityToThingRequest,AssociateEntityToThingResult> asyncHandler)
        Deprecated.

        Associates a device with a concrete thing that is in the user's registry.

        A thing can be associated with only one device at a time. If you associate a thing with a new device id, its previous association will be removed.

        Parameters:
        associateEntityToThingRequest -
        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 AssociateEntityToThing operation returned by the service.
        See Also:
        AWS API Documentation
      • createFlowTemplateAsync

        @Deprecated
        Future<CreateFlowTemplateResult> createFlowTemplateAsync(CreateFlowTemplateRequest createFlowTemplateRequest)
        Deprecated.

        Creates a workflow template. Workflows can be created only in the user's namespace. (The public namespace contains only entities.) The workflow can contain only entities in the specified namespace. The workflow is validated against the entities in the latest version of the user's namespace unless another namespace version is specified in the request.

        Parameters:
        createFlowTemplateRequest -
        Returns:
        A Java Future containing the result of the CreateFlowTemplate operation returned by the service.
        See Also:
        AWS API Documentation
      • createFlowTemplateAsync

        @Deprecated
        Future<CreateFlowTemplateResult> createFlowTemplateAsync(CreateFlowTemplateRequest createFlowTemplateRequest,
         AsyncHandler<CreateFlowTemplateRequest,CreateFlowTemplateResult> asyncHandler)
        Deprecated.

        Creates a workflow template. Workflows can be created only in the user's namespace. (The public namespace contains only entities.) The workflow can contain only entities in the specified namespace. The workflow is validated against the entities in the latest version of the user's namespace unless another namespace version is specified in the request.

        Parameters:
        createFlowTemplateRequest -
        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 CreateFlowTemplate operation returned by the service.
        See Also:
        AWS API Documentation
      • createSystemInstanceAsync

        @Deprecated
        Future<CreateSystemInstanceResult> createSystemInstanceAsync(CreateSystemInstanceRequest createSystemInstanceRequest)
        Deprecated.

        Creates a system instance.

        This action validates the system instance, prepares the deployment-related resources. For Greengrass deployments, it updates the Greengrass group that is specified by the greengrassGroupName parameter. It also adds a file to the S3 bucket specified by the s3BucketName parameter. You need to call DeploySystemInstance after running this action.

        For Greengrass deployments, since this action modifies and adds resources to a Greengrass group and an S3 bucket on the caller's behalf, the calling identity must have write permissions to both the specified Greengrass group and S3 bucket. Otherwise, the call will fail with an authorization error.

        For cloud deployments, this action requires a flowActionsRoleArn value. This is an IAM role that has permissions to access AWS services, such as AWS Lambda and AWS IoT, that the flow uses when it executes.

        If the definition document doesn't specify a version of the user's namespace, the latest version will be used by default.

        Parameters:
        createSystemInstanceRequest -
        Returns:
        A Java Future containing the result of the CreateSystemInstance operation returned by the service.
        See Also:
        AWS API Documentation
      • createSystemInstanceAsync

        @Deprecated
        Future<CreateSystemInstanceResult> createSystemInstanceAsync(CreateSystemInstanceRequest createSystemInstanceRequest,
         AsyncHandler<CreateSystemInstanceRequest,CreateSystemInstanceResult> asyncHandler)
        Deprecated.

        Creates a system instance.

        This action validates the system instance, prepares the deployment-related resources. For Greengrass deployments, it updates the Greengrass group that is specified by the greengrassGroupName parameter. It also adds a file to the S3 bucket specified by the s3BucketName parameter. You need to call DeploySystemInstance after running this action.

        For Greengrass deployments, since this action modifies and adds resources to a Greengrass group and an S3 bucket on the caller's behalf, the calling identity must have write permissions to both the specified Greengrass group and S3 bucket. Otherwise, the call will fail with an authorization error.

        For cloud deployments, this action requires a flowActionsRoleArn value. This is an IAM role that has permissions to access AWS services, such as AWS Lambda and AWS IoT, that the flow uses when it executes.

        If the definition document doesn't specify a version of the user's namespace, the latest version will be used by default.

        Parameters:
        createSystemInstanceRequest -
        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 CreateSystemInstance operation returned by the service.
        See Also:
        AWS API Documentation
      • createSystemTemplateAsync

        @Deprecated
        Future<CreateSystemTemplateResult> createSystemTemplateAsync(CreateSystemTemplateRequest createSystemTemplateRequest)
        Deprecated.

        Creates a system. The system is validated against the entities in the latest version of the user's namespace unless another namespace version is specified in the request.

        Parameters:
        createSystemTemplateRequest -
        Returns:
        A Java Future containing the result of the CreateSystemTemplate operation returned by the service.
        See Also:
        AWS API Documentation
      • createSystemTemplateAsync

        @Deprecated
        Future<CreateSystemTemplateResult> createSystemTemplateAsync(CreateSystemTemplateRequest createSystemTemplateRequest,
         AsyncHandler<CreateSystemTemplateRequest,CreateSystemTemplateResult> asyncHandler)
        Deprecated.

        Creates a system. The system is validated against the entities in the latest version of the user's namespace unless another namespace version is specified in the request.

        Parameters:
        createSystemTemplateRequest -
        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 CreateSystemTemplate operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteFlowTemplateAsync

        @Deprecated
        Future<DeleteFlowTemplateResult> deleteFlowTemplateAsync(DeleteFlowTemplateRequest deleteFlowTemplateRequest)
        Deprecated.

        Deletes a workflow. Any new system or deployment that contains this workflow will fail to update or deploy. Existing deployments that contain the workflow will continue to run (since they use a snapshot of the workflow taken at the time of deployment).

        Parameters:
        deleteFlowTemplateRequest -
        Returns:
        A Java Future containing the result of the DeleteFlowTemplate operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteFlowTemplateAsync

        @Deprecated
        Future<DeleteFlowTemplateResult> deleteFlowTemplateAsync(DeleteFlowTemplateRequest deleteFlowTemplateRequest,
         AsyncHandler<DeleteFlowTemplateRequest,DeleteFlowTemplateResult> asyncHandler)
        Deprecated.

        Deletes a workflow. Any new system or deployment that contains this workflow will fail to update or deploy. Existing deployments that contain the workflow will continue to run (since they use a snapshot of the workflow taken at the time of deployment).

        Parameters:
        deleteFlowTemplateRequest -
        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 DeleteFlowTemplate operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteNamespaceAsync

        @Deprecated
        Future<DeleteNamespaceResult> deleteNamespaceAsync(DeleteNamespaceRequest deleteNamespaceRequest)
        Deprecated.

        Deletes the specified namespace. This action deletes all of the entities in the namespace. Delete the systems and flows that use entities in the namespace before performing this action. This action takes no request parameters.

        Parameters:
        deleteNamespaceRequest -
        Returns:
        A Java Future containing the result of the DeleteNamespace operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteNamespaceAsync

        @Deprecated
        Future<DeleteNamespaceResult> deleteNamespaceAsync(DeleteNamespaceRequest deleteNamespaceRequest,
         AsyncHandler<DeleteNamespaceRequest,DeleteNamespaceResult> asyncHandler)
        Deprecated.

        Deletes the specified namespace. This action deletes all of the entities in the namespace. Delete the systems and flows that use entities in the namespace before performing this action. This action takes no request parameters.

        Parameters:
        deleteNamespaceRequest -
        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 DeleteNamespace operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteSystemInstanceAsync

        @Deprecated
        Future<DeleteSystemInstanceResult> deleteSystemInstanceAsync(DeleteSystemInstanceRequest deleteSystemInstanceRequest)
        Deprecated.

        Deletes a system instance. Only system instances that have never been deployed, or that have been undeployed can be deleted.

        Users can create a new system instance that has the same ID as a deleted system instance.

        Parameters:
        deleteSystemInstanceRequest -
        Returns:
        A Java Future containing the result of the DeleteSystemInstance operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteSystemInstanceAsync

        @Deprecated
        Future<DeleteSystemInstanceResult> deleteSystemInstanceAsync(DeleteSystemInstanceRequest deleteSystemInstanceRequest,
         AsyncHandler<DeleteSystemInstanceRequest,DeleteSystemInstanceResult> asyncHandler)
        Deprecated.

        Deletes a system instance. Only system instances that have never been deployed, or that have been undeployed can be deleted.

        Users can create a new system instance that has the same ID as a deleted system instance.

        Parameters:
        deleteSystemInstanceRequest -
        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 DeleteSystemInstance operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteSystemTemplateAsync

        @Deprecated
        Future<DeleteSystemTemplateResult> deleteSystemTemplateAsync(DeleteSystemTemplateRequest deleteSystemTemplateRequest)
        Deprecated.

        Deletes a system. New deployments can't contain the system after its deletion. Existing deployments that contain the system will continue to work because they use a snapshot of the system that is taken when it is deployed.

        Parameters:
        deleteSystemTemplateRequest -
        Returns:
        A Java Future containing the result of the DeleteSystemTemplate operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteSystemTemplateAsync

        @Deprecated
        Future<DeleteSystemTemplateResult> deleteSystemTemplateAsync(DeleteSystemTemplateRequest deleteSystemTemplateRequest,
         AsyncHandler<DeleteSystemTemplateRequest,DeleteSystemTemplateResult> asyncHandler)
        Deprecated.

        Deletes a system. New deployments can't contain the system after its deletion. Existing deployments that contain the system will continue to work because they use a snapshot of the system that is taken when it is deployed.

        Parameters:
        deleteSystemTemplateRequest -
        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 DeleteSystemTemplate operation returned by the service.
        See Also:
        AWS API Documentation
      • deploySystemInstanceAsync

        @Deprecated
        Future<DeploySystemInstanceResult> deploySystemInstanceAsync(DeploySystemInstanceRequest deploySystemInstanceRequest)
        Deprecated.

        Greengrass and Cloud Deployments

        Deploys the system instance to the target specified in CreateSystemInstance.

        Greengrass Deployments

        If the system or any workflows and entities have been updated before this action is called, then the deployment will create a new Amazon Simple Storage Service resource file and then deploy it.

        Since this action creates a Greengrass deployment on the caller's behalf, the calling identity must have write permissions to the specified Greengrass group. Otherwise, the call will fail with an authorization error.

        For information about the artifacts that get added to your Greengrass core device when you use this API, see AWS IoT Things Graph and AWS IoT Greengrass.

        Parameters:
        deploySystemInstanceRequest -
        Returns:
        A Java Future containing the result of the DeploySystemInstance operation returned by the service.
        See Also:
        AWS API Documentation
      • deploySystemInstanceAsync

        @Deprecated
        Future<DeploySystemInstanceResult> deploySystemInstanceAsync(DeploySystemInstanceRequest deploySystemInstanceRequest,
         AsyncHandler<DeploySystemInstanceRequest,DeploySystemInstanceResult> asyncHandler)
        Deprecated.

        Greengrass and Cloud Deployments

        Deploys the system instance to the target specified in CreateSystemInstance.

        Greengrass Deployments

        If the system or any workflows and entities have been updated before this action is called, then the deployment will create a new Amazon Simple Storage Service resource file and then deploy it.

        Since this action creates a Greengrass deployment on the caller's behalf, the calling identity must have write permissions to the specified Greengrass group. Otherwise, the call will fail with an authorization error.

        For information about the artifacts that get added to your Greengrass core device when you use this API, see AWS IoT Things Graph and AWS IoT Greengrass.

        Parameters:
        deploySystemInstanceRequest -
        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 DeploySystemInstance operation returned by the service.
        See Also:
        AWS API Documentation
      • deprecateFlowTemplateAsync

        @Deprecated
        Future<DeprecateFlowTemplateResult> deprecateFlowTemplateAsync(DeprecateFlowTemplateRequest deprecateFlowTemplateRequest)
        Deprecated.

        Deprecates the specified workflow. This action marks the workflow for deletion. Deprecated flows can't be deployed, but existing deployments will continue to run.

        Parameters:
        deprecateFlowTemplateRequest -
        Returns:
        A Java Future containing the result of the DeprecateFlowTemplate operation returned by the service.
        See Also:
        AWS API Documentation
      • deprecateFlowTemplateAsync

        @Deprecated
        Future<DeprecateFlowTemplateResult> deprecateFlowTemplateAsync(DeprecateFlowTemplateRequest deprecateFlowTemplateRequest,
         AsyncHandler<DeprecateFlowTemplateRequest,DeprecateFlowTemplateResult> asyncHandler)
        Deprecated.

        Deprecates the specified workflow. This action marks the workflow for deletion. Deprecated flows can't be deployed, but existing deployments will continue to run.

        Parameters:
        deprecateFlowTemplateRequest -
        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 DeprecateFlowTemplate operation returned by the service.
        See Also:
        AWS API Documentation
      • describeNamespaceAsync

        @Deprecated
        Future<DescribeNamespaceResult> describeNamespaceAsync(DescribeNamespaceRequest describeNamespaceRequest,
         AsyncHandler<DescribeNamespaceRequest,DescribeNamespaceResult> asyncHandler)
        Deprecated.

        Gets the latest version of the user's namespace and the public version that it is tracking.

        Parameters:
        describeNamespaceRequest -
        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 DescribeNamespace operation returned by the service.
        See Also:
        AWS API Documentation
      • dissociateEntityFromThingAsync

        @Deprecated
        Future<DissociateEntityFromThingResult> dissociateEntityFromThingAsync(DissociateEntityFromThingRequest dissociateEntityFromThingRequest)
        Deprecated.

        Dissociates a device entity from a concrete thing. The action takes only the type of the entity that you need to dissociate because only one entity of a particular type can be associated with a thing.

        Parameters:
        dissociateEntityFromThingRequest -
        Returns:
        A Java Future containing the result of the DissociateEntityFromThing operation returned by the service.
        See Also:
        AWS API Documentation
      • dissociateEntityFromThingAsync

        @Deprecated
        Future<DissociateEntityFromThingResult> dissociateEntityFromThingAsync(DissociateEntityFromThingRequest dissociateEntityFromThingRequest,
         AsyncHandler<DissociateEntityFromThingRequest,DissociateEntityFromThingResult> asyncHandler)
        Deprecated.

        Dissociates a device entity from a concrete thing. The action takes only the type of the entity that you need to dissociate because only one entity of a particular type can be associated with a thing.

        Parameters:
        dissociateEntityFromThingRequest -
        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 DissociateEntityFromThing operation returned by the service.
        See Also:
        AWS API Documentation
      • getEntitiesAsync

        @Deprecated
        Future<GetEntitiesResult> getEntitiesAsync(GetEntitiesRequest getEntitiesRequest)
        Deprecated.

        Gets definitions of the specified entities. Uses the latest version of the user's namespace by default. This API returns the following TDM entities.

        • Properties

        • States

        • Events

        • Actions

        • Capabilities

        • Mappings

        • Devices

        • Device Models

        • Services

        This action doesn't return definitions for systems, flows, and deployments.

        Parameters:
        getEntitiesRequest -
        Returns:
        A Java Future containing the result of the GetEntities operation returned by the service.
        See Also:
        AWS API Documentation
      • getEntitiesAsync

        @Deprecated
        Future<GetEntitiesResult> getEntitiesAsync(GetEntitiesRequest getEntitiesRequest,
         AsyncHandler<GetEntitiesRequest,GetEntitiesResult> asyncHandler)
        Deprecated.

        Gets definitions of the specified entities. Uses the latest version of the user's namespace by default. This API returns the following TDM entities.

        • Properties

        • States

        • Events

        • Actions

        • Capabilities

        • Mappings

        • Devices

        • Device Models

        • Services

        This action doesn't return definitions for systems, flows, and deployments.

        Parameters:
        getEntitiesRequest -
        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 GetEntities operation returned by the service.
        See Also:
        AWS API Documentation
      • getFlowTemplateAsync

        @Deprecated
        Future<GetFlowTemplateResult> getFlowTemplateAsync(GetFlowTemplateRequest getFlowTemplateRequest)
        Deprecated.

        Gets the latest version of the DefinitionDocument and FlowTemplateSummary for the specified workflow.

        Parameters:
        getFlowTemplateRequest -
        Returns:
        A Java Future containing the result of the GetFlowTemplate operation returned by the service.
        See Also:
        AWS API Documentation
      • getFlowTemplateAsync

        @Deprecated
        Future<GetFlowTemplateResult> getFlowTemplateAsync(GetFlowTemplateRequest getFlowTemplateRequest,
         AsyncHandler<GetFlowTemplateRequest,GetFlowTemplateResult> asyncHandler)
        Deprecated.

        Gets the latest version of the DefinitionDocument and FlowTemplateSummary for the specified workflow.

        Parameters:
        getFlowTemplateRequest -
        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 GetFlowTemplate operation returned by the service.
        See Also:
        AWS API Documentation
      • getFlowTemplateRevisionsAsync

        @Deprecated
        Future<GetFlowTemplateRevisionsResult> getFlowTemplateRevisionsAsync(GetFlowTemplateRevisionsRequest getFlowTemplateRevisionsRequest)
        Deprecated.

        Gets revisions of the specified workflow. Only the last 100 revisions are stored. If the workflow has been deprecated, this action will return revisions that occurred before the deprecation. This action won't work for workflows that have been deleted.

        Parameters:
        getFlowTemplateRevisionsRequest -
        Returns:
        A Java Future containing the result of the GetFlowTemplateRevisions operation returned by the service.
        See Also:
        AWS API Documentation
      • getFlowTemplateRevisionsAsync

        @Deprecated
        Future<GetFlowTemplateRevisionsResult> getFlowTemplateRevisionsAsync(GetFlowTemplateRevisionsRequest getFlowTemplateRevisionsRequest,
         AsyncHandler<GetFlowTemplateRevisionsRequest,GetFlowTemplateRevisionsResult> asyncHandler)
        Deprecated.

        Gets revisions of the specified workflow. Only the last 100 revisions are stored. If the workflow has been deprecated, this action will return revisions that occurred before the deprecation. This action won't work for workflows that have been deleted.

        Parameters:
        getFlowTemplateRevisionsRequest -
        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 GetFlowTemplateRevisions operation returned by the service.
        See Also:
        AWS API Documentation
      • getSystemTemplateRevisionsAsync

        @Deprecated
        Future<GetSystemTemplateRevisionsResult> getSystemTemplateRevisionsAsync(GetSystemTemplateRevisionsRequest getSystemTemplateRevisionsRequest)
        Deprecated.

        Gets revisions made to the specified system template. Only the previous 100 revisions are stored. If the system has been deprecated, this action will return the revisions that occurred before its deprecation. This action won't work with systems that have been deleted.

        Parameters:
        getSystemTemplateRevisionsRequest -
        Returns:
        A Java Future containing the result of the GetSystemTemplateRevisions operation returned by the service.
        See Also:
        AWS API Documentation
      • getSystemTemplateRevisionsAsync

        @Deprecated
        Future<GetSystemTemplateRevisionsResult> getSystemTemplateRevisionsAsync(GetSystemTemplateRevisionsRequest getSystemTemplateRevisionsRequest,
         AsyncHandler<GetSystemTemplateRevisionsRequest,GetSystemTemplateRevisionsResult> asyncHandler)
        Deprecated.

        Gets revisions made to the specified system template. Only the previous 100 revisions are stored. If the system has been deprecated, this action will return the revisions that occurred before its deprecation. This action won't work with systems that have been deleted.

        Parameters:
        getSystemTemplateRevisionsRequest -
        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 GetSystemTemplateRevisions operation returned by the service.
        See Also:
        AWS API Documentation
      • getUploadStatusAsync

        @Deprecated
        Future<GetUploadStatusResult> getUploadStatusAsync(GetUploadStatusRequest getUploadStatusRequest,
         AsyncHandler<GetUploadStatusRequest,GetUploadStatusResult> asyncHandler)
        Deprecated.

        Gets the status of the specified upload.

        Parameters:
        getUploadStatusRequest -
        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 GetUploadStatus operation returned by the service.
        See Also:
        AWS API Documentation
      • searchEntitiesAsync

        @Deprecated
        Future<SearchEntitiesResult> searchEntitiesAsync(SearchEntitiesRequest searchEntitiesRequest)
        Deprecated.

        Searches for entities of the specified type. You can search for entities in your namespace and the public namespace that you're tracking.

        Parameters:
        searchEntitiesRequest -
        Returns:
        A Java Future containing the result of the SearchEntities operation returned by the service.
        See Also:
        AWS API Documentation
      • searchEntitiesAsync

        @Deprecated
        Future<SearchEntitiesResult> searchEntitiesAsync(SearchEntitiesRequest searchEntitiesRequest,
         AsyncHandler<SearchEntitiesRequest,SearchEntitiesResult> asyncHandler)
        Deprecated.

        Searches for entities of the specified type. You can search for entities in your namespace and the public namespace that you're tracking.

        Parameters:
        searchEntitiesRequest -
        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 SearchEntities operation returned by the service.
        See Also:
        AWS API Documentation
      • searchSystemTemplatesAsync

        @Deprecated
        Future<SearchSystemTemplatesResult> searchSystemTemplatesAsync(SearchSystemTemplatesRequest searchSystemTemplatesRequest)
        Deprecated.

        Searches for summary information about systems in the user's account. You can filter by the ID of a workflow to return only systems that use the specified workflow.

        Parameters:
        searchSystemTemplatesRequest -
        Returns:
        A Java Future containing the result of the SearchSystemTemplates operation returned by the service.
        See Also:
        AWS API Documentation
      • searchSystemTemplatesAsync

        @Deprecated
        Future<SearchSystemTemplatesResult> searchSystemTemplatesAsync(SearchSystemTemplatesRequest searchSystemTemplatesRequest,
         AsyncHandler<SearchSystemTemplatesRequest,SearchSystemTemplatesResult> asyncHandler)
        Deprecated.

        Searches for summary information about systems in the user's account. You can filter by the ID of a workflow to return only systems that use the specified workflow.

        Parameters:
        searchSystemTemplatesRequest -
        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 SearchSystemTemplates operation returned by the service.
        See Also:
        AWS API Documentation
      • searchThingsAsync

        @Deprecated
        Future<SearchThingsResult> searchThingsAsync(SearchThingsRequest searchThingsRequest)
        Deprecated.

        Searches for things associated with the specified entity. You can search by both device and device model.

        For example, if two different devices, camera1 and camera2, implement the camera device model, the user can associate thing1 to camera1 and thing2 to camera2. SearchThings(camera2) will return only thing2, but SearchThings(camera) will return both thing1 and thing2.

        This action searches for exact matches and doesn't perform partial text matching.

        Parameters:
        searchThingsRequest -
        Returns:
        A Java Future containing the result of the SearchThings operation returned by the service.
        See Also:
        AWS API Documentation
      • searchThingsAsync

        @Deprecated
        Future<SearchThingsResult> searchThingsAsync(SearchThingsRequest searchThingsRequest,
         AsyncHandler<SearchThingsRequest,SearchThingsResult> asyncHandler)
        Deprecated.

        Searches for things associated with the specified entity. You can search by both device and device model.

        For example, if two different devices, camera1 and camera2, implement the camera device model, the user can associate thing1 to camera1 and thing2 to camera2. SearchThings(camera2) will return only thing2, but SearchThings(camera) will return both thing1 and thing2.

        This action searches for exact matches and doesn't perform partial text matching.

        Parameters:
        searchThingsRequest -
        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 SearchThings operation returned by the service.
        See Also:
        AWS API Documentation
      • tagResourceAsync

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

        Creates a tag for the specified 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

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

        Removes a tag from the specified 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
      • updateFlowTemplateAsync

        @Deprecated
        Future<UpdateFlowTemplateResult> updateFlowTemplateAsync(UpdateFlowTemplateRequest updateFlowTemplateRequest)
        Deprecated.

        Updates the specified workflow. All deployed systems and system instances that use the workflow will see the changes in the flow when it is redeployed. If you don't want this behavior, copy the workflow (creating a new workflow with a different ID), and update the copy. The workflow can contain only entities in the specified namespace.

        Parameters:
        updateFlowTemplateRequest -
        Returns:
        A Java Future containing the result of the UpdateFlowTemplate operation returned by the service.
        See Also:
        AWS API Documentation
      • updateFlowTemplateAsync

        @Deprecated
        Future<UpdateFlowTemplateResult> updateFlowTemplateAsync(UpdateFlowTemplateRequest updateFlowTemplateRequest,
         AsyncHandler<UpdateFlowTemplateRequest,UpdateFlowTemplateResult> asyncHandler)
        Deprecated.

        Updates the specified workflow. All deployed systems and system instances that use the workflow will see the changes in the flow when it is redeployed. If you don't want this behavior, copy the workflow (creating a new workflow with a different ID), and update the copy. The workflow can contain only entities in the specified namespace.

        Parameters:
        updateFlowTemplateRequest -
        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 UpdateFlowTemplate operation returned by the service.
        See Also:
        AWS API Documentation
      • updateSystemTemplateAsync

        @Deprecated
        Future<UpdateSystemTemplateResult> updateSystemTemplateAsync(UpdateSystemTemplateRequest updateSystemTemplateRequest)
        Deprecated.

        Updates the specified system. You don't need to run this action after updating a workflow. Any deployment that uses the system will see the changes in the system when it is redeployed.

        Parameters:
        updateSystemTemplateRequest -
        Returns:
        A Java Future containing the result of the UpdateSystemTemplate operation returned by the service.
        See Also:
        AWS API Documentation
      • updateSystemTemplateAsync

        @Deprecated
        Future<UpdateSystemTemplateResult> updateSystemTemplateAsync(UpdateSystemTemplateRequest updateSystemTemplateRequest,
         AsyncHandler<UpdateSystemTemplateRequest,UpdateSystemTemplateResult> asyncHandler)
        Deprecated.

        Updates the specified system. You don't need to run this action after updating a workflow. Any deployment that uses the system will see the changes in the system when it is redeployed.

        Parameters:
        updateSystemTemplateRequest -
        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 UpdateSystemTemplate operation returned by the service.
        See Also:
        AWS API Documentation
      • uploadEntityDefinitionsAsync

        @Deprecated
        Future<UploadEntityDefinitionsResult> uploadEntityDefinitionsAsync(UploadEntityDefinitionsRequest uploadEntityDefinitionsRequest)
        Deprecated.

        Asynchronously uploads one or more entity definitions to the user's namespace. The document parameter is required if syncWithPublicNamespace and deleteExistingEntites are false. If the syncWithPublicNamespace parameter is set to true, the user's namespace will synchronize with the latest version of the public namespace. If deprecateExistingEntities is set to true, all entities in the latest version will be deleted before the new DefinitionDocument is uploaded.

        When a user uploads entity definitions for the first time, the service creates a new namespace for the user. The new namespace tracks the public namespace. Currently users can have only one namespace. The namespace version increments whenever a user uploads entity definitions that are backwards-incompatible and whenever a user sets the syncWithPublicNamespace parameter or the deprecateExistingEntities parameter to true.

        The IDs for all of the entities should be in URN format. Each entity must be in the user's namespace. Users can't create entities in the public namespace, but entity definitions can refer to entities in the public namespace.

        Valid entities are Device, DeviceModel, Service, Capability, State, Action, Event, Property, Mapping, Enum.

        Parameters:
        uploadEntityDefinitionsRequest -
        Returns:
        A Java Future containing the result of the UploadEntityDefinitions operation returned by the service.
        See Also:
        AWS API Documentation
      • uploadEntityDefinitionsAsync

        @Deprecated
        Future<UploadEntityDefinitionsResult> uploadEntityDefinitionsAsync(UploadEntityDefinitionsRequest uploadEntityDefinitionsRequest,
         AsyncHandler<UploadEntityDefinitionsRequest,UploadEntityDefinitionsResult> asyncHandler)
        Deprecated.

        Asynchronously uploads one or more entity definitions to the user's namespace. The document parameter is required if syncWithPublicNamespace and deleteExistingEntites are false. If the syncWithPublicNamespace parameter is set to true, the user's namespace will synchronize with the latest version of the public namespace. If deprecateExistingEntities is set to true, all entities in the latest version will be deleted before the new DefinitionDocument is uploaded.

        When a user uploads entity definitions for the first time, the service creates a new namespace for the user. The new namespace tracks the public namespace. Currently users can have only one namespace. The namespace version increments whenever a user uploads entity definitions that are backwards-incompatible and whenever a user sets the syncWithPublicNamespace parameter or the deprecateExistingEntities parameter to true.

        The IDs for all of the entities should be in URN format. Each entity must be in the user's namespace. Users can't create entities in the public namespace, but entity definitions can refer to entities in the public namespace.

        Valid entities are Device, DeviceModel, Service, Capability, State, Action, Event, Property, Mapping, Enum.

        Parameters:
        uploadEntityDefinitionsRequest -
        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 UploadEntityDefinitions operation returned by the service.
        See Also:
        AWS API Documentation
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

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