| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise |
Welcome to the IoT SiteWise API Reference.
|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
default AssociateAssetsResponse |
IoTSiteWiseClient.associateAssets(AssociateAssetsRequest associateAssetsRequest)
Associates a child asset with the given parent asset through a hierarchy defined in the parent asset's model.
|
default AssociateAssetsResponse |
IoTSiteWiseClient.associateAssets(Consumer<AssociateAssetsRequest.Builder> associateAssetsRequest)
Associates a child asset with the given parent asset through a hierarchy defined in the parent asset's model.
|
default AssociateTimeSeriesToAssetPropertyResponse |
IoTSiteWiseClient.associateTimeSeriesToAssetProperty(AssociateTimeSeriesToAssetPropertyRequest associateTimeSeriesToAssetPropertyRequest)
Associates a time series (data stream) with an asset property.
|
default AssociateTimeSeriesToAssetPropertyResponse |
IoTSiteWiseClient.associateTimeSeriesToAssetProperty(Consumer<AssociateTimeSeriesToAssetPropertyRequest.Builder> associateTimeSeriesToAssetPropertyRequest)
Associates a time series (data stream) with an asset property.
|
default BatchAssociateProjectAssetsResponse |
IoTSiteWiseClient.batchAssociateProjectAssets(BatchAssociateProjectAssetsRequest batchAssociateProjectAssetsRequest)
Associates a group (batch) of assets with an IoT SiteWise Monitor project.
|
default BatchAssociateProjectAssetsResponse |
IoTSiteWiseClient.batchAssociateProjectAssets(Consumer<BatchAssociateProjectAssetsRequest.Builder> batchAssociateProjectAssetsRequest)
Associates a group (batch) of assets with an IoT SiteWise Monitor project.
|
default BatchDisassociateProjectAssetsResponse |
IoTSiteWiseClient.batchDisassociateProjectAssets(BatchDisassociateProjectAssetsRequest batchDisassociateProjectAssetsRequest)
Disassociates a group (batch) of assets from an IoT SiteWise Monitor project.
|
default BatchDisassociateProjectAssetsResponse |
IoTSiteWiseClient.batchDisassociateProjectAssets(Consumer<BatchDisassociateProjectAssetsRequest.Builder> batchDisassociateProjectAssetsRequest)
Disassociates a group (batch) of assets from an IoT SiteWise Monitor project.
|
default BatchGetAssetPropertyAggregatesResponse |
IoTSiteWiseClient.batchGetAssetPropertyAggregates(BatchGetAssetPropertyAggregatesRequest batchGetAssetPropertyAggregatesRequest)
Gets aggregated values (for example, average, minimum, and maximum) for one or more asset properties.
|
default BatchGetAssetPropertyAggregatesResponse |
IoTSiteWiseClient.batchGetAssetPropertyAggregates(Consumer<BatchGetAssetPropertyAggregatesRequest.Builder> batchGetAssetPropertyAggregatesRequest)
Gets aggregated values (for example, average, minimum, and maximum) for one or more asset properties.
|
default BatchGetAssetPropertyAggregatesIterable |
IoTSiteWiseClient.batchGetAssetPropertyAggregatesPaginator(BatchGetAssetPropertyAggregatesRequest batchGetAssetPropertyAggregatesRequest)
Gets aggregated values (for example, average, minimum, and maximum) for one or more asset properties.
|
default BatchGetAssetPropertyAggregatesIterable |
IoTSiteWiseClient.batchGetAssetPropertyAggregatesPaginator(Consumer<BatchGetAssetPropertyAggregatesRequest.Builder> batchGetAssetPropertyAggregatesRequest)
Gets aggregated values (for example, average, minimum, and maximum) for one or more asset properties.
|
default BatchGetAssetPropertyValueResponse |
IoTSiteWiseClient.batchGetAssetPropertyValue(BatchGetAssetPropertyValueRequest batchGetAssetPropertyValueRequest)
Gets the current value for one or more asset properties.
|
default BatchGetAssetPropertyValueResponse |
IoTSiteWiseClient.batchGetAssetPropertyValue(Consumer<BatchGetAssetPropertyValueRequest.Builder> batchGetAssetPropertyValueRequest)
Gets the current value for one or more asset properties.
|
default BatchGetAssetPropertyValueHistoryResponse |
IoTSiteWiseClient.batchGetAssetPropertyValueHistory(BatchGetAssetPropertyValueHistoryRequest batchGetAssetPropertyValueHistoryRequest)
Gets the historical values for one or more asset properties.
|
default BatchGetAssetPropertyValueHistoryResponse |
IoTSiteWiseClient.batchGetAssetPropertyValueHistory(Consumer<BatchGetAssetPropertyValueHistoryRequest.Builder> batchGetAssetPropertyValueHistoryRequest)
Gets the historical values for one or more asset properties.
|
default BatchGetAssetPropertyValueHistoryIterable |
IoTSiteWiseClient.batchGetAssetPropertyValueHistoryPaginator(BatchGetAssetPropertyValueHistoryRequest batchGetAssetPropertyValueHistoryRequest)
Gets the historical values for one or more asset properties.
|
default BatchGetAssetPropertyValueHistoryIterable |
IoTSiteWiseClient.batchGetAssetPropertyValueHistoryPaginator(Consumer<BatchGetAssetPropertyValueHistoryRequest.Builder> batchGetAssetPropertyValueHistoryRequest)
Gets the historical values for one or more asset properties.
|
default BatchGetAssetPropertyValueIterable |
IoTSiteWiseClient.batchGetAssetPropertyValuePaginator(BatchGetAssetPropertyValueRequest batchGetAssetPropertyValueRequest)
Gets the current value for one or more asset properties.
|
default BatchGetAssetPropertyValueIterable |
IoTSiteWiseClient.batchGetAssetPropertyValuePaginator(Consumer<BatchGetAssetPropertyValueRequest.Builder> batchGetAssetPropertyValueRequest)
Gets the current value for one or more asset properties.
|
default BatchPutAssetPropertyValueResponse |
IoTSiteWiseClient.batchPutAssetPropertyValue(BatchPutAssetPropertyValueRequest batchPutAssetPropertyValueRequest)
Sends a list of asset property values to IoT SiteWise.
|
default BatchPutAssetPropertyValueResponse |
IoTSiteWiseClient.batchPutAssetPropertyValue(Consumer<BatchPutAssetPropertyValueRequest.Builder> batchPutAssetPropertyValueRequest)
Sends a list of asset property values to IoT SiteWise.
|
default CreateAccessPolicyResponse |
IoTSiteWiseClient.createAccessPolicy(Consumer<CreateAccessPolicyRequest.Builder> createAccessPolicyRequest)
Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group,
or IAM user) access to the specified IoT SiteWise Monitor portal or project resource.
|
default CreateAccessPolicyResponse |
IoTSiteWiseClient.createAccessPolicy(CreateAccessPolicyRequest createAccessPolicyRequest)
Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group,
or IAM user) access to the specified IoT SiteWise Monitor portal or project resource.
|
default CreateAssetResponse |
IoTSiteWiseClient.createAsset(Consumer<CreateAssetRequest.Builder> createAssetRequest)
Creates an asset from an existing asset model.
|
default CreateAssetResponse |
IoTSiteWiseClient.createAsset(CreateAssetRequest createAssetRequest)
Creates an asset from an existing asset model.
|
default CreateAssetModelResponse |
IoTSiteWiseClient.createAssetModel(Consumer<CreateAssetModelRequest.Builder> createAssetModelRequest)
Creates an asset model from specified property and hierarchy definitions.
|
default CreateAssetModelResponse |
IoTSiteWiseClient.createAssetModel(CreateAssetModelRequest createAssetModelRequest)
Creates an asset model from specified property and hierarchy definitions.
|
default CreateBulkImportJobResponse |
IoTSiteWiseClient.createBulkImportJob(Consumer<CreateBulkImportJobRequest.Builder> createBulkImportJobRequest)
Defines a job to ingest data to IoT SiteWise from Amazon S3.
|
default CreateBulkImportJobResponse |
IoTSiteWiseClient.createBulkImportJob(CreateBulkImportJobRequest createBulkImportJobRequest)
Defines a job to ingest data to IoT SiteWise from Amazon S3.
|
default CreateDashboardResponse |
IoTSiteWiseClient.createDashboard(Consumer<CreateDashboardRequest.Builder> createDashboardRequest)
Creates a dashboard in an IoT SiteWise Monitor project.
|
default CreateDashboardResponse |
IoTSiteWiseClient.createDashboard(CreateDashboardRequest createDashboardRequest)
Creates a dashboard in an IoT SiteWise Monitor project.
|
default CreateGatewayResponse |
IoTSiteWiseClient.createGateway(Consumer<CreateGatewayRequest.Builder> createGatewayRequest)
Creates a gateway, which is a virtual or edge device that delivers industrial data streams from local servers to
IoT SiteWise.
|
default CreateGatewayResponse |
IoTSiteWiseClient.createGateway(CreateGatewayRequest createGatewayRequest)
Creates a gateway, which is a virtual or edge device that delivers industrial data streams from local servers to
IoT SiteWise.
|
default CreatePortalResponse |
IoTSiteWiseClient.createPortal(Consumer<CreatePortalRequest.Builder> createPortalRequest)
Creates a portal, which can contain projects and dashboards.
|
default CreatePortalResponse |
IoTSiteWiseClient.createPortal(CreatePortalRequest createPortalRequest)
Creates a portal, which can contain projects and dashboards.
|
default CreateProjectResponse |
IoTSiteWiseClient.createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest)
Creates a project in the specified portal.
|
default CreateProjectResponse |
IoTSiteWiseClient.createProject(CreateProjectRequest createProjectRequest)
Creates a project in the specified portal.
|
default DeleteAccessPolicyResponse |
IoTSiteWiseClient.deleteAccessPolicy(Consumer<DeleteAccessPolicyRequest.Builder> deleteAccessPolicyRequest)
Deletes an access policy that grants the specified identity access to the specified IoT SiteWise Monitor
resource.
|
default DeleteAccessPolicyResponse |
IoTSiteWiseClient.deleteAccessPolicy(DeleteAccessPolicyRequest deleteAccessPolicyRequest)
Deletes an access policy that grants the specified identity access to the specified IoT SiteWise Monitor
resource.
|
default DeleteAssetResponse |
IoTSiteWiseClient.deleteAsset(Consumer<DeleteAssetRequest.Builder> deleteAssetRequest)
Deletes an asset.
|
default DeleteAssetResponse |
IoTSiteWiseClient.deleteAsset(DeleteAssetRequest deleteAssetRequest)
Deletes an asset.
|
default DeleteAssetModelResponse |
IoTSiteWiseClient.deleteAssetModel(Consumer<DeleteAssetModelRequest.Builder> deleteAssetModelRequest)
Deletes an asset model.
|
default DeleteAssetModelResponse |
IoTSiteWiseClient.deleteAssetModel(DeleteAssetModelRequest deleteAssetModelRequest)
Deletes an asset model.
|
default DeleteDashboardResponse |
IoTSiteWiseClient.deleteDashboard(Consumer<DeleteDashboardRequest.Builder> deleteDashboardRequest)
Deletes a dashboard from IoT SiteWise Monitor.
|
default DeleteDashboardResponse |
IoTSiteWiseClient.deleteDashboard(DeleteDashboardRequest deleteDashboardRequest)
Deletes a dashboard from IoT SiteWise Monitor.
|
default DeleteGatewayResponse |
IoTSiteWiseClient.deleteGateway(Consumer<DeleteGatewayRequest.Builder> deleteGatewayRequest)
Deletes a gateway from IoT SiteWise.
|
default DeleteGatewayResponse |
IoTSiteWiseClient.deleteGateway(DeleteGatewayRequest deleteGatewayRequest)
Deletes a gateway from IoT SiteWise.
|
default DeletePortalResponse |
IoTSiteWiseClient.deletePortal(Consumer<DeletePortalRequest.Builder> deletePortalRequest)
Deletes a portal from IoT SiteWise Monitor.
|
default DeletePortalResponse |
IoTSiteWiseClient.deletePortal(DeletePortalRequest deletePortalRequest)
Deletes a portal from IoT SiteWise Monitor.
|
default DeleteProjectResponse |
IoTSiteWiseClient.deleteProject(Consumer<DeleteProjectRequest.Builder> deleteProjectRequest)
Deletes a project from IoT SiteWise Monitor.
|
default DeleteProjectResponse |
IoTSiteWiseClient.deleteProject(DeleteProjectRequest deleteProjectRequest)
Deletes a project from IoT SiteWise Monitor.
|
default DeleteTimeSeriesResponse |
IoTSiteWiseClient.deleteTimeSeries(Consumer<DeleteTimeSeriesRequest.Builder> deleteTimeSeriesRequest)
Deletes a time series (data stream).
|
default DeleteTimeSeriesResponse |
IoTSiteWiseClient.deleteTimeSeries(DeleteTimeSeriesRequest deleteTimeSeriesRequest)
Deletes a time series (data stream).
|
default DescribeAccessPolicyResponse |
IoTSiteWiseClient.describeAccessPolicy(Consumer<DescribeAccessPolicyRequest.Builder> describeAccessPolicyRequest)
Describes an access policy, which specifies an identity's access to an IoT SiteWise Monitor portal or project.
|
default DescribeAccessPolicyResponse |
IoTSiteWiseClient.describeAccessPolicy(DescribeAccessPolicyRequest describeAccessPolicyRequest)
Describes an access policy, which specifies an identity's access to an IoT SiteWise Monitor portal or project.
|
default DescribeAssetResponse |
IoTSiteWiseClient.describeAsset(Consumer<DescribeAssetRequest.Builder> describeAssetRequest)
Retrieves information about an asset.
|
default DescribeAssetResponse |
IoTSiteWiseClient.describeAsset(DescribeAssetRequest describeAssetRequest)
Retrieves information about an asset.
|
default DescribeAssetModelResponse |
IoTSiteWiseClient.describeAssetModel(Consumer<DescribeAssetModelRequest.Builder> describeAssetModelRequest)
Retrieves information about an asset model.
|
default DescribeAssetModelResponse |
IoTSiteWiseClient.describeAssetModel(DescribeAssetModelRequest describeAssetModelRequest)
Retrieves information about an asset model.
|
default DescribeAssetPropertyResponse |
IoTSiteWiseClient.describeAssetProperty(Consumer<DescribeAssetPropertyRequest.Builder> describeAssetPropertyRequest)
Retrieves information about an asset property.
|
default DescribeAssetPropertyResponse |
IoTSiteWiseClient.describeAssetProperty(DescribeAssetPropertyRequest describeAssetPropertyRequest)
Retrieves information about an asset property.
|
default DescribeBulkImportJobResponse |
IoTSiteWiseClient.describeBulkImportJob(Consumer<DescribeBulkImportJobRequest.Builder> describeBulkImportJobRequest)
Retrieves information about a bulk import job request.
|
default DescribeBulkImportJobResponse |
IoTSiteWiseClient.describeBulkImportJob(DescribeBulkImportJobRequest describeBulkImportJobRequest)
Retrieves information about a bulk import job request.
|
default DescribeDashboardResponse |
IoTSiteWiseClient.describeDashboard(Consumer<DescribeDashboardRequest.Builder> describeDashboardRequest)
Retrieves information about a dashboard.
|
default DescribeDashboardResponse |
IoTSiteWiseClient.describeDashboard(DescribeDashboardRequest describeDashboardRequest)
Retrieves information about a dashboard.
|
default DescribeDefaultEncryptionConfigurationResponse |
IoTSiteWiseClient.describeDefaultEncryptionConfiguration(Consumer<DescribeDefaultEncryptionConfigurationRequest.Builder> describeDefaultEncryptionConfigurationRequest)
Retrieves information about the default encryption configuration for the Amazon Web Services account in the
default or specified Region.
|
default DescribeDefaultEncryptionConfigurationResponse |
IoTSiteWiseClient.describeDefaultEncryptionConfiguration(DescribeDefaultEncryptionConfigurationRequest describeDefaultEncryptionConfigurationRequest)
Retrieves information about the default encryption configuration for the Amazon Web Services account in the
default or specified Region.
|
default DescribeGatewayResponse |
IoTSiteWiseClient.describeGateway(Consumer<DescribeGatewayRequest.Builder> describeGatewayRequest)
Retrieves information about a gateway.
|
default DescribeGatewayResponse |
IoTSiteWiseClient.describeGateway(DescribeGatewayRequest describeGatewayRequest)
Retrieves information about a gateway.
|
default DescribeGatewayCapabilityConfigurationResponse |
IoTSiteWiseClient.describeGatewayCapabilityConfiguration(Consumer<DescribeGatewayCapabilityConfigurationRequest.Builder> describeGatewayCapabilityConfigurationRequest)
Retrieves information about a gateway capability configuration.
|
default DescribeGatewayCapabilityConfigurationResponse |
IoTSiteWiseClient.describeGatewayCapabilityConfiguration(DescribeGatewayCapabilityConfigurationRequest describeGatewayCapabilityConfigurationRequest)
Retrieves information about a gateway capability configuration.
|
default DescribeLoggingOptionsResponse |
IoTSiteWiseClient.describeLoggingOptions(Consumer<DescribeLoggingOptionsRequest.Builder> describeLoggingOptionsRequest)
Retrieves the current IoT SiteWise logging options.
|
default DescribeLoggingOptionsResponse |
IoTSiteWiseClient.describeLoggingOptions(DescribeLoggingOptionsRequest describeLoggingOptionsRequest)
Retrieves the current IoT SiteWise logging options.
|
default DescribePortalResponse |
IoTSiteWiseClient.describePortal(Consumer<DescribePortalRequest.Builder> describePortalRequest)
Retrieves information about a portal.
|
default DescribePortalResponse |
IoTSiteWiseClient.describePortal(DescribePortalRequest describePortalRequest)
Retrieves information about a portal.
|
default DescribeProjectResponse |
IoTSiteWiseClient.describeProject(Consumer<DescribeProjectRequest.Builder> describeProjectRequest)
Retrieves information about a project.
|
default DescribeProjectResponse |
IoTSiteWiseClient.describeProject(DescribeProjectRequest describeProjectRequest)
Retrieves information about a project.
|
default DescribeStorageConfigurationResponse |
IoTSiteWiseClient.describeStorageConfiguration(Consumer<DescribeStorageConfigurationRequest.Builder> describeStorageConfigurationRequest)
Retrieves information about the storage configuration for IoT SiteWise.
|
default DescribeStorageConfigurationResponse |
IoTSiteWiseClient.describeStorageConfiguration(DescribeStorageConfigurationRequest describeStorageConfigurationRequest)
Retrieves information about the storage configuration for IoT SiteWise.
|
default DescribeTimeSeriesResponse |
IoTSiteWiseClient.describeTimeSeries(Consumer<DescribeTimeSeriesRequest.Builder> describeTimeSeriesRequest)
Retrieves information about a time series (data stream).
|
default DescribeTimeSeriesResponse |
IoTSiteWiseClient.describeTimeSeries(DescribeTimeSeriesRequest describeTimeSeriesRequest)
Retrieves information about a time series (data stream).
|
default DisassociateAssetsResponse |
IoTSiteWiseClient.disassociateAssets(Consumer<DisassociateAssetsRequest.Builder> disassociateAssetsRequest)
Disassociates a child asset from the given parent asset through a hierarchy defined in the parent asset's model.
|
default DisassociateAssetsResponse |
IoTSiteWiseClient.disassociateAssets(DisassociateAssetsRequest disassociateAssetsRequest)
Disassociates a child asset from the given parent asset through a hierarchy defined in the parent asset's model.
|
default DisassociateTimeSeriesFromAssetPropertyResponse |
IoTSiteWiseClient.disassociateTimeSeriesFromAssetProperty(Consumer<DisassociateTimeSeriesFromAssetPropertyRequest.Builder> disassociateTimeSeriesFromAssetPropertyRequest)
Disassociates a time series (data stream) from an asset property.
|
default DisassociateTimeSeriesFromAssetPropertyResponse |
IoTSiteWiseClient.disassociateTimeSeriesFromAssetProperty(DisassociateTimeSeriesFromAssetPropertyRequest disassociateTimeSeriesFromAssetPropertyRequest)
Disassociates a time series (data stream) from an asset property.
|
default GetAssetPropertyAggregatesResponse |
IoTSiteWiseClient.getAssetPropertyAggregates(Consumer<GetAssetPropertyAggregatesRequest.Builder> getAssetPropertyAggregatesRequest)
Gets aggregated values for an asset property.
|
default GetAssetPropertyAggregatesResponse |
IoTSiteWiseClient.getAssetPropertyAggregates(GetAssetPropertyAggregatesRequest getAssetPropertyAggregatesRequest)
Gets aggregated values for an asset property.
|
default GetAssetPropertyAggregatesIterable |
IoTSiteWiseClient.getAssetPropertyAggregatesPaginator(Consumer<GetAssetPropertyAggregatesRequest.Builder> getAssetPropertyAggregatesRequest)
Gets aggregated values for an asset property.
|
default GetAssetPropertyAggregatesIterable |
IoTSiteWiseClient.getAssetPropertyAggregatesPaginator(GetAssetPropertyAggregatesRequest getAssetPropertyAggregatesRequest)
Gets aggregated values for an asset property.
|
default GetAssetPropertyValueResponse |
IoTSiteWiseClient.getAssetPropertyValue(Consumer<GetAssetPropertyValueRequest.Builder> getAssetPropertyValueRequest)
Gets an asset property's current value.
|
default GetAssetPropertyValueResponse |
IoTSiteWiseClient.getAssetPropertyValue(GetAssetPropertyValueRequest getAssetPropertyValueRequest)
Gets an asset property's current value.
|
default GetAssetPropertyValueHistoryResponse |
IoTSiteWiseClient.getAssetPropertyValueHistory(Consumer<GetAssetPropertyValueHistoryRequest.Builder> getAssetPropertyValueHistoryRequest)
Gets the history of an asset property's values.
|
default GetAssetPropertyValueHistoryResponse |
IoTSiteWiseClient.getAssetPropertyValueHistory(GetAssetPropertyValueHistoryRequest getAssetPropertyValueHistoryRequest)
Gets the history of an asset property's values.
|
default GetAssetPropertyValueHistoryIterable |
IoTSiteWiseClient.getAssetPropertyValueHistoryPaginator(Consumer<GetAssetPropertyValueHistoryRequest.Builder> getAssetPropertyValueHistoryRequest)
Gets the history of an asset property's values.
|
default GetAssetPropertyValueHistoryIterable |
IoTSiteWiseClient.getAssetPropertyValueHistoryPaginator(GetAssetPropertyValueHistoryRequest getAssetPropertyValueHistoryRequest)
Gets the history of an asset property's values.
|
default GetInterpolatedAssetPropertyValuesResponse |
IoTSiteWiseClient.getInterpolatedAssetPropertyValues(Consumer<GetInterpolatedAssetPropertyValuesRequest.Builder> getInterpolatedAssetPropertyValuesRequest)
Get interpolated values for an asset property for a specified time interval, during a period of time.
|
default GetInterpolatedAssetPropertyValuesResponse |
IoTSiteWiseClient.getInterpolatedAssetPropertyValues(GetInterpolatedAssetPropertyValuesRequest getInterpolatedAssetPropertyValuesRequest)
Get interpolated values for an asset property for a specified time interval, during a period of time.
|
default GetInterpolatedAssetPropertyValuesIterable |
IoTSiteWiseClient.getInterpolatedAssetPropertyValuesPaginator(Consumer<GetInterpolatedAssetPropertyValuesRequest.Builder> getInterpolatedAssetPropertyValuesRequest)
Get interpolated values for an asset property for a specified time interval, during a period of time.
|
default GetInterpolatedAssetPropertyValuesIterable |
IoTSiteWiseClient.getInterpolatedAssetPropertyValuesPaginator(GetInterpolatedAssetPropertyValuesRequest getInterpolatedAssetPropertyValuesRequest)
Get interpolated values for an asset property for a specified time interval, during a period of time.
|
default ListAccessPoliciesResponse |
IoTSiteWiseClient.listAccessPolicies(Consumer<ListAccessPoliciesRequest.Builder> listAccessPoliciesRequest)
Retrieves a paginated list of access policies for an identity (an IAM Identity Center user, an IAM Identity
Center group, or an IAM user) or an IoT SiteWise Monitor resource (a portal or project).
|
default ListAccessPoliciesResponse |
IoTSiteWiseClient.listAccessPolicies(ListAccessPoliciesRequest listAccessPoliciesRequest)
Retrieves a paginated list of access policies for an identity (an IAM Identity Center user, an IAM Identity
Center group, or an IAM user) or an IoT SiteWise Monitor resource (a portal or project).
|
default ListAccessPoliciesIterable |
IoTSiteWiseClient.listAccessPoliciesPaginator(Consumer<ListAccessPoliciesRequest.Builder> listAccessPoliciesRequest)
Retrieves a paginated list of access policies for an identity (an IAM Identity Center user, an IAM Identity
Center group, or an IAM user) or an IoT SiteWise Monitor resource (a portal or project).
|
default ListAccessPoliciesIterable |
IoTSiteWiseClient.listAccessPoliciesPaginator(ListAccessPoliciesRequest listAccessPoliciesRequest)
Retrieves a paginated list of access policies for an identity (an IAM Identity Center user, an IAM Identity
Center group, or an IAM user) or an IoT SiteWise Monitor resource (a portal or project).
|
default ListAssetModelPropertiesResponse |
IoTSiteWiseClient.listAssetModelProperties(Consumer<ListAssetModelPropertiesRequest.Builder> listAssetModelPropertiesRequest)
Retrieves a paginated list of properties associated with an asset model.
|
default ListAssetModelPropertiesResponse |
IoTSiteWiseClient.listAssetModelProperties(ListAssetModelPropertiesRequest listAssetModelPropertiesRequest)
Retrieves a paginated list of properties associated with an asset model.
|
default ListAssetModelPropertiesIterable |
IoTSiteWiseClient.listAssetModelPropertiesPaginator(Consumer<ListAssetModelPropertiesRequest.Builder> listAssetModelPropertiesRequest)
Retrieves a paginated list of properties associated with an asset model.
|
default ListAssetModelPropertiesIterable |
IoTSiteWiseClient.listAssetModelPropertiesPaginator(ListAssetModelPropertiesRequest listAssetModelPropertiesRequest)
Retrieves a paginated list of properties associated with an asset model.
|
default ListAssetModelsResponse |
IoTSiteWiseClient.listAssetModels(Consumer<ListAssetModelsRequest.Builder> listAssetModelsRequest)
Retrieves a paginated list of summaries of all asset models.
|
default ListAssetModelsResponse |
IoTSiteWiseClient.listAssetModels(ListAssetModelsRequest listAssetModelsRequest)
Retrieves a paginated list of summaries of all asset models.
|
default ListAssetModelsIterable |
IoTSiteWiseClient.listAssetModelsPaginator(Consumer<ListAssetModelsRequest.Builder> listAssetModelsRequest)
Retrieves a paginated list of summaries of all asset models.
|
default ListAssetModelsIterable |
IoTSiteWiseClient.listAssetModelsPaginator(ListAssetModelsRequest listAssetModelsRequest)
Retrieves a paginated list of summaries of all asset models.
|
default ListAssetPropertiesResponse |
IoTSiteWiseClient.listAssetProperties(Consumer<ListAssetPropertiesRequest.Builder> listAssetPropertiesRequest)
Retrieves a paginated list of properties associated with an asset.
|
default ListAssetPropertiesResponse |
IoTSiteWiseClient.listAssetProperties(ListAssetPropertiesRequest listAssetPropertiesRequest)
Retrieves a paginated list of properties associated with an asset.
|
default ListAssetPropertiesIterable |
IoTSiteWiseClient.listAssetPropertiesPaginator(Consumer<ListAssetPropertiesRequest.Builder> listAssetPropertiesRequest)
Retrieves a paginated list of properties associated with an asset.
|
default ListAssetPropertiesIterable |
IoTSiteWiseClient.listAssetPropertiesPaginator(ListAssetPropertiesRequest listAssetPropertiesRequest)
Retrieves a paginated list of properties associated with an asset.
|
default ListAssetRelationshipsResponse |
IoTSiteWiseClient.listAssetRelationships(Consumer<ListAssetRelationshipsRequest.Builder> listAssetRelationshipsRequest)
Retrieves a paginated list of asset relationships for an asset.
|
default ListAssetRelationshipsResponse |
IoTSiteWiseClient.listAssetRelationships(ListAssetRelationshipsRequest listAssetRelationshipsRequest)
Retrieves a paginated list of asset relationships for an asset.
|
default ListAssetRelationshipsIterable |
IoTSiteWiseClient.listAssetRelationshipsPaginator(Consumer<ListAssetRelationshipsRequest.Builder> listAssetRelationshipsRequest)
Retrieves a paginated list of asset relationships for an asset.
|
default ListAssetRelationshipsIterable |
IoTSiteWiseClient.listAssetRelationshipsPaginator(ListAssetRelationshipsRequest listAssetRelationshipsRequest)
Retrieves a paginated list of asset relationships for an asset.
|
default ListAssetsResponse |
IoTSiteWiseClient.listAssets(Consumer<ListAssetsRequest.Builder> listAssetsRequest)
Retrieves a paginated list of asset summaries.
|
default ListAssetsResponse |
IoTSiteWiseClient.listAssets(ListAssetsRequest listAssetsRequest)
Retrieves a paginated list of asset summaries.
|
default ListAssetsIterable |
IoTSiteWiseClient.listAssetsPaginator(Consumer<ListAssetsRequest.Builder> listAssetsRequest)
Retrieves a paginated list of asset summaries.
|
default ListAssetsIterable |
IoTSiteWiseClient.listAssetsPaginator(ListAssetsRequest listAssetsRequest)
Retrieves a paginated list of asset summaries.
|
default ListAssociatedAssetsResponse |
IoTSiteWiseClient.listAssociatedAssets(Consumer<ListAssociatedAssetsRequest.Builder> listAssociatedAssetsRequest)
Retrieves a paginated list of associated assets.
|
default ListAssociatedAssetsResponse |
IoTSiteWiseClient.listAssociatedAssets(ListAssociatedAssetsRequest listAssociatedAssetsRequest)
Retrieves a paginated list of associated assets.
|
default ListAssociatedAssetsIterable |
IoTSiteWiseClient.listAssociatedAssetsPaginator(Consumer<ListAssociatedAssetsRequest.Builder> listAssociatedAssetsRequest)
Retrieves a paginated list of associated assets.
|
default ListAssociatedAssetsIterable |
IoTSiteWiseClient.listAssociatedAssetsPaginator(ListAssociatedAssetsRequest listAssociatedAssetsRequest)
Retrieves a paginated list of associated assets.
|
default ListBulkImportJobsResponse |
IoTSiteWiseClient.listBulkImportJobs(Consumer<ListBulkImportJobsRequest.Builder> listBulkImportJobsRequest)
Retrieves a paginated list of bulk import job requests.
|
default ListBulkImportJobsResponse |
IoTSiteWiseClient.listBulkImportJobs(ListBulkImportJobsRequest listBulkImportJobsRequest)
Retrieves a paginated list of bulk import job requests.
|
default ListBulkImportJobsIterable |
IoTSiteWiseClient.listBulkImportJobsPaginator(Consumer<ListBulkImportJobsRequest.Builder> listBulkImportJobsRequest)
Retrieves a paginated list of bulk import job requests.
|
default ListBulkImportJobsIterable |
IoTSiteWiseClient.listBulkImportJobsPaginator(ListBulkImportJobsRequest listBulkImportJobsRequest)
Retrieves a paginated list of bulk import job requests.
|
default ListDashboardsResponse |
IoTSiteWiseClient.listDashboards(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest)
Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.
|
default ListDashboardsResponse |
IoTSiteWiseClient.listDashboards(ListDashboardsRequest listDashboardsRequest)
Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.
|
default ListDashboardsIterable |
IoTSiteWiseClient.listDashboardsPaginator(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest)
Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.
|
default ListDashboardsIterable |
IoTSiteWiseClient.listDashboardsPaginator(ListDashboardsRequest listDashboardsRequest)
Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.
|
default ListGatewaysResponse |
IoTSiteWiseClient.listGateways(Consumer<ListGatewaysRequest.Builder> listGatewaysRequest)
Retrieves a paginated list of gateways.
|
default ListGatewaysResponse |
IoTSiteWiseClient.listGateways(ListGatewaysRequest listGatewaysRequest)
Retrieves a paginated list of gateways.
|
default ListGatewaysIterable |
IoTSiteWiseClient.listGatewaysPaginator(Consumer<ListGatewaysRequest.Builder> listGatewaysRequest)
Retrieves a paginated list of gateways.
|
default ListGatewaysIterable |
IoTSiteWiseClient.listGatewaysPaginator(ListGatewaysRequest listGatewaysRequest)
Retrieves a paginated list of gateways.
|
default ListPortalsResponse |
IoTSiteWiseClient.listPortals(Consumer<ListPortalsRequest.Builder> listPortalsRequest)
Retrieves a paginated list of IoT SiteWise Monitor portals.
|
default ListPortalsResponse |
IoTSiteWiseClient.listPortals(ListPortalsRequest listPortalsRequest)
Retrieves a paginated list of IoT SiteWise Monitor portals.
|
default ListPortalsIterable |
IoTSiteWiseClient.listPortalsPaginator(Consumer<ListPortalsRequest.Builder> listPortalsRequest)
Retrieves a paginated list of IoT SiteWise Monitor portals.
|
default ListPortalsIterable |
IoTSiteWiseClient.listPortalsPaginator(ListPortalsRequest listPortalsRequest)
Retrieves a paginated list of IoT SiteWise Monitor portals.
|
default ListProjectAssetsResponse |
IoTSiteWiseClient.listProjectAssets(Consumer<ListProjectAssetsRequest.Builder> listProjectAssetsRequest)
Retrieves a paginated list of assets associated with an IoT SiteWise Monitor project.
|
default ListProjectAssetsResponse |
IoTSiteWiseClient.listProjectAssets(ListProjectAssetsRequest listProjectAssetsRequest)
Retrieves a paginated list of assets associated with an IoT SiteWise Monitor project.
|
default ListProjectAssetsIterable |
IoTSiteWiseClient.listProjectAssetsPaginator(Consumer<ListProjectAssetsRequest.Builder> listProjectAssetsRequest)
Retrieves a paginated list of assets associated with an IoT SiteWise Monitor project.
|
default ListProjectAssetsIterable |
IoTSiteWiseClient.listProjectAssetsPaginator(ListProjectAssetsRequest listProjectAssetsRequest)
Retrieves a paginated list of assets associated with an IoT SiteWise Monitor project.
|
default ListProjectsResponse |
IoTSiteWiseClient.listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Retrieves a paginated list of projects for an IoT SiteWise Monitor portal.
|
default ListProjectsResponse |
IoTSiteWiseClient.listProjects(ListProjectsRequest listProjectsRequest)
Retrieves a paginated list of projects for an IoT SiteWise Monitor portal.
|
default ListProjectsIterable |
IoTSiteWiseClient.listProjectsPaginator(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Retrieves a paginated list of projects for an IoT SiteWise Monitor portal.
|
default ListProjectsIterable |
IoTSiteWiseClient.listProjectsPaginator(ListProjectsRequest listProjectsRequest)
Retrieves a paginated list of projects for an IoT SiteWise Monitor portal.
|
default ListTagsForResourceResponse |
IoTSiteWiseClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Retrieves the list of tags for an IoT SiteWise resource.
|
default ListTagsForResourceResponse |
IoTSiteWiseClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves the list of tags for an IoT SiteWise resource.
|
default ListTimeSeriesResponse |
IoTSiteWiseClient.listTimeSeries(Consumer<ListTimeSeriesRequest.Builder> listTimeSeriesRequest)
Retrieves a paginated list of time series (data streams).
|
default ListTimeSeriesResponse |
IoTSiteWiseClient.listTimeSeries(ListTimeSeriesRequest listTimeSeriesRequest)
Retrieves a paginated list of time series (data streams).
|
default ListTimeSeriesIterable |
IoTSiteWiseClient.listTimeSeriesPaginator(Consumer<ListTimeSeriesRequest.Builder> listTimeSeriesRequest)
Retrieves a paginated list of time series (data streams).
|
default ListTimeSeriesIterable |
IoTSiteWiseClient.listTimeSeriesPaginator(ListTimeSeriesRequest listTimeSeriesRequest)
Retrieves a paginated list of time series (data streams).
|
default PutDefaultEncryptionConfigurationResponse |
IoTSiteWiseClient.putDefaultEncryptionConfiguration(Consumer<PutDefaultEncryptionConfigurationRequest.Builder> putDefaultEncryptionConfigurationRequest)
Sets the default encryption configuration for the Amazon Web Services account.
|
default PutDefaultEncryptionConfigurationResponse |
IoTSiteWiseClient.putDefaultEncryptionConfiguration(PutDefaultEncryptionConfigurationRequest putDefaultEncryptionConfigurationRequest)
Sets the default encryption configuration for the Amazon Web Services account.
|
default PutLoggingOptionsResponse |
IoTSiteWiseClient.putLoggingOptions(Consumer<PutLoggingOptionsRequest.Builder> putLoggingOptionsRequest)
Sets logging options for IoT SiteWise.
|
default PutLoggingOptionsResponse |
IoTSiteWiseClient.putLoggingOptions(PutLoggingOptionsRequest putLoggingOptionsRequest)
Sets logging options for IoT SiteWise.
|
default PutStorageConfigurationResponse |
IoTSiteWiseClient.putStorageConfiguration(Consumer<PutStorageConfigurationRequest.Builder> putStorageConfigurationRequest)
Configures storage settings for IoT SiteWise.
|
default PutStorageConfigurationResponse |
IoTSiteWiseClient.putStorageConfiguration(PutStorageConfigurationRequest putStorageConfigurationRequest)
Configures storage settings for IoT SiteWise.
|
default TagResourceResponse |
IoTSiteWiseClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds tags to an IoT SiteWise resource.
|
default TagResourceResponse |
IoTSiteWiseClient.tagResource(TagResourceRequest tagResourceRequest)
Adds tags to an IoT SiteWise resource.
|
default UntagResourceResponse |
IoTSiteWiseClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes a tag from an IoT SiteWise resource.
|
default UntagResourceResponse |
IoTSiteWiseClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes a tag from an IoT SiteWise resource.
|
default UpdateAccessPolicyResponse |
IoTSiteWiseClient.updateAccessPolicy(Consumer<UpdateAccessPolicyRequest.Builder> updateAccessPolicyRequest)
Updates an existing access policy that specifies an identity's access to an IoT SiteWise Monitor portal or
project resource.
|
default UpdateAccessPolicyResponse |
IoTSiteWiseClient.updateAccessPolicy(UpdateAccessPolicyRequest updateAccessPolicyRequest)
Updates an existing access policy that specifies an identity's access to an IoT SiteWise Monitor portal or
project resource.
|
default UpdateAssetResponse |
IoTSiteWiseClient.updateAsset(Consumer<UpdateAssetRequest.Builder> updateAssetRequest)
Updates an asset's name.
|
default UpdateAssetResponse |
IoTSiteWiseClient.updateAsset(UpdateAssetRequest updateAssetRequest)
Updates an asset's name.
|
default UpdateAssetModelResponse |
IoTSiteWiseClient.updateAssetModel(Consumer<UpdateAssetModelRequest.Builder> updateAssetModelRequest)
Updates an asset model and all of the assets that were created from the model.
|
default UpdateAssetModelResponse |
IoTSiteWiseClient.updateAssetModel(UpdateAssetModelRequest updateAssetModelRequest)
Updates an asset model and all of the assets that were created from the model.
|
default UpdateAssetPropertyResponse |
IoTSiteWiseClient.updateAssetProperty(Consumer<UpdateAssetPropertyRequest.Builder> updateAssetPropertyRequest)
Updates an asset property's alias and notification state.
|
default UpdateAssetPropertyResponse |
IoTSiteWiseClient.updateAssetProperty(UpdateAssetPropertyRequest updateAssetPropertyRequest)
Updates an asset property's alias and notification state.
|
default UpdateDashboardResponse |
IoTSiteWiseClient.updateDashboard(Consumer<UpdateDashboardRequest.Builder> updateDashboardRequest)
Updates an IoT SiteWise Monitor dashboard.
|
default UpdateDashboardResponse |
IoTSiteWiseClient.updateDashboard(UpdateDashboardRequest updateDashboardRequest)
Updates an IoT SiteWise Monitor dashboard.
|
default UpdateGatewayResponse |
IoTSiteWiseClient.updateGateway(Consumer<UpdateGatewayRequest.Builder> updateGatewayRequest)
Updates a gateway's name.
|
default UpdateGatewayResponse |
IoTSiteWiseClient.updateGateway(UpdateGatewayRequest updateGatewayRequest)
Updates a gateway's name.
|
default UpdateGatewayCapabilityConfigurationResponse |
IoTSiteWiseClient.updateGatewayCapabilityConfiguration(Consumer<UpdateGatewayCapabilityConfigurationRequest.Builder> updateGatewayCapabilityConfigurationRequest)
Updates a gateway capability configuration or defines a new capability configuration.
|
default UpdateGatewayCapabilityConfigurationResponse |
IoTSiteWiseClient.updateGatewayCapabilityConfiguration(UpdateGatewayCapabilityConfigurationRequest updateGatewayCapabilityConfigurationRequest)
Updates a gateway capability configuration or defines a new capability configuration.
|
default UpdatePortalResponse |
IoTSiteWiseClient.updatePortal(Consumer<UpdatePortalRequest.Builder> updatePortalRequest)
Updates an IoT SiteWise Monitor portal.
|
default UpdatePortalResponse |
IoTSiteWiseClient.updatePortal(UpdatePortalRequest updatePortalRequest)
Updates an IoT SiteWise Monitor portal.
|
default UpdateProjectResponse |
IoTSiteWiseClient.updateProject(Consumer<UpdateProjectRequest.Builder> updateProjectRequest)
Updates an IoT SiteWise Monitor project.
|
default UpdateProjectResponse |
IoTSiteWiseClient.updateProject(UpdateProjectRequest updateProjectRequest)
Updates an IoT SiteWise Monitor project.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConflictingOperationException
Your request has conflicting operations.
|
class |
InternalFailureException
IoT SiteWise can't process your request right now.
|
class |
InvalidRequestException
The request isn't valid.
|
class |
LimitExceededException
You've reached the limit for a resource.
|
class |
ResourceAlreadyExistsException
The resource already exists.
|
class |
ResourceNotFoundException
The requested resource can't be found.
|
class |
ServiceUnavailableException
The requested service is unavailable.
|
class |
ThrottlingException
Your request exceeded a rate limit.
|
class |
TooManyTagsException
You've reached the limit for the number of tags allowed for a resource.
|
class |
UnauthorizedException
You are not authorized.
|
| Modifier and Type | Method and Description |
|---|---|
IoTSiteWiseException |
IoTSiteWiseException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(IoTSiteWiseException ex) |
Copyright © 2023. All rights reserved.