@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSIoTSiteWiseAsync extends AbstractAWSIoTSiteWise implements AWSIoTSiteWiseAsync
AWSIoTSiteWiseAsync. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSIoTSiteWiseAsync() |
associateAssets, batchAssociateProjectAssets, batchDisassociateProjectAssets, batchPutAssetPropertyValue, createAccessPolicy, createAsset, createAssetModel, createDashboard, createGateway, createPortal, createProject, deleteAccessPolicy, deleteAsset, deleteAssetModel, deleteDashboard, deleteGateway, deletePortal, deleteProject, describeAccessPolicy, describeAsset, describeAssetModel, describeAssetProperty, describeDashboard, describeGateway, describeGatewayCapabilityConfiguration, describeLoggingOptions, describePortal, describeProject, disassociateAssets, getAssetPropertyAggregates, getAssetPropertyValue, getAssetPropertyValueHistory, getCachedResponseMetadata, listAccessPolicies, listAssetModels, listAssets, listAssociatedAssets, listDashboards, listGateways, listPortals, listProjectAssets, listProjects, listTagsForResource, putLoggingOptions, shutdown, tagResource, untagResource, updateAccessPolicy, updateAsset, updateAssetModel, updateAssetProperty, updateDashboard, updateGateway, updateGatewayCapabilityConfiguration, updatePortal, updateProject, waitersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassociateAssets, batchAssociateProjectAssets, batchDisassociateProjectAssets, batchPutAssetPropertyValue, createAccessPolicy, createAsset, createAssetModel, createDashboard, createGateway, createPortal, createProject, deleteAccessPolicy, deleteAsset, deleteAssetModel, deleteDashboard, deleteGateway, deletePortal, deleteProject, describeAccessPolicy, describeAsset, describeAssetModel, describeAssetProperty, describeDashboard, describeGateway, describeGatewayCapabilityConfiguration, describeLoggingOptions, describePortal, describeProject, disassociateAssets, getAssetPropertyAggregates, getAssetPropertyValue, getAssetPropertyValueHistory, getCachedResponseMetadata, listAccessPolicies, listAssetModels, listAssets, listAssociatedAssets, listDashboards, listGateways, listPortals, listProjectAssets, listProjects, listTagsForResource, putLoggingOptions, shutdown, tagResource, untagResource, updateAccessPolicy, updateAsset, updateAssetModel, updateAssetProperty, updateDashboard, updateGateway, updateGatewayCapabilityConfiguration, updatePortal, updateProject, waiterspublic Future<AssociateAssetsResult> associateAssetsAsync(AssociateAssetsRequest request)
AWSIoTSiteWiseAsyncAssociates a child asset with the given parent asset through a hierarchy defined in the parent asset's model. For more information, see Associating Assets in the AWS IoT SiteWise User Guide.
associateAssetsAsync in interface AWSIoTSiteWiseAsyncpublic Future<AssociateAssetsResult> associateAssetsAsync(AssociateAssetsRequest request, AsyncHandler<AssociateAssetsRequest,AssociateAssetsResult> asyncHandler)
AWSIoTSiteWiseAsyncAssociates a child asset with the given parent asset through a hierarchy defined in the parent asset's model. For more information, see Associating Assets in the AWS IoT SiteWise User Guide.
associateAssetsAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<BatchAssociateProjectAssetsResult> batchAssociateProjectAssetsAsync(BatchAssociateProjectAssetsRequest request)
AWSIoTSiteWiseAsyncAssociates a group (batch) of assets with an AWS IoT SiteWise Monitor project.
batchAssociateProjectAssetsAsync in interface AWSIoTSiteWiseAsyncpublic Future<BatchAssociateProjectAssetsResult> batchAssociateProjectAssetsAsync(BatchAssociateProjectAssetsRequest request, AsyncHandler<BatchAssociateProjectAssetsRequest,BatchAssociateProjectAssetsResult> asyncHandler)
AWSIoTSiteWiseAsyncAssociates a group (batch) of assets with an AWS IoT SiteWise Monitor project.
batchAssociateProjectAssetsAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<BatchDisassociateProjectAssetsResult> batchDisassociateProjectAssetsAsync(BatchDisassociateProjectAssetsRequest request)
AWSIoTSiteWiseAsyncDisassociates a group (batch) of assets from an AWS IoT SiteWise Monitor project.
batchDisassociateProjectAssetsAsync in interface AWSIoTSiteWiseAsyncpublic Future<BatchDisassociateProjectAssetsResult> batchDisassociateProjectAssetsAsync(BatchDisassociateProjectAssetsRequest request, AsyncHandler<BatchDisassociateProjectAssetsRequest,BatchDisassociateProjectAssetsResult> asyncHandler)
AWSIoTSiteWiseAsyncDisassociates a group (batch) of assets from an AWS IoT SiteWise Monitor project.
batchDisassociateProjectAssetsAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<BatchPutAssetPropertyValueResult> batchPutAssetPropertyValueAsync(BatchPutAssetPropertyValueRequest request)
AWSIoTSiteWiseAsyncSends a list of asset property values to AWS IoT SiteWise. Each value is a timestamp-quality-value (TQV) data point. For more information, see Ingesting Data Using the API in the AWS IoT SiteWise User Guide.
To identify an asset property, you must specify one of the following:
The assetId and propertyId of an asset property.
A propertyAlias, which is a data stream alias (for example,
/company/windfarm/3/turbine/7/temperature). To define an asset property's alias, see UpdateAssetProperty.
With respect to Unix epoch time, AWS IoT SiteWise accepts only TQVs that have a timestamp of no more than 15
minutes in the past and no more than 5 minutes in the future. AWS IoT SiteWise rejects timestamps outside of the
inclusive range of [-15, +5] minutes and returns a TimestampOutOfRangeException error.
For each asset property, AWS IoT SiteWise overwrites TQVs with duplicate timestamps unless the newer TQV has a
different quality. For example, if you store a TQV {T1, GOOD, V1}, then storing
{T1, GOOD, V2} replaces the existing TQV.
batchPutAssetPropertyValueAsync in interface AWSIoTSiteWiseAsyncpublic Future<BatchPutAssetPropertyValueResult> batchPutAssetPropertyValueAsync(BatchPutAssetPropertyValueRequest request, AsyncHandler<BatchPutAssetPropertyValueRequest,BatchPutAssetPropertyValueResult> asyncHandler)
AWSIoTSiteWiseAsyncSends a list of asset property values to AWS IoT SiteWise. Each value is a timestamp-quality-value (TQV) data point. For more information, see Ingesting Data Using the API in the AWS IoT SiteWise User Guide.
To identify an asset property, you must specify one of the following:
The assetId and propertyId of an asset property.
A propertyAlias, which is a data stream alias (for example,
/company/windfarm/3/turbine/7/temperature). To define an asset property's alias, see UpdateAssetProperty.
With respect to Unix epoch time, AWS IoT SiteWise accepts only TQVs that have a timestamp of no more than 15
minutes in the past and no more than 5 minutes in the future. AWS IoT SiteWise rejects timestamps outside of the
inclusive range of [-15, +5] minutes and returns a TimestampOutOfRangeException error.
For each asset property, AWS IoT SiteWise overwrites TQVs with duplicate timestamps unless the newer TQV has a
different quality. For example, if you store a TQV {T1, GOOD, V1}, then storing
{T1, GOOD, V2} replaces the existing TQV.
batchPutAssetPropertyValueAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<CreateAccessPolicyResult> createAccessPolicyAsync(CreateAccessPolicyRequest request)
AWSIoTSiteWiseAsyncCreates an access policy that grants the specified AWS Single Sign-On user or group access to the specified AWS IoT SiteWise Monitor portal or project resource.
createAccessPolicyAsync in interface AWSIoTSiteWiseAsyncpublic Future<CreateAccessPolicyResult> createAccessPolicyAsync(CreateAccessPolicyRequest request, AsyncHandler<CreateAccessPolicyRequest,CreateAccessPolicyResult> asyncHandler)
AWSIoTSiteWiseAsyncCreates an access policy that grants the specified AWS Single Sign-On user or group access to the specified AWS IoT SiteWise Monitor portal or project resource.
createAccessPolicyAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<CreateAssetResult> createAssetAsync(CreateAssetRequest request)
AWSIoTSiteWiseAsyncCreates an asset from an existing asset model. For more information, see Creating Assets in the AWS IoT SiteWise User Guide.
createAssetAsync in interface AWSIoTSiteWiseAsyncpublic Future<CreateAssetResult> createAssetAsync(CreateAssetRequest request, AsyncHandler<CreateAssetRequest,CreateAssetResult> asyncHandler)
AWSIoTSiteWiseAsyncCreates an asset from an existing asset model. For more information, see Creating Assets in the AWS IoT SiteWise User Guide.
createAssetAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<CreateAssetModelResult> createAssetModelAsync(CreateAssetModelRequest request)
AWSIoTSiteWiseAsyncCreates an asset model from specified property and hierarchy definitions. You create assets from asset models. With asset models, you can easily create assets of the same type that have standardized definitions. Each asset created from a model inherits the asset model's property and hierarchy definitions. For more information, see Defining Asset Models in the AWS IoT SiteWise User Guide.
createAssetModelAsync in interface AWSIoTSiteWiseAsyncpublic Future<CreateAssetModelResult> createAssetModelAsync(CreateAssetModelRequest request, AsyncHandler<CreateAssetModelRequest,CreateAssetModelResult> asyncHandler)
AWSIoTSiteWiseAsyncCreates an asset model from specified property and hierarchy definitions. You create assets from asset models. With asset models, you can easily create assets of the same type that have standardized definitions. Each asset created from a model inherits the asset model's property and hierarchy definitions. For more information, see Defining Asset Models in the AWS IoT SiteWise User Guide.
createAssetModelAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<CreateDashboardResult> createDashboardAsync(CreateDashboardRequest request)
AWSIoTSiteWiseAsyncCreates a dashboard in an AWS IoT SiteWise Monitor project.
createDashboardAsync in interface AWSIoTSiteWiseAsyncpublic Future<CreateDashboardResult> createDashboardAsync(CreateDashboardRequest request, AsyncHandler<CreateDashboardRequest,CreateDashboardResult> asyncHandler)
AWSIoTSiteWiseAsyncCreates a dashboard in an AWS IoT SiteWise Monitor project.
createDashboardAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<CreateGatewayResult> createGatewayAsync(CreateGatewayRequest request)
AWSIoTSiteWiseAsyncCreates a gateway, which is a virtual or edge device that delivers industrial data streams from local servers to AWS IoT SiteWise. For more information, see Ingesting data using a gateway in the AWS IoT SiteWise User Guide.
createGatewayAsync in interface AWSIoTSiteWiseAsyncpublic Future<CreateGatewayResult> createGatewayAsync(CreateGatewayRequest request, AsyncHandler<CreateGatewayRequest,CreateGatewayResult> asyncHandler)
AWSIoTSiteWiseAsyncCreates a gateway, which is a virtual or edge device that delivers industrial data streams from local servers to AWS IoT SiteWise. For more information, see Ingesting data using a gateway in the AWS IoT SiteWise User Guide.
createGatewayAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<CreatePortalResult> createPortalAsync(CreatePortalRequest request)
AWSIoTSiteWiseAsyncCreates a portal, which can contain projects and dashboards. Before you can create a portal, you must configure AWS Single Sign-On in the current Region. AWS IoT SiteWise Monitor uses AWS SSO to manage user permissions. For more information, see Enabling AWS SSO in the AWS IoT SiteWise User Guide.
Before you can sign in to a new portal, you must add at least one AWS SSO user or group to that portal. For more information, see Adding or Removing Portal Administrators in the AWS IoT SiteWise User Guide.
createPortalAsync in interface AWSIoTSiteWiseAsyncpublic Future<CreatePortalResult> createPortalAsync(CreatePortalRequest request, AsyncHandler<CreatePortalRequest,CreatePortalResult> asyncHandler)
AWSIoTSiteWiseAsyncCreates a portal, which can contain projects and dashboards. Before you can create a portal, you must configure AWS Single Sign-On in the current Region. AWS IoT SiteWise Monitor uses AWS SSO to manage user permissions. For more information, see Enabling AWS SSO in the AWS IoT SiteWise User Guide.
Before you can sign in to a new portal, you must add at least one AWS SSO user or group to that portal. For more information, see Adding or Removing Portal Administrators in the AWS IoT SiteWise User Guide.
createPortalAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<CreateProjectResult> createProjectAsync(CreateProjectRequest request)
AWSIoTSiteWiseAsyncCreates a project in the specified portal.
createProjectAsync in interface AWSIoTSiteWiseAsyncpublic Future<CreateProjectResult> createProjectAsync(CreateProjectRequest request, AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler)
AWSIoTSiteWiseAsyncCreates a project in the specified portal.
createProjectAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<DeleteAccessPolicyResult> deleteAccessPolicyAsync(DeleteAccessPolicyRequest request)
AWSIoTSiteWiseAsyncDeletes an access policy that grants the specified AWS Single Sign-On identity access to the specified AWS IoT SiteWise Monitor resource. You can use this operation to revoke access to an AWS IoT SiteWise Monitor resource.
deleteAccessPolicyAsync in interface AWSIoTSiteWiseAsyncpublic Future<DeleteAccessPolicyResult> deleteAccessPolicyAsync(DeleteAccessPolicyRequest request, AsyncHandler<DeleteAccessPolicyRequest,DeleteAccessPolicyResult> asyncHandler)
AWSIoTSiteWiseAsyncDeletes an access policy that grants the specified AWS Single Sign-On identity access to the specified AWS IoT SiteWise Monitor resource. You can use this operation to revoke access to an AWS IoT SiteWise Monitor resource.
deleteAccessPolicyAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<DeleteAssetResult> deleteAssetAsync(DeleteAssetRequest request)
AWSIoTSiteWiseAsyncDeletes an asset. This action can't be undone. For more information, see Deleting Assets and Models in the AWS IoT SiteWise User Guide.
You can't delete an asset that's associated to another asset. For more information, see DisassociateAssets.
deleteAssetAsync in interface AWSIoTSiteWiseAsyncpublic Future<DeleteAssetResult> deleteAssetAsync(DeleteAssetRequest request, AsyncHandler<DeleteAssetRequest,DeleteAssetResult> asyncHandler)
AWSIoTSiteWiseAsyncDeletes an asset. This action can't be undone. For more information, see Deleting Assets and Models in the AWS IoT SiteWise User Guide.
You can't delete an asset that's associated to another asset. For more information, see DisassociateAssets.
deleteAssetAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<DeleteAssetModelResult> deleteAssetModelAsync(DeleteAssetModelRequest request)
AWSIoTSiteWiseAsyncDeletes an asset model. This action can't be undone. You must delete all assets created from an asset model before you can delete the model. Also, you can't delete an asset model if a parent asset model exists that contains a property formula expression that depends on the asset model that you want to delete. For more information, see Deleting Assets and Models in the AWS IoT SiteWise User Guide.
deleteAssetModelAsync in interface AWSIoTSiteWiseAsyncpublic Future<DeleteAssetModelResult> deleteAssetModelAsync(DeleteAssetModelRequest request, AsyncHandler<DeleteAssetModelRequest,DeleteAssetModelResult> asyncHandler)
AWSIoTSiteWiseAsyncDeletes an asset model. This action can't be undone. You must delete all assets created from an asset model before you can delete the model. Also, you can't delete an asset model if a parent asset model exists that contains a property formula expression that depends on the asset model that you want to delete. For more information, see Deleting Assets and Models in the AWS IoT SiteWise User Guide.
deleteAssetModelAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<DeleteDashboardResult> deleteDashboardAsync(DeleteDashboardRequest request)
AWSIoTSiteWiseAsyncDeletes a dashboard from AWS IoT SiteWise Monitor.
deleteDashboardAsync in interface AWSIoTSiteWiseAsyncpublic Future<DeleteDashboardResult> deleteDashboardAsync(DeleteDashboardRequest request, AsyncHandler<DeleteDashboardRequest,DeleteDashboardResult> asyncHandler)
AWSIoTSiteWiseAsyncDeletes a dashboard from AWS IoT SiteWise Monitor.
deleteDashboardAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<DeleteGatewayResult> deleteGatewayAsync(DeleteGatewayRequest request)
AWSIoTSiteWiseAsyncDeletes a gateway from AWS IoT SiteWise. When you delete a gateway, some of the gateway's files remain in your gateway's file system. For more information, see Data retention in the AWS IoT SiteWise User Guide.
deleteGatewayAsync in interface AWSIoTSiteWiseAsyncpublic Future<DeleteGatewayResult> deleteGatewayAsync(DeleteGatewayRequest request, AsyncHandler<DeleteGatewayRequest,DeleteGatewayResult> asyncHandler)
AWSIoTSiteWiseAsyncDeletes a gateway from AWS IoT SiteWise. When you delete a gateway, some of the gateway's files remain in your gateway's file system. For more information, see Data retention in the AWS IoT SiteWise User Guide.
deleteGatewayAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<DeletePortalResult> deletePortalAsync(DeletePortalRequest request)
AWSIoTSiteWiseAsyncDeletes a portal from AWS IoT SiteWise Monitor.
deletePortalAsync in interface AWSIoTSiteWiseAsyncpublic Future<DeletePortalResult> deletePortalAsync(DeletePortalRequest request, AsyncHandler<DeletePortalRequest,DeletePortalResult> asyncHandler)
AWSIoTSiteWiseAsyncDeletes a portal from AWS IoT SiteWise Monitor.
deletePortalAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<DeleteProjectResult> deleteProjectAsync(DeleteProjectRequest request)
AWSIoTSiteWiseAsyncDeletes a project from AWS IoT SiteWise Monitor.
deleteProjectAsync in interface AWSIoTSiteWiseAsyncpublic Future<DeleteProjectResult> deleteProjectAsync(DeleteProjectRequest request, AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler)
AWSIoTSiteWiseAsyncDeletes a project from AWS IoT SiteWise Monitor.
deleteProjectAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<DescribeAccessPolicyResult> describeAccessPolicyAsync(DescribeAccessPolicyRequest request)
AWSIoTSiteWiseAsyncDescribes an access policy, which specifies an AWS SSO user or group's access to an AWS IoT SiteWise Monitor portal or project.
describeAccessPolicyAsync in interface AWSIoTSiteWiseAsyncpublic Future<DescribeAccessPolicyResult> describeAccessPolicyAsync(DescribeAccessPolicyRequest request, AsyncHandler<DescribeAccessPolicyRequest,DescribeAccessPolicyResult> asyncHandler)
AWSIoTSiteWiseAsyncDescribes an access policy, which specifies an AWS SSO user or group's access to an AWS IoT SiteWise Monitor portal or project.
describeAccessPolicyAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<DescribeAssetResult> describeAssetAsync(DescribeAssetRequest request)
AWSIoTSiteWiseAsyncRetrieves information about an asset.
describeAssetAsync in interface AWSIoTSiteWiseAsyncpublic Future<DescribeAssetResult> describeAssetAsync(DescribeAssetRequest request, AsyncHandler<DescribeAssetRequest,DescribeAssetResult> asyncHandler)
AWSIoTSiteWiseAsyncRetrieves information about an asset.
describeAssetAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<DescribeAssetModelResult> describeAssetModelAsync(DescribeAssetModelRequest request)
AWSIoTSiteWiseAsyncRetrieves information about an asset model.
describeAssetModelAsync in interface AWSIoTSiteWiseAsyncpublic Future<DescribeAssetModelResult> describeAssetModelAsync(DescribeAssetModelRequest request, AsyncHandler<DescribeAssetModelRequest,DescribeAssetModelResult> asyncHandler)
AWSIoTSiteWiseAsyncRetrieves information about an asset model.
describeAssetModelAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<DescribeAssetPropertyResult> describeAssetPropertyAsync(DescribeAssetPropertyRequest request)
AWSIoTSiteWiseAsyncRetrieves information about an asset's property.
describeAssetPropertyAsync in interface AWSIoTSiteWiseAsyncpublic Future<DescribeAssetPropertyResult> describeAssetPropertyAsync(DescribeAssetPropertyRequest request, AsyncHandler<DescribeAssetPropertyRequest,DescribeAssetPropertyResult> asyncHandler)
AWSIoTSiteWiseAsyncRetrieves information about an asset's property.
describeAssetPropertyAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<DescribeDashboardResult> describeDashboardAsync(DescribeDashboardRequest request)
AWSIoTSiteWiseAsyncRetrieves information about a dashboard.
describeDashboardAsync in interface AWSIoTSiteWiseAsyncpublic Future<DescribeDashboardResult> describeDashboardAsync(DescribeDashboardRequest request, AsyncHandler<DescribeDashboardRequest,DescribeDashboardResult> asyncHandler)
AWSIoTSiteWiseAsyncRetrieves information about a dashboard.
describeDashboardAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<DescribeGatewayResult> describeGatewayAsync(DescribeGatewayRequest request)
AWSIoTSiteWiseAsyncRetrieves information about a gateway.
describeGatewayAsync in interface AWSIoTSiteWiseAsyncpublic Future<DescribeGatewayResult> describeGatewayAsync(DescribeGatewayRequest request, AsyncHandler<DescribeGatewayRequest,DescribeGatewayResult> asyncHandler)
AWSIoTSiteWiseAsyncRetrieves information about a gateway.
describeGatewayAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<DescribeGatewayCapabilityConfigurationResult> describeGatewayCapabilityConfigurationAsync(DescribeGatewayCapabilityConfigurationRequest request)
AWSIoTSiteWiseAsyncRetrieves information about a gateway capability configuration. Each gateway capability defines data sources for a gateway. A capability configuration can contain multiple data source configurations. If you define OPC-UA sources for a gateway in the AWS IoT SiteWise console, all of your OPC-UA sources are stored in one capability configuration. To list all capability configurations for a gateway, use DescribeGateway.
describeGatewayCapabilityConfigurationAsync in interface AWSIoTSiteWiseAsyncpublic Future<DescribeGatewayCapabilityConfigurationResult> describeGatewayCapabilityConfigurationAsync(DescribeGatewayCapabilityConfigurationRequest request, AsyncHandler<DescribeGatewayCapabilityConfigurationRequest,DescribeGatewayCapabilityConfigurationResult> asyncHandler)
AWSIoTSiteWiseAsyncRetrieves information about a gateway capability configuration. Each gateway capability defines data sources for a gateway. A capability configuration can contain multiple data source configurations. If you define OPC-UA sources for a gateway in the AWS IoT SiteWise console, all of your OPC-UA sources are stored in one capability configuration. To list all capability configurations for a gateway, use DescribeGateway.
describeGatewayCapabilityConfigurationAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<DescribeLoggingOptionsResult> describeLoggingOptionsAsync(DescribeLoggingOptionsRequest request)
AWSIoTSiteWiseAsyncRetrieves the current AWS IoT SiteWise logging options.
describeLoggingOptionsAsync in interface AWSIoTSiteWiseAsyncpublic Future<DescribeLoggingOptionsResult> describeLoggingOptionsAsync(DescribeLoggingOptionsRequest request, AsyncHandler<DescribeLoggingOptionsRequest,DescribeLoggingOptionsResult> asyncHandler)
AWSIoTSiteWiseAsyncRetrieves the current AWS IoT SiteWise logging options.
describeLoggingOptionsAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<DescribePortalResult> describePortalAsync(DescribePortalRequest request)
AWSIoTSiteWiseAsyncRetrieves information about a portal.
describePortalAsync in interface AWSIoTSiteWiseAsyncpublic Future<DescribePortalResult> describePortalAsync(DescribePortalRequest request, AsyncHandler<DescribePortalRequest,DescribePortalResult> asyncHandler)
AWSIoTSiteWiseAsyncRetrieves information about a portal.
describePortalAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<DescribeProjectResult> describeProjectAsync(DescribeProjectRequest request)
AWSIoTSiteWiseAsyncRetrieves information about a project.
describeProjectAsync in interface AWSIoTSiteWiseAsyncpublic Future<DescribeProjectResult> describeProjectAsync(DescribeProjectRequest request, AsyncHandler<DescribeProjectRequest,DescribeProjectResult> asyncHandler)
AWSIoTSiteWiseAsyncRetrieves information about a project.
describeProjectAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<DisassociateAssetsResult> disassociateAssetsAsync(DisassociateAssetsRequest request)
AWSIoTSiteWiseAsyncDisassociates a child asset from the given parent asset through a hierarchy defined in the parent asset's model.
disassociateAssetsAsync in interface AWSIoTSiteWiseAsyncpublic Future<DisassociateAssetsResult> disassociateAssetsAsync(DisassociateAssetsRequest request, AsyncHandler<DisassociateAssetsRequest,DisassociateAssetsResult> asyncHandler)
AWSIoTSiteWiseAsyncDisassociates a child asset from the given parent asset through a hierarchy defined in the parent asset's model.
disassociateAssetsAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<GetAssetPropertyAggregatesResult> getAssetPropertyAggregatesAsync(GetAssetPropertyAggregatesRequest request)
AWSIoTSiteWiseAsyncGets aggregated values for an asset property. For more information, see Querying Aggregated Property Values in the AWS IoT SiteWise User Guide.
To identify an asset property, you must specify one of the following:
The assetId and propertyId of an asset property.
A propertyAlias, which is a data stream alias (for example,
/company/windfarm/3/turbine/7/temperature). To define an asset property's alias, see UpdateAssetProperty.
getAssetPropertyAggregatesAsync in interface AWSIoTSiteWiseAsyncpublic Future<GetAssetPropertyAggregatesResult> getAssetPropertyAggregatesAsync(GetAssetPropertyAggregatesRequest request, AsyncHandler<GetAssetPropertyAggregatesRequest,GetAssetPropertyAggregatesResult> asyncHandler)
AWSIoTSiteWiseAsyncGets aggregated values for an asset property. For more information, see Querying Aggregated Property Values in the AWS IoT SiteWise User Guide.
To identify an asset property, you must specify one of the following:
The assetId and propertyId of an asset property.
A propertyAlias, which is a data stream alias (for example,
/company/windfarm/3/turbine/7/temperature). To define an asset property's alias, see UpdateAssetProperty.
getAssetPropertyAggregatesAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<GetAssetPropertyValueResult> getAssetPropertyValueAsync(GetAssetPropertyValueRequest request)
AWSIoTSiteWiseAsyncGets an asset property's current value. For more information, see Querying Current Property Values in the AWS IoT SiteWise User Guide.
To identify an asset property, you must specify one of the following:
The assetId and propertyId of an asset property.
A propertyAlias, which is a data stream alias (for example,
/company/windfarm/3/turbine/7/temperature). To define an asset property's alias, see UpdateAssetProperty.
getAssetPropertyValueAsync in interface AWSIoTSiteWiseAsyncpublic Future<GetAssetPropertyValueResult> getAssetPropertyValueAsync(GetAssetPropertyValueRequest request, AsyncHandler<GetAssetPropertyValueRequest,GetAssetPropertyValueResult> asyncHandler)
AWSIoTSiteWiseAsyncGets an asset property's current value. For more information, see Querying Current Property Values in the AWS IoT SiteWise User Guide.
To identify an asset property, you must specify one of the following:
The assetId and propertyId of an asset property.
A propertyAlias, which is a data stream alias (for example,
/company/windfarm/3/turbine/7/temperature). To define an asset property's alias, see UpdateAssetProperty.
getAssetPropertyValueAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<GetAssetPropertyValueHistoryResult> getAssetPropertyValueHistoryAsync(GetAssetPropertyValueHistoryRequest request)
AWSIoTSiteWiseAsyncGets the history of an asset property's values. For more information, see Querying Historical Property Values in the AWS IoT SiteWise User Guide.
To identify an asset property, you must specify one of the following:
The assetId and propertyId of an asset property.
A propertyAlias, which is a data stream alias (for example,
/company/windfarm/3/turbine/7/temperature). To define an asset property's alias, see UpdateAssetProperty.
getAssetPropertyValueHistoryAsync in interface AWSIoTSiteWiseAsyncpublic Future<GetAssetPropertyValueHistoryResult> getAssetPropertyValueHistoryAsync(GetAssetPropertyValueHistoryRequest request, AsyncHandler<GetAssetPropertyValueHistoryRequest,GetAssetPropertyValueHistoryResult> asyncHandler)
AWSIoTSiteWiseAsyncGets the history of an asset property's values. For more information, see Querying Historical Property Values in the AWS IoT SiteWise User Guide.
To identify an asset property, you must specify one of the following:
The assetId and propertyId of an asset property.
A propertyAlias, which is a data stream alias (for example,
/company/windfarm/3/turbine/7/temperature). To define an asset property's alias, see UpdateAssetProperty.
getAssetPropertyValueHistoryAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<ListAccessPoliciesResult> listAccessPoliciesAsync(ListAccessPoliciesRequest request)
AWSIoTSiteWiseAsyncRetrieves a paginated list of access policies for an AWS SSO identity (a user or group) or an AWS IoT SiteWise Monitor resource (a portal or project).
listAccessPoliciesAsync in interface AWSIoTSiteWiseAsyncpublic Future<ListAccessPoliciesResult> listAccessPoliciesAsync(ListAccessPoliciesRequest request, AsyncHandler<ListAccessPoliciesRequest,ListAccessPoliciesResult> asyncHandler)
AWSIoTSiteWiseAsyncRetrieves a paginated list of access policies for an AWS SSO identity (a user or group) or an AWS IoT SiteWise Monitor resource (a portal or project).
listAccessPoliciesAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<ListAssetModelsResult> listAssetModelsAsync(ListAssetModelsRequest request)
AWSIoTSiteWiseAsyncRetrieves a paginated list of summaries of all asset models.
listAssetModelsAsync in interface AWSIoTSiteWiseAsyncpublic Future<ListAssetModelsResult> listAssetModelsAsync(ListAssetModelsRequest request, AsyncHandler<ListAssetModelsRequest,ListAssetModelsResult> asyncHandler)
AWSIoTSiteWiseAsyncRetrieves a paginated list of summaries of all asset models.
listAssetModelsAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<ListAssetsResult> listAssetsAsync(ListAssetsRequest request)
AWSIoTSiteWiseAsyncRetrieves a paginated list of asset summaries.
You can use this operation to do the following:
List assets based on a specific asset model.
List top-level assets.
You can't use this operation to list all assets. To retrieve summaries for all of your assets, use ListAssetModels to get all of your asset model IDs. Then, use ListAssets to get all assets for each asset model.
listAssetsAsync in interface AWSIoTSiteWiseAsyncpublic Future<ListAssetsResult> listAssetsAsync(ListAssetsRequest request, AsyncHandler<ListAssetsRequest,ListAssetsResult> asyncHandler)
AWSIoTSiteWiseAsyncRetrieves a paginated list of asset summaries.
You can use this operation to do the following:
List assets based on a specific asset model.
List top-level assets.
You can't use this operation to list all assets. To retrieve summaries for all of your assets, use ListAssetModels to get all of your asset model IDs. Then, use ListAssets to get all assets for each asset model.
listAssetsAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<ListAssociatedAssetsResult> listAssociatedAssetsAsync(ListAssociatedAssetsRequest request)
AWSIoTSiteWiseAsync
Retrieves a paginated list of the assets associated to a parent asset (assetId) by a given hierarchy
(hierarchyId).
listAssociatedAssetsAsync in interface AWSIoTSiteWiseAsyncpublic Future<ListAssociatedAssetsResult> listAssociatedAssetsAsync(ListAssociatedAssetsRequest request, AsyncHandler<ListAssociatedAssetsRequest,ListAssociatedAssetsResult> asyncHandler)
AWSIoTSiteWiseAsync
Retrieves a paginated list of the assets associated to a parent asset (assetId) by a given hierarchy
(hierarchyId).
listAssociatedAssetsAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<ListDashboardsResult> listDashboardsAsync(ListDashboardsRequest request)
AWSIoTSiteWiseAsyncRetrieves a paginated list of dashboards for an AWS IoT SiteWise Monitor project.
listDashboardsAsync in interface AWSIoTSiteWiseAsyncpublic Future<ListDashboardsResult> listDashboardsAsync(ListDashboardsRequest request, AsyncHandler<ListDashboardsRequest,ListDashboardsResult> asyncHandler)
AWSIoTSiteWiseAsyncRetrieves a paginated list of dashboards for an AWS IoT SiteWise Monitor project.
listDashboardsAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<ListGatewaysResult> listGatewaysAsync(ListGatewaysRequest request)
AWSIoTSiteWiseAsyncRetrieves a paginated list of gateways.
listGatewaysAsync in interface AWSIoTSiteWiseAsyncpublic Future<ListGatewaysResult> listGatewaysAsync(ListGatewaysRequest request, AsyncHandler<ListGatewaysRequest,ListGatewaysResult> asyncHandler)
AWSIoTSiteWiseAsyncRetrieves a paginated list of gateways.
listGatewaysAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<ListPortalsResult> listPortalsAsync(ListPortalsRequest request)
AWSIoTSiteWiseAsyncRetrieves a paginated list of AWS IoT SiteWise Monitor portals.
listPortalsAsync in interface AWSIoTSiteWiseAsyncpublic Future<ListPortalsResult> listPortalsAsync(ListPortalsRequest request, AsyncHandler<ListPortalsRequest,ListPortalsResult> asyncHandler)
AWSIoTSiteWiseAsyncRetrieves a paginated list of AWS IoT SiteWise Monitor portals.
listPortalsAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<ListProjectAssetsResult> listProjectAssetsAsync(ListProjectAssetsRequest request)
AWSIoTSiteWiseAsyncRetrieves a paginated list of assets associated with an AWS IoT SiteWise Monitor project.
listProjectAssetsAsync in interface AWSIoTSiteWiseAsyncpublic Future<ListProjectAssetsResult> listProjectAssetsAsync(ListProjectAssetsRequest request, AsyncHandler<ListProjectAssetsRequest,ListProjectAssetsResult> asyncHandler)
AWSIoTSiteWiseAsyncRetrieves a paginated list of assets associated with an AWS IoT SiteWise Monitor project.
listProjectAssetsAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<ListProjectsResult> listProjectsAsync(ListProjectsRequest request)
AWSIoTSiteWiseAsyncRetrieves a paginated list of projects for an AWS IoT SiteWise Monitor portal.
listProjectsAsync in interface AWSIoTSiteWiseAsyncpublic Future<ListProjectsResult> listProjectsAsync(ListProjectsRequest request, AsyncHandler<ListProjectsRequest,ListProjectsResult> asyncHandler)
AWSIoTSiteWiseAsyncRetrieves a paginated list of projects for an AWS IoT SiteWise Monitor portal.
listProjectsAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSIoTSiteWiseAsyncRetrieves the list of tags for an AWS IoT SiteWise resource.
listTagsForResourceAsync in interface AWSIoTSiteWiseAsyncpublic Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSIoTSiteWiseAsyncRetrieves the list of tags for an AWS IoT SiteWise resource.
listTagsForResourceAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<PutLoggingOptionsResult> putLoggingOptionsAsync(PutLoggingOptionsRequest request)
AWSIoTSiteWiseAsyncSets logging options for AWS IoT SiteWise.
putLoggingOptionsAsync in interface AWSIoTSiteWiseAsyncpublic Future<PutLoggingOptionsResult> putLoggingOptionsAsync(PutLoggingOptionsRequest request, AsyncHandler<PutLoggingOptionsRequest,PutLoggingOptionsResult> asyncHandler)
AWSIoTSiteWiseAsyncSets logging options for AWS IoT SiteWise.
putLoggingOptionsAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSIoTSiteWiseAsyncAdds tags to an AWS IoT SiteWise resource. If a tag already exists for the resource, this operation updates the tag's value.
tagResourceAsync in interface AWSIoTSiteWiseAsyncpublic Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSIoTSiteWiseAsyncAdds tags to an AWS IoT SiteWise resource. If a tag already exists for the resource, this operation updates the tag's value.
tagResourceAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSIoTSiteWiseAsyncRemoves a tag from an AWS IoT SiteWise resource.
untagResourceAsync in interface AWSIoTSiteWiseAsyncpublic Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSIoTSiteWiseAsyncRemoves a tag from an AWS IoT SiteWise resource.
untagResourceAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<UpdateAccessPolicyResult> updateAccessPolicyAsync(UpdateAccessPolicyRequest request)
AWSIoTSiteWiseAsyncUpdates an existing access policy that specifies an AWS SSO user or group's access to an AWS IoT SiteWise Monitor portal or project resource.
updateAccessPolicyAsync in interface AWSIoTSiteWiseAsyncpublic Future<UpdateAccessPolicyResult> updateAccessPolicyAsync(UpdateAccessPolicyRequest request, AsyncHandler<UpdateAccessPolicyRequest,UpdateAccessPolicyResult> asyncHandler)
AWSIoTSiteWiseAsyncUpdates an existing access policy that specifies an AWS SSO user or group's access to an AWS IoT SiteWise Monitor portal or project resource.
updateAccessPolicyAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<UpdateAssetResult> updateAssetAsync(UpdateAssetRequest request)
AWSIoTSiteWiseAsyncUpdates an asset's name. For more information, see Updating Assets and Models in the AWS IoT SiteWise User Guide.
updateAssetAsync in interface AWSIoTSiteWiseAsyncpublic Future<UpdateAssetResult> updateAssetAsync(UpdateAssetRequest request, AsyncHandler<UpdateAssetRequest,UpdateAssetResult> asyncHandler)
AWSIoTSiteWiseAsyncUpdates an asset's name. For more information, see Updating Assets and Models in the AWS IoT SiteWise User Guide.
updateAssetAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<UpdateAssetModelResult> updateAssetModelAsync(UpdateAssetModelRequest request)
AWSIoTSiteWiseAsyncUpdates an asset model and all of the assets that were created from the model. Each asset created from the model inherits the updated asset model's property and hierarchy definitions. For more information, see Updating Assets and Models in the AWS IoT SiteWise User Guide.
This operation overwrites the existing model with the provided model. To avoid deleting your asset model's properties or hierarchies, you must include their IDs and definitions in the updated asset model payload. For more information, see DescribeAssetModel.
If you remove a property from an asset model or update a property's formula expression, AWS IoT SiteWise deletes all previous data for that property. If you remove a hierarchy definition from an asset model, AWS IoT SiteWise disassociates every asset associated with that hierarchy. You can't change the type or data type of an existing property.
updateAssetModelAsync in interface AWSIoTSiteWiseAsyncpublic Future<UpdateAssetModelResult> updateAssetModelAsync(UpdateAssetModelRequest request, AsyncHandler<UpdateAssetModelRequest,UpdateAssetModelResult> asyncHandler)
AWSIoTSiteWiseAsyncUpdates an asset model and all of the assets that were created from the model. Each asset created from the model inherits the updated asset model's property and hierarchy definitions. For more information, see Updating Assets and Models in the AWS IoT SiteWise User Guide.
This operation overwrites the existing model with the provided model. To avoid deleting your asset model's properties or hierarchies, you must include their IDs and definitions in the updated asset model payload. For more information, see DescribeAssetModel.
If you remove a property from an asset model or update a property's formula expression, AWS IoT SiteWise deletes all previous data for that property. If you remove a hierarchy definition from an asset model, AWS IoT SiteWise disassociates every asset associated with that hierarchy. You can't change the type or data type of an existing property.
updateAssetModelAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<UpdateAssetPropertyResult> updateAssetPropertyAsync(UpdateAssetPropertyRequest request)
AWSIoTSiteWiseAsyncUpdates an asset property's alias and notification state.
This operation overwrites the property's existing alias and notification state. To keep your existing property's alias or notification state, you must include the existing values in the UpdateAssetProperty request. For more information, see DescribeAssetProperty.
updateAssetPropertyAsync in interface AWSIoTSiteWiseAsyncpublic Future<UpdateAssetPropertyResult> updateAssetPropertyAsync(UpdateAssetPropertyRequest request, AsyncHandler<UpdateAssetPropertyRequest,UpdateAssetPropertyResult> asyncHandler)
AWSIoTSiteWiseAsyncUpdates an asset property's alias and notification state.
This operation overwrites the property's existing alias and notification state. To keep your existing property's alias or notification state, you must include the existing values in the UpdateAssetProperty request. For more information, see DescribeAssetProperty.
updateAssetPropertyAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<UpdateDashboardResult> updateDashboardAsync(UpdateDashboardRequest request)
AWSIoTSiteWiseAsyncUpdates an AWS IoT SiteWise Monitor dashboard.
updateDashboardAsync in interface AWSIoTSiteWiseAsyncpublic Future<UpdateDashboardResult> updateDashboardAsync(UpdateDashboardRequest request, AsyncHandler<UpdateDashboardRequest,UpdateDashboardResult> asyncHandler)
AWSIoTSiteWiseAsyncUpdates an AWS IoT SiteWise Monitor dashboard.
updateDashboardAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<UpdateGatewayResult> updateGatewayAsync(UpdateGatewayRequest request)
AWSIoTSiteWiseAsyncUpdates a gateway's name.
updateGatewayAsync in interface AWSIoTSiteWiseAsyncpublic Future<UpdateGatewayResult> updateGatewayAsync(UpdateGatewayRequest request, AsyncHandler<UpdateGatewayRequest,UpdateGatewayResult> asyncHandler)
AWSIoTSiteWiseAsyncUpdates a gateway's name.
updateGatewayAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<UpdateGatewayCapabilityConfigurationResult> updateGatewayCapabilityConfigurationAsync(UpdateGatewayCapabilityConfigurationRequest request)
AWSIoTSiteWiseAsyncUpdates a gateway capability configuration or defines a new capability configuration. Each gateway capability defines data sources for a gateway. A capability configuration can contain multiple data source configurations. If you define OPC-UA sources for a gateway in the AWS IoT SiteWise console, all of your OPC-UA sources are stored in one capability configuration. To list all capability configurations for a gateway, use DescribeGateway.
updateGatewayCapabilityConfigurationAsync in interface AWSIoTSiteWiseAsyncpublic Future<UpdateGatewayCapabilityConfigurationResult> updateGatewayCapabilityConfigurationAsync(UpdateGatewayCapabilityConfigurationRequest request, AsyncHandler<UpdateGatewayCapabilityConfigurationRequest,UpdateGatewayCapabilityConfigurationResult> asyncHandler)
AWSIoTSiteWiseAsyncUpdates a gateway capability configuration or defines a new capability configuration. Each gateway capability defines data sources for a gateway. A capability configuration can contain multiple data source configurations. If you define OPC-UA sources for a gateway in the AWS IoT SiteWise console, all of your OPC-UA sources are stored in one capability configuration. To list all capability configurations for a gateway, use DescribeGateway.
updateGatewayCapabilityConfigurationAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<UpdatePortalResult> updatePortalAsync(UpdatePortalRequest request)
AWSIoTSiteWiseAsyncUpdates an AWS IoT SiteWise Monitor portal.
updatePortalAsync in interface AWSIoTSiteWiseAsyncpublic Future<UpdatePortalResult> updatePortalAsync(UpdatePortalRequest request, AsyncHandler<UpdatePortalRequest,UpdatePortalResult> asyncHandler)
AWSIoTSiteWiseAsyncUpdates an AWS IoT SiteWise Monitor portal.
updatePortalAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.public Future<UpdateProjectResult> updateProjectAsync(UpdateProjectRequest request)
AWSIoTSiteWiseAsyncUpdates an AWS IoT SiteWise Monitor project.
updateProjectAsync in interface AWSIoTSiteWiseAsyncpublic Future<UpdateProjectResult> updateProjectAsync(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler)
AWSIoTSiteWiseAsyncUpdates an AWS IoT SiteWise Monitor project.
updateProjectAsync in interface AWSIoTSiteWiseAsyncasyncHandler - 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.Copyright © 2020. All rights reserved.