@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSIoTSiteWiseAsync extends AWSIoTSiteWise
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
AbstractAWSIoTSiteWiseAsync
instead.
Welcome to the AWS IoT SiteWise API Reference. AWS IoT SiteWise is an AWS service that connects Industrial Internet of Things (IIoT) devices to the power of the AWS Cloud. For more information, see the AWS IoT SiteWise User Guide. For information about AWS IoT SiteWise quotas, see Quotas in the AWS IoT SiteWise User Guide.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<AssociateAssetsResult> |
associateAssetsAsync(AssociateAssetsRequest associateAssetsRequest)
Associates a child asset with the given parent asset through a hierarchy defined in the parent asset's model.
|
Future<AssociateAssetsResult> |
associateAssetsAsync(AssociateAssetsRequest associateAssetsRequest,
AsyncHandler<AssociateAssetsRequest,AssociateAssetsResult> asyncHandler)
Associates a child asset with the given parent asset through a hierarchy defined in the parent asset's model.
|
Future<BatchAssociateProjectAssetsResult> |
batchAssociateProjectAssetsAsync(BatchAssociateProjectAssetsRequest batchAssociateProjectAssetsRequest)
Associates a group (batch) of assets with an AWS IoT SiteWise Monitor project.
|
Future<BatchAssociateProjectAssetsResult> |
batchAssociateProjectAssetsAsync(BatchAssociateProjectAssetsRequest batchAssociateProjectAssetsRequest,
AsyncHandler<BatchAssociateProjectAssetsRequest,BatchAssociateProjectAssetsResult> asyncHandler)
Associates a group (batch) of assets with an AWS IoT SiteWise Monitor project.
|
Future<BatchDisassociateProjectAssetsResult> |
batchDisassociateProjectAssetsAsync(BatchDisassociateProjectAssetsRequest batchDisassociateProjectAssetsRequest)
Disassociates a group (batch) of assets from an AWS IoT SiteWise Monitor project.
|
Future<BatchDisassociateProjectAssetsResult> |
batchDisassociateProjectAssetsAsync(BatchDisassociateProjectAssetsRequest batchDisassociateProjectAssetsRequest,
AsyncHandler<BatchDisassociateProjectAssetsRequest,BatchDisassociateProjectAssetsResult> asyncHandler)
Disassociates a group (batch) of assets from an AWS IoT SiteWise Monitor project.
|
Future<BatchPutAssetPropertyValueResult> |
batchPutAssetPropertyValueAsync(BatchPutAssetPropertyValueRequest batchPutAssetPropertyValueRequest)
Sends a list of asset property values to AWS IoT SiteWise.
|
Future<BatchPutAssetPropertyValueResult> |
batchPutAssetPropertyValueAsync(BatchPutAssetPropertyValueRequest batchPutAssetPropertyValueRequest,
AsyncHandler<BatchPutAssetPropertyValueRequest,BatchPutAssetPropertyValueResult> asyncHandler)
Sends a list of asset property values to AWS IoT SiteWise.
|
Future<CreateAccessPolicyResult> |
createAccessPolicyAsync(CreateAccessPolicyRequest createAccessPolicyRequest)
Creates 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.
|
Future<CreateAccessPolicyResult> |
createAccessPolicyAsync(CreateAccessPolicyRequest createAccessPolicyRequest,
AsyncHandler<CreateAccessPolicyRequest,CreateAccessPolicyResult> asyncHandler)
Creates 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.
|
Future<CreateAssetResult> |
createAssetAsync(CreateAssetRequest createAssetRequest)
Creates an asset from an existing asset model.
|
Future<CreateAssetResult> |
createAssetAsync(CreateAssetRequest createAssetRequest,
AsyncHandler<CreateAssetRequest,CreateAssetResult> asyncHandler)
Creates an asset from an existing asset model.
|
Future<CreateAssetModelResult> |
createAssetModelAsync(CreateAssetModelRequest createAssetModelRequest)
Creates an asset model from specified property and hierarchy definitions.
|
Future<CreateAssetModelResult> |
createAssetModelAsync(CreateAssetModelRequest createAssetModelRequest,
AsyncHandler<CreateAssetModelRequest,CreateAssetModelResult> asyncHandler)
Creates an asset model from specified property and hierarchy definitions.
|
Future<CreateDashboardResult> |
createDashboardAsync(CreateDashboardRequest createDashboardRequest)
Creates a dashboard in an AWS IoT SiteWise Monitor project.
|
Future<CreateDashboardResult> |
createDashboardAsync(CreateDashboardRequest createDashboardRequest,
AsyncHandler<CreateDashboardRequest,CreateDashboardResult> asyncHandler)
Creates a dashboard in an AWS IoT SiteWise Monitor project.
|
Future<CreateGatewayResult> |
createGatewayAsync(CreateGatewayRequest createGatewayRequest)
Creates a gateway, which is a virtual or edge device that delivers industrial data streams from local servers to
AWS IoT SiteWise.
|
Future<CreateGatewayResult> |
createGatewayAsync(CreateGatewayRequest createGatewayRequest,
AsyncHandler<CreateGatewayRequest,CreateGatewayResult> asyncHandler)
Creates a gateway, which is a virtual or edge device that delivers industrial data streams from local servers to
AWS IoT SiteWise.
|
Future<CreatePortalResult> |
createPortalAsync(CreatePortalRequest createPortalRequest)
Creates a portal, which can contain projects and dashboards.
|
Future<CreatePortalResult> |
createPortalAsync(CreatePortalRequest createPortalRequest,
AsyncHandler<CreatePortalRequest,CreatePortalResult> asyncHandler)
Creates a portal, which can contain projects and dashboards.
|
Future<CreateProjectResult> |
createProjectAsync(CreateProjectRequest createProjectRequest)
Creates a project in the specified portal.
|
Future<CreateProjectResult> |
createProjectAsync(CreateProjectRequest createProjectRequest,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler)
Creates a project in the specified portal.
|
Future<DeleteAccessPolicyResult> |
deleteAccessPolicyAsync(DeleteAccessPolicyRequest deleteAccessPolicyRequest)
Deletes an access policy that grants the specified AWS Single Sign-On identity access to the specified AWS IoT
SiteWise Monitor resource.
|
Future<DeleteAccessPolicyResult> |
deleteAccessPolicyAsync(DeleteAccessPolicyRequest deleteAccessPolicyRequest,
AsyncHandler<DeleteAccessPolicyRequest,DeleteAccessPolicyResult> asyncHandler)
Deletes an access policy that grants the specified AWS Single Sign-On identity access to the specified AWS IoT
SiteWise Monitor resource.
|
Future<DeleteAssetResult> |
deleteAssetAsync(DeleteAssetRequest deleteAssetRequest)
Deletes an asset.
|
Future<DeleteAssetResult> |
deleteAssetAsync(DeleteAssetRequest deleteAssetRequest,
AsyncHandler<DeleteAssetRequest,DeleteAssetResult> asyncHandler)
Deletes an asset.
|
Future<DeleteAssetModelResult> |
deleteAssetModelAsync(DeleteAssetModelRequest deleteAssetModelRequest)
Deletes an asset model.
|
Future<DeleteAssetModelResult> |
deleteAssetModelAsync(DeleteAssetModelRequest deleteAssetModelRequest,
AsyncHandler<DeleteAssetModelRequest,DeleteAssetModelResult> asyncHandler)
Deletes an asset model.
|
Future<DeleteDashboardResult> |
deleteDashboardAsync(DeleteDashboardRequest deleteDashboardRequest)
Deletes a dashboard from AWS IoT SiteWise Monitor.
|
Future<DeleteDashboardResult> |
deleteDashboardAsync(DeleteDashboardRequest deleteDashboardRequest,
AsyncHandler<DeleteDashboardRequest,DeleteDashboardResult> asyncHandler)
Deletes a dashboard from AWS IoT SiteWise Monitor.
|
Future<DeleteGatewayResult> |
deleteGatewayAsync(DeleteGatewayRequest deleteGatewayRequest)
Deletes a gateway from AWS IoT SiteWise.
|
Future<DeleteGatewayResult> |
deleteGatewayAsync(DeleteGatewayRequest deleteGatewayRequest,
AsyncHandler<DeleteGatewayRequest,DeleteGatewayResult> asyncHandler)
Deletes a gateway from AWS IoT SiteWise.
|
Future<DeletePortalResult> |
deletePortalAsync(DeletePortalRequest deletePortalRequest)
Deletes a portal from AWS IoT SiteWise Monitor.
|
Future<DeletePortalResult> |
deletePortalAsync(DeletePortalRequest deletePortalRequest,
AsyncHandler<DeletePortalRequest,DeletePortalResult> asyncHandler)
Deletes a portal from AWS IoT SiteWise Monitor.
|
Future<DeleteProjectResult> |
deleteProjectAsync(DeleteProjectRequest deleteProjectRequest)
Deletes a project from AWS IoT SiteWise Monitor.
|
Future<DeleteProjectResult> |
deleteProjectAsync(DeleteProjectRequest deleteProjectRequest,
AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler)
Deletes a project from AWS IoT SiteWise Monitor.
|
Future<DescribeAccessPolicyResult> |
describeAccessPolicyAsync(DescribeAccessPolicyRequest describeAccessPolicyRequest)
Describes an access policy, which specifies an AWS SSO user or group's access to an AWS IoT SiteWise Monitor
portal or project.
|
Future<DescribeAccessPolicyResult> |
describeAccessPolicyAsync(DescribeAccessPolicyRequest describeAccessPolicyRequest,
AsyncHandler<DescribeAccessPolicyRequest,DescribeAccessPolicyResult> asyncHandler)
Describes an access policy, which specifies an AWS SSO user or group's access to an AWS IoT SiteWise Monitor
portal or project.
|
Future<DescribeAssetResult> |
describeAssetAsync(DescribeAssetRequest describeAssetRequest)
Retrieves information about an asset.
|
Future<DescribeAssetResult> |
describeAssetAsync(DescribeAssetRequest describeAssetRequest,
AsyncHandler<DescribeAssetRequest,DescribeAssetResult> asyncHandler)
Retrieves information about an asset.
|
Future<DescribeAssetModelResult> |
describeAssetModelAsync(DescribeAssetModelRequest describeAssetModelRequest)
Retrieves information about an asset model.
|
Future<DescribeAssetModelResult> |
describeAssetModelAsync(DescribeAssetModelRequest describeAssetModelRequest,
AsyncHandler<DescribeAssetModelRequest,DescribeAssetModelResult> asyncHandler)
Retrieves information about an asset model.
|
Future<DescribeAssetPropertyResult> |
describeAssetPropertyAsync(DescribeAssetPropertyRequest describeAssetPropertyRequest)
Retrieves information about an asset's property.
|
Future<DescribeAssetPropertyResult> |
describeAssetPropertyAsync(DescribeAssetPropertyRequest describeAssetPropertyRequest,
AsyncHandler<DescribeAssetPropertyRequest,DescribeAssetPropertyResult> asyncHandler)
Retrieves information about an asset's property.
|
Future<DescribeDashboardResult> |
describeDashboardAsync(DescribeDashboardRequest describeDashboardRequest)
Retrieves information about a dashboard.
|
Future<DescribeDashboardResult> |
describeDashboardAsync(DescribeDashboardRequest describeDashboardRequest,
AsyncHandler<DescribeDashboardRequest,DescribeDashboardResult> asyncHandler)
Retrieves information about a dashboard.
|
Future<DescribeGatewayResult> |
describeGatewayAsync(DescribeGatewayRequest describeGatewayRequest)
Retrieves information about a gateway.
|
Future<DescribeGatewayResult> |
describeGatewayAsync(DescribeGatewayRequest describeGatewayRequest,
AsyncHandler<DescribeGatewayRequest,DescribeGatewayResult> asyncHandler)
Retrieves information about a gateway.
|
Future<DescribeGatewayCapabilityConfigurationResult> |
describeGatewayCapabilityConfigurationAsync(DescribeGatewayCapabilityConfigurationRequest describeGatewayCapabilityConfigurationRequest)
Retrieves information about a gateway capability configuration.
|
Future<DescribeGatewayCapabilityConfigurationResult> |
describeGatewayCapabilityConfigurationAsync(DescribeGatewayCapabilityConfigurationRequest describeGatewayCapabilityConfigurationRequest,
AsyncHandler<DescribeGatewayCapabilityConfigurationRequest,DescribeGatewayCapabilityConfigurationResult> asyncHandler)
Retrieves information about a gateway capability configuration.
|
Future<DescribeLoggingOptionsResult> |
describeLoggingOptionsAsync(DescribeLoggingOptionsRequest describeLoggingOptionsRequest)
Retrieves the current AWS IoT SiteWise logging options.
|
Future<DescribeLoggingOptionsResult> |
describeLoggingOptionsAsync(DescribeLoggingOptionsRequest describeLoggingOptionsRequest,
AsyncHandler<DescribeLoggingOptionsRequest,DescribeLoggingOptionsResult> asyncHandler)
Retrieves the current AWS IoT SiteWise logging options.
|
Future<DescribePortalResult> |
describePortalAsync(DescribePortalRequest describePortalRequest)
Retrieves information about a portal.
|
Future<DescribePortalResult> |
describePortalAsync(DescribePortalRequest describePortalRequest,
AsyncHandler<DescribePortalRequest,DescribePortalResult> asyncHandler)
Retrieves information about a portal.
|
Future<DescribeProjectResult> |
describeProjectAsync(DescribeProjectRequest describeProjectRequest)
Retrieves information about a project.
|
Future<DescribeProjectResult> |
describeProjectAsync(DescribeProjectRequest describeProjectRequest,
AsyncHandler<DescribeProjectRequest,DescribeProjectResult> asyncHandler)
Retrieves information about a project.
|
Future<DisassociateAssetsResult> |
disassociateAssetsAsync(DisassociateAssetsRequest disassociateAssetsRequest)
Disassociates a child asset from the given parent asset through a hierarchy defined in the parent asset's model.
|
Future<DisassociateAssetsResult> |
disassociateAssetsAsync(DisassociateAssetsRequest disassociateAssetsRequest,
AsyncHandler<DisassociateAssetsRequest,DisassociateAssetsResult> asyncHandler)
Disassociates a child asset from the given parent asset through a hierarchy defined in the parent asset's model.
|
Future<GetAssetPropertyAggregatesResult> |
getAssetPropertyAggregatesAsync(GetAssetPropertyAggregatesRequest getAssetPropertyAggregatesRequest)
Gets aggregated values for an asset property.
|
Future<GetAssetPropertyAggregatesResult> |
getAssetPropertyAggregatesAsync(GetAssetPropertyAggregatesRequest getAssetPropertyAggregatesRequest,
AsyncHandler<GetAssetPropertyAggregatesRequest,GetAssetPropertyAggregatesResult> asyncHandler)
Gets aggregated values for an asset property.
|
Future<GetAssetPropertyValueResult> |
getAssetPropertyValueAsync(GetAssetPropertyValueRequest getAssetPropertyValueRequest)
Gets an asset property's current value.
|
Future<GetAssetPropertyValueResult> |
getAssetPropertyValueAsync(GetAssetPropertyValueRequest getAssetPropertyValueRequest,
AsyncHandler<GetAssetPropertyValueRequest,GetAssetPropertyValueResult> asyncHandler)
Gets an asset property's current value.
|
Future<GetAssetPropertyValueHistoryResult> |
getAssetPropertyValueHistoryAsync(GetAssetPropertyValueHistoryRequest getAssetPropertyValueHistoryRequest)
Gets the history of an asset property's values.
|
Future<GetAssetPropertyValueHistoryResult> |
getAssetPropertyValueHistoryAsync(GetAssetPropertyValueHistoryRequest getAssetPropertyValueHistoryRequest,
AsyncHandler<GetAssetPropertyValueHistoryRequest,GetAssetPropertyValueHistoryResult> asyncHandler)
Gets the history of an asset property's values.
|
Future<ListAccessPoliciesResult> |
listAccessPoliciesAsync(ListAccessPoliciesRequest listAccessPoliciesRequest)
Retrieves 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).
|
Future<ListAccessPoliciesResult> |
listAccessPoliciesAsync(ListAccessPoliciesRequest listAccessPoliciesRequest,
AsyncHandler<ListAccessPoliciesRequest,ListAccessPoliciesResult> asyncHandler)
Retrieves 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).
|
Future<ListAssetModelsResult> |
listAssetModelsAsync(ListAssetModelsRequest listAssetModelsRequest)
Retrieves a paginated list of summaries of all asset models.
|
Future<ListAssetModelsResult> |
listAssetModelsAsync(ListAssetModelsRequest listAssetModelsRequest,
AsyncHandler<ListAssetModelsRequest,ListAssetModelsResult> asyncHandler)
Retrieves a paginated list of summaries of all asset models.
|
Future<ListAssetsResult> |
listAssetsAsync(ListAssetsRequest listAssetsRequest)
Retrieves a paginated list of asset summaries.
|
Future<ListAssetsResult> |
listAssetsAsync(ListAssetsRequest listAssetsRequest,
AsyncHandler<ListAssetsRequest,ListAssetsResult> asyncHandler)
Retrieves a paginated list of asset summaries.
|
Future<ListAssociatedAssetsResult> |
listAssociatedAssetsAsync(ListAssociatedAssetsRequest listAssociatedAssetsRequest)
Retrieves a paginated list of the assets associated to a parent asset (
assetId ) by a given hierarchy
(hierarchyId ). |
Future<ListAssociatedAssetsResult> |
listAssociatedAssetsAsync(ListAssociatedAssetsRequest listAssociatedAssetsRequest,
AsyncHandler<ListAssociatedAssetsRequest,ListAssociatedAssetsResult> asyncHandler)
Retrieves a paginated list of the assets associated to a parent asset (
assetId ) by a given hierarchy
(hierarchyId ). |
Future<ListDashboardsResult> |
listDashboardsAsync(ListDashboardsRequest listDashboardsRequest)
Retrieves a paginated list of dashboards for an AWS IoT SiteWise Monitor project.
|
Future<ListDashboardsResult> |
listDashboardsAsync(ListDashboardsRequest listDashboardsRequest,
AsyncHandler<ListDashboardsRequest,ListDashboardsResult> asyncHandler)
Retrieves a paginated list of dashboards for an AWS IoT SiteWise Monitor project.
|
Future<ListGatewaysResult> |
listGatewaysAsync(ListGatewaysRequest listGatewaysRequest)
Retrieves a paginated list of gateways.
|
Future<ListGatewaysResult> |
listGatewaysAsync(ListGatewaysRequest listGatewaysRequest,
AsyncHandler<ListGatewaysRequest,ListGatewaysResult> asyncHandler)
Retrieves a paginated list of gateways.
|
Future<ListPortalsResult> |
listPortalsAsync(ListPortalsRequest listPortalsRequest)
Retrieves a paginated list of AWS IoT SiteWise Monitor portals.
|
Future<ListPortalsResult> |
listPortalsAsync(ListPortalsRequest listPortalsRequest,
AsyncHandler<ListPortalsRequest,ListPortalsResult> asyncHandler)
Retrieves a paginated list of AWS IoT SiteWise Monitor portals.
|
Future<ListProjectAssetsResult> |
listProjectAssetsAsync(ListProjectAssetsRequest listProjectAssetsRequest)
Retrieves a paginated list of assets associated with an AWS IoT SiteWise Monitor project.
|
Future<ListProjectAssetsResult> |
listProjectAssetsAsync(ListProjectAssetsRequest listProjectAssetsRequest,
AsyncHandler<ListProjectAssetsRequest,ListProjectAssetsResult> asyncHandler)
Retrieves a paginated list of assets associated with an AWS IoT SiteWise Monitor project.
|
Future<ListProjectsResult> |
listProjectsAsync(ListProjectsRequest listProjectsRequest)
Retrieves a paginated list of projects for an AWS IoT SiteWise Monitor portal.
|
Future<ListProjectsResult> |
listProjectsAsync(ListProjectsRequest listProjectsRequest,
AsyncHandler<ListProjectsRequest,ListProjectsResult> asyncHandler)
Retrieves a paginated list of projects for an AWS IoT SiteWise Monitor portal.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves the list of tags for an AWS IoT SiteWise resource.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Retrieves the list of tags for an AWS IoT SiteWise resource.
|
Future<PutLoggingOptionsResult> |
putLoggingOptionsAsync(PutLoggingOptionsRequest putLoggingOptionsRequest)
Sets logging options for AWS IoT SiteWise.
|
Future<PutLoggingOptionsResult> |
putLoggingOptionsAsync(PutLoggingOptionsRequest putLoggingOptionsRequest,
AsyncHandler<PutLoggingOptionsRequest,PutLoggingOptionsResult> asyncHandler)
Sets logging options for AWS IoT SiteWise.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest)
Adds tags to an AWS IoT SiteWise resource.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Adds tags to an AWS IoT SiteWise resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes a tag from an AWS IoT SiteWise resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes a tag from an AWS IoT SiteWise resource.
|
Future<UpdateAccessPolicyResult> |
updateAccessPolicyAsync(UpdateAccessPolicyRequest updateAccessPolicyRequest)
Updates an existing access policy that specifies an AWS SSO user or group's access to an AWS IoT SiteWise Monitor
portal or project resource.
|
Future<UpdateAccessPolicyResult> |
updateAccessPolicyAsync(UpdateAccessPolicyRequest updateAccessPolicyRequest,
AsyncHandler<UpdateAccessPolicyRequest,UpdateAccessPolicyResult> asyncHandler)
Updates an existing access policy that specifies an AWS SSO user or group's access to an AWS IoT SiteWise Monitor
portal or project resource.
|
Future<UpdateAssetResult> |
updateAssetAsync(UpdateAssetRequest updateAssetRequest)
Updates an asset's name.
|
Future<UpdateAssetResult> |
updateAssetAsync(UpdateAssetRequest updateAssetRequest,
AsyncHandler<UpdateAssetRequest,UpdateAssetResult> asyncHandler)
Updates an asset's name.
|
Future<UpdateAssetModelResult> |
updateAssetModelAsync(UpdateAssetModelRequest updateAssetModelRequest)
Updates an asset model and all of the assets that were created from the model.
|
Future<UpdateAssetModelResult> |
updateAssetModelAsync(UpdateAssetModelRequest updateAssetModelRequest,
AsyncHandler<UpdateAssetModelRequest,UpdateAssetModelResult> asyncHandler)
Updates an asset model and all of the assets that were created from the model.
|
Future<UpdateAssetPropertyResult> |
updateAssetPropertyAsync(UpdateAssetPropertyRequest updateAssetPropertyRequest)
Updates an asset property's alias and notification state.
|
Future<UpdateAssetPropertyResult> |
updateAssetPropertyAsync(UpdateAssetPropertyRequest updateAssetPropertyRequest,
AsyncHandler<UpdateAssetPropertyRequest,UpdateAssetPropertyResult> asyncHandler)
Updates an asset property's alias and notification state.
|
Future<UpdateDashboardResult> |
updateDashboardAsync(UpdateDashboardRequest updateDashboardRequest)
Updates an AWS IoT SiteWise Monitor dashboard.
|
Future<UpdateDashboardResult> |
updateDashboardAsync(UpdateDashboardRequest updateDashboardRequest,
AsyncHandler<UpdateDashboardRequest,UpdateDashboardResult> asyncHandler)
Updates an AWS IoT SiteWise Monitor dashboard.
|
Future<UpdateGatewayResult> |
updateGatewayAsync(UpdateGatewayRequest updateGatewayRequest)
Updates a gateway's name.
|
Future<UpdateGatewayResult> |
updateGatewayAsync(UpdateGatewayRequest updateGatewayRequest,
AsyncHandler<UpdateGatewayRequest,UpdateGatewayResult> asyncHandler)
Updates a gateway's name.
|
Future<UpdateGatewayCapabilityConfigurationResult> |
updateGatewayCapabilityConfigurationAsync(UpdateGatewayCapabilityConfigurationRequest updateGatewayCapabilityConfigurationRequest)
Updates a gateway capability configuration or defines a new capability configuration.
|
Future<UpdateGatewayCapabilityConfigurationResult> |
updateGatewayCapabilityConfigurationAsync(UpdateGatewayCapabilityConfigurationRequest updateGatewayCapabilityConfigurationRequest,
AsyncHandler<UpdateGatewayCapabilityConfigurationRequest,UpdateGatewayCapabilityConfigurationResult> asyncHandler)
Updates a gateway capability configuration or defines a new capability configuration.
|
Future<UpdatePortalResult> |
updatePortalAsync(UpdatePortalRequest updatePortalRequest)
Updates an AWS IoT SiteWise Monitor portal.
|
Future<UpdatePortalResult> |
updatePortalAsync(UpdatePortalRequest updatePortalRequest,
AsyncHandler<UpdatePortalRequest,UpdatePortalResult> asyncHandler)
Updates an AWS IoT SiteWise Monitor portal.
|
Future<UpdateProjectResult> |
updateProjectAsync(UpdateProjectRequest updateProjectRequest)
Updates an AWS IoT SiteWise Monitor project.
|
Future<UpdateProjectResult> |
updateProjectAsync(UpdateProjectRequest updateProjectRequest,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler)
Updates an AWS IoT SiteWise Monitor project.
|
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, waiters
Future<AssociateAssetsResult> associateAssetsAsync(AssociateAssetsRequest associateAssetsRequest)
Associates 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.
associateAssetsRequest
- Future<AssociateAssetsResult> associateAssetsAsync(AssociateAssetsRequest associateAssetsRequest, AsyncHandler<AssociateAssetsRequest,AssociateAssetsResult> asyncHandler)
Associates 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.
associateAssetsRequest
- 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.Future<BatchAssociateProjectAssetsResult> batchAssociateProjectAssetsAsync(BatchAssociateProjectAssetsRequest batchAssociateProjectAssetsRequest)
Associates a group (batch) of assets with an AWS IoT SiteWise Monitor project.
batchAssociateProjectAssetsRequest
- Future<BatchAssociateProjectAssetsResult> batchAssociateProjectAssetsAsync(BatchAssociateProjectAssetsRequest batchAssociateProjectAssetsRequest, AsyncHandler<BatchAssociateProjectAssetsRequest,BatchAssociateProjectAssetsResult> asyncHandler)
Associates a group (batch) of assets with an AWS IoT SiteWise Monitor project.
batchAssociateProjectAssetsRequest
- 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.Future<BatchDisassociateProjectAssetsResult> batchDisassociateProjectAssetsAsync(BatchDisassociateProjectAssetsRequest batchDisassociateProjectAssetsRequest)
Disassociates a group (batch) of assets from an AWS IoT SiteWise Monitor project.
batchDisassociateProjectAssetsRequest
- Future<BatchDisassociateProjectAssetsResult> batchDisassociateProjectAssetsAsync(BatchDisassociateProjectAssetsRequest batchDisassociateProjectAssetsRequest, AsyncHandler<BatchDisassociateProjectAssetsRequest,BatchDisassociateProjectAssetsResult> asyncHandler)
Disassociates a group (batch) of assets from an AWS IoT SiteWise Monitor project.
batchDisassociateProjectAssetsRequest
- 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.Future<BatchPutAssetPropertyValueResult> batchPutAssetPropertyValueAsync(BatchPutAssetPropertyValueRequest batchPutAssetPropertyValueRequest)
Sends 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.
batchPutAssetPropertyValueRequest
- Future<BatchPutAssetPropertyValueResult> batchPutAssetPropertyValueAsync(BatchPutAssetPropertyValueRequest batchPutAssetPropertyValueRequest, AsyncHandler<BatchPutAssetPropertyValueRequest,BatchPutAssetPropertyValueResult> asyncHandler)
Sends 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.
batchPutAssetPropertyValueRequest
- 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.Future<CreateAccessPolicyResult> createAccessPolicyAsync(CreateAccessPolicyRequest createAccessPolicyRequest)
Creates 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.
createAccessPolicyRequest
- Future<CreateAccessPolicyResult> createAccessPolicyAsync(CreateAccessPolicyRequest createAccessPolicyRequest, AsyncHandler<CreateAccessPolicyRequest,CreateAccessPolicyResult> asyncHandler)
Creates 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.
createAccessPolicyRequest
- 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.Future<CreateAssetResult> createAssetAsync(CreateAssetRequest createAssetRequest)
Creates an asset from an existing asset model. For more information, see Creating Assets in the AWS IoT SiteWise User Guide.
createAssetRequest
- Future<CreateAssetResult> createAssetAsync(CreateAssetRequest createAssetRequest, AsyncHandler<CreateAssetRequest,CreateAssetResult> asyncHandler)
Creates an asset from an existing asset model. For more information, see Creating Assets in the AWS IoT SiteWise User Guide.
createAssetRequest
- 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.Future<CreateAssetModelResult> createAssetModelAsync(CreateAssetModelRequest createAssetModelRequest)
Creates 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.
createAssetModelRequest
- Future<CreateAssetModelResult> createAssetModelAsync(CreateAssetModelRequest createAssetModelRequest, AsyncHandler<CreateAssetModelRequest,CreateAssetModelResult> asyncHandler)
Creates 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.
createAssetModelRequest
- 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.Future<CreateDashboardResult> createDashboardAsync(CreateDashboardRequest createDashboardRequest)
Creates a dashboard in an AWS IoT SiteWise Monitor project.
createDashboardRequest
- Future<CreateDashboardResult> createDashboardAsync(CreateDashboardRequest createDashboardRequest, AsyncHandler<CreateDashboardRequest,CreateDashboardResult> asyncHandler)
Creates a dashboard in an AWS IoT SiteWise Monitor project.
createDashboardRequest
- 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.Future<CreateGatewayResult> createGatewayAsync(CreateGatewayRequest createGatewayRequest)
Creates 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.
createGatewayRequest
- Future<CreateGatewayResult> createGatewayAsync(CreateGatewayRequest createGatewayRequest, AsyncHandler<CreateGatewayRequest,CreateGatewayResult> asyncHandler)
Creates 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.
createGatewayRequest
- 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.Future<CreatePortalResult> createPortalAsync(CreatePortalRequest createPortalRequest)
Creates 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.
createPortalRequest
- Future<CreatePortalResult> createPortalAsync(CreatePortalRequest createPortalRequest, AsyncHandler<CreatePortalRequest,CreatePortalResult> asyncHandler)
Creates 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.
createPortalRequest
- 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.Future<CreateProjectResult> createProjectAsync(CreateProjectRequest createProjectRequest)
Creates a project in the specified portal.
createProjectRequest
- Future<CreateProjectResult> createProjectAsync(CreateProjectRequest createProjectRequest, AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler)
Creates a project in the specified portal.
createProjectRequest
- 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.Future<DeleteAccessPolicyResult> deleteAccessPolicyAsync(DeleteAccessPolicyRequest deleteAccessPolicyRequest)
Deletes 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.
deleteAccessPolicyRequest
- Future<DeleteAccessPolicyResult> deleteAccessPolicyAsync(DeleteAccessPolicyRequest deleteAccessPolicyRequest, AsyncHandler<DeleteAccessPolicyRequest,DeleteAccessPolicyResult> asyncHandler)
Deletes 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.
deleteAccessPolicyRequest
- 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.Future<DeleteAssetResult> deleteAssetAsync(DeleteAssetRequest deleteAssetRequest)
Deletes 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.
deleteAssetRequest
- Future<DeleteAssetResult> deleteAssetAsync(DeleteAssetRequest deleteAssetRequest, AsyncHandler<DeleteAssetRequest,DeleteAssetResult> asyncHandler)
Deletes 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.
deleteAssetRequest
- 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.Future<DeleteAssetModelResult> deleteAssetModelAsync(DeleteAssetModelRequest deleteAssetModelRequest)
Deletes 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.
deleteAssetModelRequest
- Future<DeleteAssetModelResult> deleteAssetModelAsync(DeleteAssetModelRequest deleteAssetModelRequest, AsyncHandler<DeleteAssetModelRequest,DeleteAssetModelResult> asyncHandler)
Deletes 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.
deleteAssetModelRequest
- 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.Future<DeleteDashboardResult> deleteDashboardAsync(DeleteDashboardRequest deleteDashboardRequest)
Deletes a dashboard from AWS IoT SiteWise Monitor.
deleteDashboardRequest
- Future<DeleteDashboardResult> deleteDashboardAsync(DeleteDashboardRequest deleteDashboardRequest, AsyncHandler<DeleteDashboardRequest,DeleteDashboardResult> asyncHandler)
Deletes a dashboard from AWS IoT SiteWise Monitor.
deleteDashboardRequest
- 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.Future<DeleteGatewayResult> deleteGatewayAsync(DeleteGatewayRequest deleteGatewayRequest)
Deletes 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.
deleteGatewayRequest
- Future<DeleteGatewayResult> deleteGatewayAsync(DeleteGatewayRequest deleteGatewayRequest, AsyncHandler<DeleteGatewayRequest,DeleteGatewayResult> asyncHandler)
Deletes 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.
deleteGatewayRequest
- 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.Future<DeletePortalResult> deletePortalAsync(DeletePortalRequest deletePortalRequest)
Deletes a portal from AWS IoT SiteWise Monitor.
deletePortalRequest
- Future<DeletePortalResult> deletePortalAsync(DeletePortalRequest deletePortalRequest, AsyncHandler<DeletePortalRequest,DeletePortalResult> asyncHandler)
Deletes a portal from AWS IoT SiteWise Monitor.
deletePortalRequest
- 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.Future<DeleteProjectResult> deleteProjectAsync(DeleteProjectRequest deleteProjectRequest)
Deletes a project from AWS IoT SiteWise Monitor.
deleteProjectRequest
- Future<DeleteProjectResult> deleteProjectAsync(DeleteProjectRequest deleteProjectRequest, AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler)
Deletes a project from AWS IoT SiteWise Monitor.
deleteProjectRequest
- 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.Future<DescribeAccessPolicyResult> describeAccessPolicyAsync(DescribeAccessPolicyRequest describeAccessPolicyRequest)
Describes an access policy, which specifies an AWS SSO user or group's access to an AWS IoT SiteWise Monitor portal or project.
describeAccessPolicyRequest
- Future<DescribeAccessPolicyResult> describeAccessPolicyAsync(DescribeAccessPolicyRequest describeAccessPolicyRequest, AsyncHandler<DescribeAccessPolicyRequest,DescribeAccessPolicyResult> asyncHandler)
Describes an access policy, which specifies an AWS SSO user or group's access to an AWS IoT SiteWise Monitor portal or project.
describeAccessPolicyRequest
- 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.Future<DescribeAssetResult> describeAssetAsync(DescribeAssetRequest describeAssetRequest)
Retrieves information about an asset.
describeAssetRequest
- Future<DescribeAssetResult> describeAssetAsync(DescribeAssetRequest describeAssetRequest, AsyncHandler<DescribeAssetRequest,DescribeAssetResult> asyncHandler)
Retrieves information about an asset.
describeAssetRequest
- 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.Future<DescribeAssetModelResult> describeAssetModelAsync(DescribeAssetModelRequest describeAssetModelRequest)
Retrieves information about an asset model.
describeAssetModelRequest
- Future<DescribeAssetModelResult> describeAssetModelAsync(DescribeAssetModelRequest describeAssetModelRequest, AsyncHandler<DescribeAssetModelRequest,DescribeAssetModelResult> asyncHandler)
Retrieves information about an asset model.
describeAssetModelRequest
- 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.Future<DescribeAssetPropertyResult> describeAssetPropertyAsync(DescribeAssetPropertyRequest describeAssetPropertyRequest)
Retrieves information about an asset's property.
describeAssetPropertyRequest
- Future<DescribeAssetPropertyResult> describeAssetPropertyAsync(DescribeAssetPropertyRequest describeAssetPropertyRequest, AsyncHandler<DescribeAssetPropertyRequest,DescribeAssetPropertyResult> asyncHandler)
Retrieves information about an asset's property.
describeAssetPropertyRequest
- 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.Future<DescribeDashboardResult> describeDashboardAsync(DescribeDashboardRequest describeDashboardRequest)
Retrieves information about a dashboard.
describeDashboardRequest
- Future<DescribeDashboardResult> describeDashboardAsync(DescribeDashboardRequest describeDashboardRequest, AsyncHandler<DescribeDashboardRequest,DescribeDashboardResult> asyncHandler)
Retrieves information about a dashboard.
describeDashboardRequest
- 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.Future<DescribeGatewayResult> describeGatewayAsync(DescribeGatewayRequest describeGatewayRequest)
Retrieves information about a gateway.
describeGatewayRequest
- Future<DescribeGatewayResult> describeGatewayAsync(DescribeGatewayRequest describeGatewayRequest, AsyncHandler<DescribeGatewayRequest,DescribeGatewayResult> asyncHandler)
Retrieves information about a gateway.
describeGatewayRequest
- 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.Future<DescribeGatewayCapabilityConfigurationResult> describeGatewayCapabilityConfigurationAsync(DescribeGatewayCapabilityConfigurationRequest describeGatewayCapabilityConfigurationRequest)
Retrieves 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.
describeGatewayCapabilityConfigurationRequest
- Future<DescribeGatewayCapabilityConfigurationResult> describeGatewayCapabilityConfigurationAsync(DescribeGatewayCapabilityConfigurationRequest describeGatewayCapabilityConfigurationRequest, AsyncHandler<DescribeGatewayCapabilityConfigurationRequest,DescribeGatewayCapabilityConfigurationResult> asyncHandler)
Retrieves 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.
describeGatewayCapabilityConfigurationRequest
- 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.Future<DescribeLoggingOptionsResult> describeLoggingOptionsAsync(DescribeLoggingOptionsRequest describeLoggingOptionsRequest)
Retrieves the current AWS IoT SiteWise logging options.
describeLoggingOptionsRequest
- Future<DescribeLoggingOptionsResult> describeLoggingOptionsAsync(DescribeLoggingOptionsRequest describeLoggingOptionsRequest, AsyncHandler<DescribeLoggingOptionsRequest,DescribeLoggingOptionsResult> asyncHandler)
Retrieves the current AWS IoT SiteWise logging options.
describeLoggingOptionsRequest
- 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.Future<DescribePortalResult> describePortalAsync(DescribePortalRequest describePortalRequest)
Retrieves information about a portal.
describePortalRequest
- Future<DescribePortalResult> describePortalAsync(DescribePortalRequest describePortalRequest, AsyncHandler<DescribePortalRequest,DescribePortalResult> asyncHandler)
Retrieves information about a portal.
describePortalRequest
- 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.Future<DescribeProjectResult> describeProjectAsync(DescribeProjectRequest describeProjectRequest)
Retrieves information about a project.
describeProjectRequest
- Future<DescribeProjectResult> describeProjectAsync(DescribeProjectRequest describeProjectRequest, AsyncHandler<DescribeProjectRequest,DescribeProjectResult> asyncHandler)
Retrieves information about a project.
describeProjectRequest
- 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.Future<DisassociateAssetsResult> disassociateAssetsAsync(DisassociateAssetsRequest disassociateAssetsRequest)
Disassociates a child asset from the given parent asset through a hierarchy defined in the parent asset's model.
disassociateAssetsRequest
- Future<DisassociateAssetsResult> disassociateAssetsAsync(DisassociateAssetsRequest disassociateAssetsRequest, AsyncHandler<DisassociateAssetsRequest,DisassociateAssetsResult> asyncHandler)
Disassociates a child asset from the given parent asset through a hierarchy defined in the parent asset's model.
disassociateAssetsRequest
- 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.Future<GetAssetPropertyAggregatesResult> getAssetPropertyAggregatesAsync(GetAssetPropertyAggregatesRequest getAssetPropertyAggregatesRequest)
Gets 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.
getAssetPropertyAggregatesRequest
- Future<GetAssetPropertyAggregatesResult> getAssetPropertyAggregatesAsync(GetAssetPropertyAggregatesRequest getAssetPropertyAggregatesRequest, AsyncHandler<GetAssetPropertyAggregatesRequest,GetAssetPropertyAggregatesResult> asyncHandler)
Gets 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.
getAssetPropertyAggregatesRequest
- 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.Future<GetAssetPropertyValueResult> getAssetPropertyValueAsync(GetAssetPropertyValueRequest getAssetPropertyValueRequest)
Gets 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.
getAssetPropertyValueRequest
- Future<GetAssetPropertyValueResult> getAssetPropertyValueAsync(GetAssetPropertyValueRequest getAssetPropertyValueRequest, AsyncHandler<GetAssetPropertyValueRequest,GetAssetPropertyValueResult> asyncHandler)
Gets 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.
getAssetPropertyValueRequest
- 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.Future<GetAssetPropertyValueHistoryResult> getAssetPropertyValueHistoryAsync(GetAssetPropertyValueHistoryRequest getAssetPropertyValueHistoryRequest)
Gets 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.
getAssetPropertyValueHistoryRequest
- Future<GetAssetPropertyValueHistoryResult> getAssetPropertyValueHistoryAsync(GetAssetPropertyValueHistoryRequest getAssetPropertyValueHistoryRequest, AsyncHandler<GetAssetPropertyValueHistoryRequest,GetAssetPropertyValueHistoryResult> asyncHandler)
Gets 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.
getAssetPropertyValueHistoryRequest
- 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.Future<ListAccessPoliciesResult> listAccessPoliciesAsync(ListAccessPoliciesRequest listAccessPoliciesRequest)
Retrieves 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).
listAccessPoliciesRequest
- Future<ListAccessPoliciesResult> listAccessPoliciesAsync(ListAccessPoliciesRequest listAccessPoliciesRequest, AsyncHandler<ListAccessPoliciesRequest,ListAccessPoliciesResult> asyncHandler)
Retrieves 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).
listAccessPoliciesRequest
- 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.Future<ListAssetModelsResult> listAssetModelsAsync(ListAssetModelsRequest listAssetModelsRequest)
Retrieves a paginated list of summaries of all asset models.
listAssetModelsRequest
- Future<ListAssetModelsResult> listAssetModelsAsync(ListAssetModelsRequest listAssetModelsRequest, AsyncHandler<ListAssetModelsRequest,ListAssetModelsResult> asyncHandler)
Retrieves a paginated list of summaries of all asset models.
listAssetModelsRequest
- 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.Future<ListAssetsResult> listAssetsAsync(ListAssetsRequest listAssetsRequest)
Retrieves 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.
listAssetsRequest
- Future<ListAssetsResult> listAssetsAsync(ListAssetsRequest listAssetsRequest, AsyncHandler<ListAssetsRequest,ListAssetsResult> asyncHandler)
Retrieves 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.
listAssetsRequest
- 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.Future<ListAssociatedAssetsResult> listAssociatedAssetsAsync(ListAssociatedAssetsRequest listAssociatedAssetsRequest)
Retrieves a paginated list of the assets associated to a parent asset (assetId
) by a given hierarchy
(hierarchyId
).
listAssociatedAssetsRequest
- Future<ListAssociatedAssetsResult> listAssociatedAssetsAsync(ListAssociatedAssetsRequest listAssociatedAssetsRequest, AsyncHandler<ListAssociatedAssetsRequest,ListAssociatedAssetsResult> asyncHandler)
Retrieves a paginated list of the assets associated to a parent asset (assetId
) by a given hierarchy
(hierarchyId
).
listAssociatedAssetsRequest
- 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.Future<ListDashboardsResult> listDashboardsAsync(ListDashboardsRequest listDashboardsRequest)
Retrieves a paginated list of dashboards for an AWS IoT SiteWise Monitor project.
listDashboardsRequest
- Future<ListDashboardsResult> listDashboardsAsync(ListDashboardsRequest listDashboardsRequest, AsyncHandler<ListDashboardsRequest,ListDashboardsResult> asyncHandler)
Retrieves a paginated list of dashboards for an AWS IoT SiteWise Monitor project.
listDashboardsRequest
- 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.Future<ListGatewaysResult> listGatewaysAsync(ListGatewaysRequest listGatewaysRequest)
Retrieves a paginated list of gateways.
listGatewaysRequest
- Future<ListGatewaysResult> listGatewaysAsync(ListGatewaysRequest listGatewaysRequest, AsyncHandler<ListGatewaysRequest,ListGatewaysResult> asyncHandler)
Retrieves a paginated list of gateways.
listGatewaysRequest
- 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.Future<ListPortalsResult> listPortalsAsync(ListPortalsRequest listPortalsRequest)
Retrieves a paginated list of AWS IoT SiteWise Monitor portals.
listPortalsRequest
- Future<ListPortalsResult> listPortalsAsync(ListPortalsRequest listPortalsRequest, AsyncHandler<ListPortalsRequest,ListPortalsResult> asyncHandler)
Retrieves a paginated list of AWS IoT SiteWise Monitor portals.
listPortalsRequest
- 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.Future<ListProjectAssetsResult> listProjectAssetsAsync(ListProjectAssetsRequest listProjectAssetsRequest)
Retrieves a paginated list of assets associated with an AWS IoT SiteWise Monitor project.
listProjectAssetsRequest
- Future<ListProjectAssetsResult> listProjectAssetsAsync(ListProjectAssetsRequest listProjectAssetsRequest, AsyncHandler<ListProjectAssetsRequest,ListProjectAssetsResult> asyncHandler)
Retrieves a paginated list of assets associated with an AWS IoT SiteWise Monitor project.
listProjectAssetsRequest
- 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.Future<ListProjectsResult> listProjectsAsync(ListProjectsRequest listProjectsRequest)
Retrieves a paginated list of projects for an AWS IoT SiteWise Monitor portal.
listProjectsRequest
- Future<ListProjectsResult> listProjectsAsync(ListProjectsRequest listProjectsRequest, AsyncHandler<ListProjectsRequest,ListProjectsResult> asyncHandler)
Retrieves a paginated list of projects for an AWS IoT SiteWise Monitor portal.
listProjectsRequest
- 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.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves the list of tags for an AWS IoT SiteWise resource.
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Retrieves the list of tags for an AWS IoT SiteWise resource.
listTagsForResourceRequest
- 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.Future<PutLoggingOptionsResult> putLoggingOptionsAsync(PutLoggingOptionsRequest putLoggingOptionsRequest)
Sets logging options for AWS IoT SiteWise.
putLoggingOptionsRequest
- Future<PutLoggingOptionsResult> putLoggingOptionsAsync(PutLoggingOptionsRequest putLoggingOptionsRequest, AsyncHandler<PutLoggingOptionsRequest,PutLoggingOptionsResult> asyncHandler)
Sets logging options for AWS IoT SiteWise.
putLoggingOptionsRequest
- 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.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Adds tags to an AWS IoT SiteWise resource. If a tag already exists for the resource, this operation updates the tag's value.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Adds tags to an AWS IoT SiteWise resource. If a tag already exists for the resource, this operation updates the tag's value.
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.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes a tag from an AWS IoT SiteWise resource.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes a tag from an AWS IoT SiteWise resource.
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.Future<UpdateAccessPolicyResult> updateAccessPolicyAsync(UpdateAccessPolicyRequest updateAccessPolicyRequest)
Updates an existing access policy that specifies an AWS SSO user or group's access to an AWS IoT SiteWise Monitor portal or project resource.
updateAccessPolicyRequest
- Future<UpdateAccessPolicyResult> updateAccessPolicyAsync(UpdateAccessPolicyRequest updateAccessPolicyRequest, AsyncHandler<UpdateAccessPolicyRequest,UpdateAccessPolicyResult> asyncHandler)
Updates an existing access policy that specifies an AWS SSO user or group's access to an AWS IoT SiteWise Monitor portal or project resource.
updateAccessPolicyRequest
- 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.Future<UpdateAssetResult> updateAssetAsync(UpdateAssetRequest updateAssetRequest)
Updates an asset's name. For more information, see Updating Assets and Models in the AWS IoT SiteWise User Guide.
updateAssetRequest
- Future<UpdateAssetResult> updateAssetAsync(UpdateAssetRequest updateAssetRequest, AsyncHandler<UpdateAssetRequest,UpdateAssetResult> asyncHandler)
Updates an asset's name. For more information, see Updating Assets and Models in the AWS IoT SiteWise User Guide.
updateAssetRequest
- 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.Future<UpdateAssetModelResult> updateAssetModelAsync(UpdateAssetModelRequest updateAssetModelRequest)
Updates 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.
updateAssetModelRequest
- Future<UpdateAssetModelResult> updateAssetModelAsync(UpdateAssetModelRequest updateAssetModelRequest, AsyncHandler<UpdateAssetModelRequest,UpdateAssetModelResult> asyncHandler)
Updates 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.
updateAssetModelRequest
- 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.Future<UpdateAssetPropertyResult> updateAssetPropertyAsync(UpdateAssetPropertyRequest updateAssetPropertyRequest)
Updates 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.
updateAssetPropertyRequest
- Future<UpdateAssetPropertyResult> updateAssetPropertyAsync(UpdateAssetPropertyRequest updateAssetPropertyRequest, AsyncHandler<UpdateAssetPropertyRequest,UpdateAssetPropertyResult> asyncHandler)
Updates 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.
updateAssetPropertyRequest
- 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.Future<UpdateDashboardResult> updateDashboardAsync(UpdateDashboardRequest updateDashboardRequest)
Updates an AWS IoT SiteWise Monitor dashboard.
updateDashboardRequest
- Future<UpdateDashboardResult> updateDashboardAsync(UpdateDashboardRequest updateDashboardRequest, AsyncHandler<UpdateDashboardRequest,UpdateDashboardResult> asyncHandler)
Updates an AWS IoT SiteWise Monitor dashboard.
updateDashboardRequest
- 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.Future<UpdateGatewayResult> updateGatewayAsync(UpdateGatewayRequest updateGatewayRequest)
Updates a gateway's name.
updateGatewayRequest
- Future<UpdateGatewayResult> updateGatewayAsync(UpdateGatewayRequest updateGatewayRequest, AsyncHandler<UpdateGatewayRequest,UpdateGatewayResult> asyncHandler)
Updates a gateway's name.
updateGatewayRequest
- 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.Future<UpdateGatewayCapabilityConfigurationResult> updateGatewayCapabilityConfigurationAsync(UpdateGatewayCapabilityConfigurationRequest updateGatewayCapabilityConfigurationRequest)
Updates 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.
updateGatewayCapabilityConfigurationRequest
- Future<UpdateGatewayCapabilityConfigurationResult> updateGatewayCapabilityConfigurationAsync(UpdateGatewayCapabilityConfigurationRequest updateGatewayCapabilityConfigurationRequest, AsyncHandler<UpdateGatewayCapabilityConfigurationRequest,UpdateGatewayCapabilityConfigurationResult> asyncHandler)
Updates 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.
updateGatewayCapabilityConfigurationRequest
- 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.Future<UpdatePortalResult> updatePortalAsync(UpdatePortalRequest updatePortalRequest)
Updates an AWS IoT SiteWise Monitor portal.
updatePortalRequest
- Future<UpdatePortalResult> updatePortalAsync(UpdatePortalRequest updatePortalRequest, AsyncHandler<UpdatePortalRequest,UpdatePortalResult> asyncHandler)
Updates an AWS IoT SiteWise Monitor portal.
updatePortalRequest
- 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.Future<UpdateProjectResult> updateProjectAsync(UpdateProjectRequest updateProjectRequest)
Updates an AWS IoT SiteWise Monitor project.
updateProjectRequest
- Future<UpdateProjectResult> updateProjectAsync(UpdateProjectRequest updateProjectRequest, AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler)
Updates an AWS IoT SiteWise Monitor project.
updateProjectRequest
- 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.