Interface IoTSiteWiseClient
- All Superinterfaces:
AutoCloseable,AwsClient,SdkAutoCloseable,SdkClient
builder() method.
Welcome to the IoT SiteWise API Reference. IoT SiteWise is an Amazon Web Services service that connects Industrial Internet of Things (IIoT) devices to the power of the Amazon Web Services Cloud. For more information, see the IoT SiteWise User Guide. For information about IoT SiteWise quotas, see Quotas in the IoT SiteWise User Guide.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringValue for looking up the service's metadata from theServiceMetadataProvider.static final String -
Method Summary
Modifier and TypeMethodDescriptiondefault AssociateAssetsResponseassociateAssets(Consumer<AssociateAssetsRequest.Builder> associateAssetsRequest) Associates a child asset with the given parent asset through a hierarchy defined in the parent asset's model.default AssociateAssetsResponseassociateAssets(AssociateAssetsRequest associateAssetsRequest) Associates a child asset with the given parent asset through a hierarchy defined in the parent asset's model.associateTimeSeriesToAssetProperty(Consumer<AssociateTimeSeriesToAssetPropertyRequest.Builder> associateTimeSeriesToAssetPropertyRequest) Associates a time series (data stream) with an asset property.associateTimeSeriesToAssetProperty(AssociateTimeSeriesToAssetPropertyRequest associateTimeSeriesToAssetPropertyRequest) Associates a time series (data stream) with an asset property.batchAssociateDataSegmentsToDataset(Consumer<BatchAssociateDataSegmentsToDatasetRequest.Builder> batchAssociateDataSegmentsToDatasetRequest) Associates a batch of data segments with a curated dataset.batchAssociateDataSegmentsToDataset(BatchAssociateDataSegmentsToDatasetRequest batchAssociateDataSegmentsToDatasetRequest) Associates a batch of data segments with a curated dataset.batchAssociateProjectAssets(Consumer<BatchAssociateProjectAssetsRequest.Builder> batchAssociateProjectAssetsRequest) batchAssociateProjectAssets(BatchAssociateProjectAssetsRequest batchAssociateProjectAssetsRequest) batchDeleteDatasetDataSegments(Consumer<BatchDeleteDatasetDataSegmentsRequest.Builder> batchDeleteDatasetDataSegmentsRequest) Deletes a batch of data segments from a session dataset.batchDeleteDatasetDataSegments(BatchDeleteDatasetDataSegmentsRequest batchDeleteDatasetDataSegmentsRequest) Deletes a batch of data segments from a session dataset.batchDisassociateDataSegmentsFromDataset(Consumer<BatchDisassociateDataSegmentsFromDatasetRequest.Builder> batchDisassociateDataSegmentsFromDatasetRequest) Disassociates a batch of data segments from a curated dataset.batchDisassociateDataSegmentsFromDataset(BatchDisassociateDataSegmentsFromDatasetRequest batchDisassociateDataSegmentsFromDatasetRequest) Disassociates a batch of data segments from a curated dataset.batchDisassociateProjectAssets(Consumer<BatchDisassociateProjectAssetsRequest.Builder> batchDisassociateProjectAssetsRequest) Disassociates a group (batch) of assets from an IoT SiteWise Monitor project.batchDisassociateProjectAssets(BatchDisassociateProjectAssetsRequest batchDisassociateProjectAssetsRequest) Disassociates a group (batch) of assets from an IoT SiteWise Monitor project.batchGetAssetPropertyAggregates(Consumer<BatchGetAssetPropertyAggregatesRequest.Builder> batchGetAssetPropertyAggregatesRequest) Gets aggregated values (for example, average, minimum, and maximum) for one or more asset properties.batchGetAssetPropertyAggregates(BatchGetAssetPropertyAggregatesRequest batchGetAssetPropertyAggregatesRequest) Gets aggregated values (for example, average, minimum, and maximum) for one or more asset properties.batchGetAssetPropertyAggregatesPaginator(Consumer<BatchGetAssetPropertyAggregatesRequest.Builder> batchGetAssetPropertyAggregatesRequest) This is a variant ofbatchGetAssetPropertyAggregates(software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyAggregatesRequest)operation.batchGetAssetPropertyAggregatesPaginator(BatchGetAssetPropertyAggregatesRequest batchGetAssetPropertyAggregatesRequest) This is a variant ofbatchGetAssetPropertyAggregates(software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyAggregatesRequest)operation.batchGetAssetPropertyValue(Consumer<BatchGetAssetPropertyValueRequest.Builder> batchGetAssetPropertyValueRequest) Gets the current value for one or more asset properties.batchGetAssetPropertyValue(BatchGetAssetPropertyValueRequest batchGetAssetPropertyValueRequest) Gets the current value for one or more asset properties.batchGetAssetPropertyValueHistory(Consumer<BatchGetAssetPropertyValueHistoryRequest.Builder> batchGetAssetPropertyValueHistoryRequest) Gets the historical values for one or more asset properties.batchGetAssetPropertyValueHistory(BatchGetAssetPropertyValueHistoryRequest batchGetAssetPropertyValueHistoryRequest) Gets the historical values for one or more asset properties.batchGetAssetPropertyValueHistoryPaginator(Consumer<BatchGetAssetPropertyValueHistoryRequest.Builder> batchGetAssetPropertyValueHistoryRequest) This is a variant ofbatchGetAssetPropertyValueHistory(software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueHistoryRequest)operation.batchGetAssetPropertyValueHistoryPaginator(BatchGetAssetPropertyValueHistoryRequest batchGetAssetPropertyValueHistoryRequest) This is a variant ofbatchGetAssetPropertyValueHistory(software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueHistoryRequest)operation.batchGetAssetPropertyValuePaginator(Consumer<BatchGetAssetPropertyValueRequest.Builder> batchGetAssetPropertyValueRequest) This is a variant ofbatchGetAssetPropertyValue(software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueRequest)operation.batchGetAssetPropertyValuePaginator(BatchGetAssetPropertyValueRequest batchGetAssetPropertyValueRequest) This is a variant ofbatchGetAssetPropertyValue(software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueRequest)operation.batchPutAssetPropertyValue(Consumer<BatchPutAssetPropertyValueRequest.Builder> batchPutAssetPropertyValueRequest) Sends a list of asset property values to IoT SiteWise.batchPutAssetPropertyValue(BatchPutAssetPropertyValueRequest batchPutAssetPropertyValueRequest) Sends a list of asset property values to IoT SiteWise.static IoTSiteWiseClientBuilderbuilder()Create a builder that can be used to configure and create aIoTSiteWiseClient.default CancelEnrichmentJobResponsecancelEnrichmentJob(Consumer<CancelEnrichmentJobRequest.Builder> cancelEnrichmentJobRequest) Cancels a running or pending enrichment job.default CancelEnrichmentJobResponsecancelEnrichmentJob(CancelEnrichmentJobRequest cancelEnrichmentJobRequest) Cancels a running or pending enrichment job.default CancelPipelineExecutionResponsecancelPipelineExecution(Consumer<CancelPipelineExecutionRequest.Builder> cancelPipelineExecutionRequest) Cancels a pipeline execution in the specified workspace.default CancelPipelineExecutionResponsecancelPipelineExecution(CancelPipelineExecutionRequest cancelPipelineExecutionRequest) Cancels a pipeline execution in the specified workspace.default CancelQueryResponsecancelQuery(Consumer<CancelQueryRequest.Builder> cancelQueryRequest) Cancels a running query.default CancelQueryResponsecancelQuery(CancelQueryRequest cancelQueryRequest) Cancels a running query.static IoTSiteWiseClientcreate()Create aIoTSiteWiseClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.default CreateAccessPolicyResponsecreateAccessPolicy(Consumer<CreateAccessPolicyRequest.Builder> createAccessPolicyRequest) default CreateAccessPolicyResponsecreateAccessPolicy(CreateAccessPolicyRequest createAccessPolicyRequest) default CreateApplicationResponsecreateApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest) Creates a new application for the workspace and IdC application provideddefault CreateApplicationResponsecreateApplication(CreateApplicationRequest createApplicationRequest) Creates a new application for the workspace and IdC application provideddefault CreateAssetResponsecreateAsset(Consumer<CreateAssetRequest.Builder> createAssetRequest) Creates an asset from an existing asset model.default CreateAssetResponsecreateAsset(CreateAssetRequest createAssetRequest) Creates an asset from an existing asset model.default CreateAssetModelResponsecreateAssetModel(Consumer<CreateAssetModelRequest.Builder> createAssetModelRequest) Creates an asset model from specified property and hierarchy definitions.default CreateAssetModelResponsecreateAssetModel(CreateAssetModelRequest createAssetModelRequest) Creates an asset model from specified property and hierarchy definitions.createAssetModelCompositeModel(Consumer<CreateAssetModelCompositeModelRequest.Builder> createAssetModelCompositeModelRequest) Creates a custom composite model from specified property and hierarchy definitions.createAssetModelCompositeModel(CreateAssetModelCompositeModelRequest createAssetModelCompositeModelRequest) Creates a custom composite model from specified property and hierarchy definitions.default CreateBulkImportJobResponsecreateBulkImportJob(Consumer<CreateBulkImportJobRequest.Builder> createBulkImportJobRequest) Defines a job to ingest data to IoT SiteWise from Amazon S3.default CreateBulkImportJobResponsecreateBulkImportJob(CreateBulkImportJobRequest createBulkImportJobRequest) Defines a job to ingest data to IoT SiteWise from Amazon S3.default CreateComputationModelResponsecreateComputationModel(Consumer<CreateComputationModelRequest.Builder> createComputationModelRequest) Create a computation model with a configuration and data binding.default CreateComputationModelResponsecreateComputationModel(CreateComputationModelRequest createComputationModelRequest) Create a computation model with a configuration and data binding.default CreateDashboardResponsecreateDashboard(Consumer<CreateDashboardRequest.Builder> createDashboardRequest) default CreateDashboardResponsecreateDashboard(CreateDashboardRequest createDashboardRequest) default CreateDatasetResponsecreateDataset(Consumer<CreateDatasetRequest.Builder> createDatasetRequest) Creates a dataset.default CreateDatasetResponsecreateDataset(CreateDatasetRequest createDatasetRequest) Creates a dataset.default CreateDatasetExportJobResponsecreateDatasetExportJob(Consumer<CreateDatasetExportJobRequest.Builder> createDatasetExportJobRequest) Starts an asynchronous job that exports dataset and time-series data from a workspace to Amazon S3.default CreateDatasetExportJobResponsecreateDatasetExportJob(CreateDatasetExportJobRequest createDatasetExportJobRequest) Starts an asynchronous job that exports dataset and time-series data from a workspace to Amazon S3.default CreateEnrichmentJobResponsecreateEnrichmentJob(Consumer<CreateEnrichmentJobRequest.Builder> createEnrichmentJobRequest) Creates an asynchronous enrichment job to analyze time-series sensor data.default CreateEnrichmentJobResponsecreateEnrichmentJob(CreateEnrichmentJobRequest createEnrichmentJobRequest) Creates an asynchronous enrichment job to analyze time-series sensor data.default CreateGatewayResponsecreateGateway(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 CreateGatewayResponsecreateGateway(CreateGatewayRequest createGatewayRequest) Creates a gateway, which is a virtual or edge device that delivers industrial data streams from local servers to IoT SiteWise.default CreatePipelineResponsecreatePipeline(Consumer<CreatePipelineRequest.Builder> createPipelineRequest) Creates a new pipeline in the specified workspace.default CreatePipelineResponsecreatePipeline(CreatePipelineRequest createPipelineRequest) Creates a new pipeline in the specified workspace.default CreatePortalResponsecreatePortal(Consumer<CreatePortalRequest.Builder> createPortalRequest) default CreatePortalResponsecreatePortal(CreatePortalRequest createPortalRequest) default CreateProjectResponsecreateProject(Consumer<CreateProjectRequest.Builder> createProjectRequest) default CreateProjectResponsecreateProject(CreateProjectRequest createProjectRequest) default CreateTaskResponsecreateTask(Consumer<CreateTaskRequest.Builder> createTaskRequest) Creates a new task in the specified workspace.default CreateTaskResponsecreateTask(CreateTaskRequest createTaskRequest) Creates a new task in the specified workspace.default CreateWorkspaceResponsecreateWorkspace(Consumer<CreateWorkspaceRequest.Builder> createWorkspaceRequest) Creates a workspace in IoT SiteWise.default CreateWorkspaceResponsecreateWorkspace(CreateWorkspaceRequest createWorkspaceRequest) Creates a workspace in IoT SiteWise.default DeleteAccessPolicyResponsedeleteAccessPolicy(Consumer<DeleteAccessPolicyRequest.Builder> deleteAccessPolicyRequest) Deletes an access policy that grants the specified identity access to the specified IoT SiteWise Monitor resource.default DeleteAccessPolicyResponsedeleteAccessPolicy(DeleteAccessPolicyRequest deleteAccessPolicyRequest) Deletes an access policy that grants the specified identity access to the specified IoT SiteWise Monitor resource.default DeleteApplicationResponsedeleteApplication(Consumer<DeleteApplicationRequest.Builder> deleteApplicationRequest) Deletes an application by IDdefault DeleteApplicationResponsedeleteApplication(DeleteApplicationRequest deleteApplicationRequest) Deletes an application by IDdefault DeleteAssetResponsedeleteAsset(Consumer<DeleteAssetRequest.Builder> deleteAssetRequest) Deletes an asset.default DeleteAssetResponsedeleteAsset(DeleteAssetRequest deleteAssetRequest) Deletes an asset.default DeleteAssetModelResponsedeleteAssetModel(Consumer<DeleteAssetModelRequest.Builder> deleteAssetModelRequest) Deletes an asset model.default DeleteAssetModelResponsedeleteAssetModel(DeleteAssetModelRequest deleteAssetModelRequest) Deletes an asset model.deleteAssetModelCompositeModel(Consumer<DeleteAssetModelCompositeModelRequest.Builder> deleteAssetModelCompositeModelRequest) Deletes a composite model.deleteAssetModelCompositeModel(DeleteAssetModelCompositeModelRequest deleteAssetModelCompositeModelRequest) Deletes a composite model.deleteAssetModelInterfaceRelationship(Consumer<DeleteAssetModelInterfaceRelationshipRequest.Builder> deleteAssetModelInterfaceRelationshipRequest) Deletes an interface relationship between an asset model and an interface asset model.deleteAssetModelInterfaceRelationship(DeleteAssetModelInterfaceRelationshipRequest deleteAssetModelInterfaceRelationshipRequest) Deletes an interface relationship between an asset model and an interface asset model.default DeleteComputationModelResponsedeleteComputationModel(Consumer<DeleteComputationModelRequest.Builder> deleteComputationModelRequest) Deletes a computation model.default DeleteComputationModelResponsedeleteComputationModel(DeleteComputationModelRequest deleteComputationModelRequest) Deletes a computation model.default DeleteDashboardResponsedeleteDashboard(Consumer<DeleteDashboardRequest.Builder> deleteDashboardRequest) Deletes a dashboard from IoT SiteWise Monitor.default DeleteDashboardResponsedeleteDashboard(DeleteDashboardRequest deleteDashboardRequest) Deletes a dashboard from IoT SiteWise Monitor.default DeleteDatasetResponsedeleteDataset(Consumer<DeleteDatasetRequest.Builder> deleteDatasetRequest) Deletes a dataset.default DeleteDatasetResponsedeleteDataset(DeleteDatasetRequest deleteDatasetRequest) Deletes a dataset.default DeleteGatewayResponsedeleteGateway(Consumer<DeleteGatewayRequest.Builder> deleteGatewayRequest) Deletes a gateway from IoT SiteWise.default DeleteGatewayResponsedeleteGateway(DeleteGatewayRequest deleteGatewayRequest) Deletes a gateway from IoT SiteWise.default DeletePipelineResponsedeletePipeline(Consumer<DeletePipelineRequest.Builder> deletePipelineRequest) Deletes a pipeline from the specified workspace.default DeletePipelineResponsedeletePipeline(DeletePipelineRequest deletePipelineRequest) Deletes a pipeline from the specified workspace.default DeletePortalResponsedeletePortal(Consumer<DeletePortalRequest.Builder> deletePortalRequest) Deletes a portal from IoT SiteWise Monitor.default DeletePortalResponsedeletePortal(DeletePortalRequest deletePortalRequest) Deletes a portal from IoT SiteWise Monitor.default DeleteProjectResponsedeleteProject(Consumer<DeleteProjectRequest.Builder> deleteProjectRequest) Deletes a project from IoT SiteWise Monitor.default DeleteProjectResponsedeleteProject(DeleteProjectRequest deleteProjectRequest) Deletes a project from IoT SiteWise Monitor.default DeleteTaskResponsedeleteTask(Consumer<DeleteTaskRequest.Builder> deleteTaskRequest) Deletes a task from the specified workspace.default DeleteTaskResponsedeleteTask(DeleteTaskRequest deleteTaskRequest) Deletes a task from the specified workspace.default DeleteTimeSeriesResponsedeleteTimeSeries(Consumer<DeleteTimeSeriesRequest.Builder> deleteTimeSeriesRequest) Deletes a time series (data stream).default DeleteTimeSeriesResponsedeleteTimeSeries(DeleteTimeSeriesRequest deleteTimeSeriesRequest) Deletes a time series (data stream).default DeleteWorkspaceResponsedeleteWorkspace(Consumer<DeleteWorkspaceRequest.Builder> deleteWorkspaceRequest) Deletes a workspace.default DeleteWorkspaceResponsedeleteWorkspace(DeleteWorkspaceRequest deleteWorkspaceRequest) Deletes a workspace.default DescribeAccessPolicyResponsedescribeAccessPolicy(Consumer<DescribeAccessPolicyRequest.Builder> describeAccessPolicyRequest) Describes an access policy, which specifies an identity's access to an IoT SiteWise Monitor portal or project.default DescribeAccessPolicyResponsedescribeAccessPolicy(DescribeAccessPolicyRequest describeAccessPolicyRequest) Describes an access policy, which specifies an identity's access to an IoT SiteWise Monitor portal or project.default DescribeActionResponsedescribeAction(Consumer<DescribeActionRequest.Builder> describeActionRequest) Retrieves information about an action.default DescribeActionResponsedescribeAction(DescribeActionRequest describeActionRequest) Retrieves information about an action.default DescribeApplicationResponsedescribeApplication(Consumer<DescribeApplicationRequest.Builder> describeApplicationRequest) Retrieves Application details based on the IDdefault DescribeApplicationResponsedescribeApplication(DescribeApplicationRequest describeApplicationRequest) Retrieves Application details based on the IDdefault DescribeAssetResponsedescribeAsset(Consumer<DescribeAssetRequest.Builder> describeAssetRequest) Retrieves information about an asset.default DescribeAssetResponsedescribeAsset(DescribeAssetRequest describeAssetRequest) Retrieves information about an asset.describeAssetCompositeModel(Consumer<DescribeAssetCompositeModelRequest.Builder> describeAssetCompositeModelRequest) Retrieves information about an asset composite model (also known as an asset component).describeAssetCompositeModel(DescribeAssetCompositeModelRequest describeAssetCompositeModelRequest) Retrieves information about an asset composite model (also known as an asset component).default DescribeAssetModelResponsedescribeAssetModel(Consumer<DescribeAssetModelRequest.Builder> describeAssetModelRequest) Retrieves information about an asset model.default DescribeAssetModelResponsedescribeAssetModel(DescribeAssetModelRequest describeAssetModelRequest) Retrieves information about an asset model.describeAssetModelCompositeModel(Consumer<DescribeAssetModelCompositeModelRequest.Builder> describeAssetModelCompositeModelRequest) Retrieves information about an asset model composite model (also known as an asset model component).describeAssetModelCompositeModel(DescribeAssetModelCompositeModelRequest describeAssetModelCompositeModelRequest) Retrieves information about an asset model composite model (also known as an asset model component).describeAssetModelInterfaceRelationship(Consumer<DescribeAssetModelInterfaceRelationshipRequest.Builder> describeAssetModelInterfaceRelationshipRequest) Retrieves information about an interface relationship between an asset model and an interface asset model.describeAssetModelInterfaceRelationship(DescribeAssetModelInterfaceRelationshipRequest describeAssetModelInterfaceRelationshipRequest) Retrieves information about an interface relationship between an asset model and an interface asset model.default DescribeAssetPropertyResponsedescribeAssetProperty(Consumer<DescribeAssetPropertyRequest.Builder> describeAssetPropertyRequest) Retrieves information about an asset property.default DescribeAssetPropertyResponsedescribeAssetProperty(DescribeAssetPropertyRequest describeAssetPropertyRequest) Retrieves information about an asset property.default DescribeBulkImportJobResponsedescribeBulkImportJob(Consumer<DescribeBulkImportJobRequest.Builder> describeBulkImportJobRequest) Retrieves information about a bulk import job request.default DescribeBulkImportJobResponsedescribeBulkImportJob(DescribeBulkImportJobRequest describeBulkImportJobRequest) Retrieves information about a bulk import job request.default DescribeComputationModelResponsedescribeComputationModel(Consumer<DescribeComputationModelRequest.Builder> describeComputationModelRequest) Retrieves information about a computation model.default DescribeComputationModelResponsedescribeComputationModel(DescribeComputationModelRequest describeComputationModelRequest) Retrieves information about a computation model.describeComputationModelExecutionSummary(Consumer<DescribeComputationModelExecutionSummaryRequest.Builder> describeComputationModelExecutionSummaryRequest) Retrieves information about the execution summary of a computation model.describeComputationModelExecutionSummary(DescribeComputationModelExecutionSummaryRequest describeComputationModelExecutionSummaryRequest) Retrieves information about the execution summary of a computation model.default DescribeDashboardResponsedescribeDashboard(Consumer<DescribeDashboardRequest.Builder> describeDashboardRequest) Retrieves information about a dashboard.default DescribeDashboardResponsedescribeDashboard(DescribeDashboardRequest describeDashboardRequest) Retrieves information about a dashboard.default DescribeDatasetResponsedescribeDataset(Consumer<DescribeDatasetRequest.Builder> describeDatasetRequest) Retrieves information about a dataset.default DescribeDatasetResponsedescribeDataset(DescribeDatasetRequest describeDatasetRequest) Retrieves information about a dataset.default DescribeDatasetExportJobResponsedescribeDatasetExportJob(Consumer<DescribeDatasetExportJobRequest.Builder> describeDatasetExportJobRequest) Retrieves information about a dataset export job.default DescribeDatasetExportJobResponsedescribeDatasetExportJob(DescribeDatasetExportJobRequest describeDatasetExportJobRequest) Retrieves information about a dataset export job.describeDefaultEncryptionConfiguration(Consumer<DescribeDefaultEncryptionConfigurationRequest.Builder> describeDefaultEncryptionConfigurationRequest) Retrieves information about the default encryption configuration for the Amazon Web Services account in the default or specified Region.describeDefaultEncryptionConfiguration(DescribeDefaultEncryptionConfigurationRequest describeDefaultEncryptionConfigurationRequest) Retrieves information about the default encryption configuration for the Amazon Web Services account in the default or specified Region.default DescribeEnrichmentJobResponsedescribeEnrichmentJob(Consumer<DescribeEnrichmentJobRequest.Builder> describeEnrichmentJobRequest) Retrieves detailed information about a specific enrichment job, including its current status, configuration, and timestamps.default DescribeEnrichmentJobResponsedescribeEnrichmentJob(DescribeEnrichmentJobRequest describeEnrichmentJobRequest) Retrieves detailed information about a specific enrichment job, including its current status, configuration, and timestamps.default DescribeExecutionResponsedescribeExecution(Consumer<DescribeExecutionRequest.Builder> describeExecutionRequest) Retrieves information about the execution.default DescribeExecutionResponsedescribeExecution(DescribeExecutionRequest describeExecutionRequest) Retrieves information about the execution.default DescribeGatewayResponsedescribeGateway(Consumer<DescribeGatewayRequest.Builder> describeGatewayRequest) Retrieves information about a gateway.default DescribeGatewayResponsedescribeGateway(DescribeGatewayRequest describeGatewayRequest) Retrieves information about a gateway.describeGatewayCapabilityConfiguration(Consumer<DescribeGatewayCapabilityConfigurationRequest.Builder> describeGatewayCapabilityConfigurationRequest) Each gateway capability defines data sources for a gateway.describeGatewayCapabilityConfiguration(DescribeGatewayCapabilityConfigurationRequest describeGatewayCapabilityConfigurationRequest) Each gateway capability defines data sources for a gateway.default DescribeLoggingOptionsResponsedescribeLoggingOptions(Consumer<DescribeLoggingOptionsRequest.Builder> describeLoggingOptionsRequest) Retrieves the current IoT SiteWise logging options.default DescribeLoggingOptionsResponsedescribeLoggingOptions(DescribeLoggingOptionsRequest describeLoggingOptionsRequest) Retrieves the current IoT SiteWise logging options.default DescribePipelineResponsedescribePipeline(Consumer<DescribePipelineRequest.Builder> describePipelineRequest) Retrieves detailed information about a specific pipeline in a workspace.default DescribePipelineResponsedescribePipeline(DescribePipelineRequest describePipelineRequest) Retrieves detailed information about a specific pipeline in a workspace.describePipelineExecution(Consumer<DescribePipelineExecutionRequest.Builder> describePipelineExecutionRequest) Retrieves detailed information about a specific pipeline execution, including the overall execution status and the status of each individual compute node.describePipelineExecution(DescribePipelineExecutionRequest describePipelineExecutionRequest) Retrieves detailed information about a specific pipeline execution, including the overall execution status and the status of each individual compute node.describePipelineExecutionPaginator(Consumer<DescribePipelineExecutionRequest.Builder> describePipelineExecutionRequest) This is a variant ofdescribePipelineExecution(software.amazon.awssdk.services.iotsitewise.model.DescribePipelineExecutionRequest)operation.describePipelineExecutionPaginator(DescribePipelineExecutionRequest describePipelineExecutionRequest) This is a variant ofdescribePipelineExecution(software.amazon.awssdk.services.iotsitewise.model.DescribePipelineExecutionRequest)operation.default DescribePortalResponsedescribePortal(Consumer<DescribePortalRequest.Builder> describePortalRequest) Retrieves information about a portal.default DescribePortalResponsedescribePortal(DescribePortalRequest describePortalRequest) Retrieves information about a portal.default DescribeProjectResponsedescribeProject(Consumer<DescribeProjectRequest.Builder> describeProjectRequest) Retrieves information about a project.default DescribeProjectResponsedescribeProject(DescribeProjectRequest describeProjectRequest) Retrieves information about a project.default DescribeQueryResponsedescribeQuery(Consumer<DescribeQueryRequest.Builder> describeQueryRequest) Retrieves information about a query, including its status.default DescribeQueryResponsedescribeQuery(DescribeQueryRequest describeQueryRequest) Retrieves information about a query, including its status.default DescribeSearchResponsedescribeSearch(Consumer<DescribeSearchRequest.Builder> describeSearchRequest) Returns the current status and metadata of a single search, including the query that was submitted, the search type, and — when the search has failed — the reason.default DescribeSearchResponsedescribeSearch(DescribeSearchRequest describeSearchRequest) Returns the current status and metadata of a single search, including the query that was submitted, the search type, and — when the search has failed — the reason.describeStorageConfiguration(Consumer<DescribeStorageConfigurationRequest.Builder> describeStorageConfigurationRequest) Retrieves information about the storage configuration for IoT SiteWise.describeStorageConfiguration(DescribeStorageConfigurationRequest describeStorageConfigurationRequest) Retrieves information about the storage configuration for IoT SiteWise.default DescribeTaskResponsedescribeTask(Consumer<DescribeTaskRequest.Builder> describeTaskRequest) Retrieves detailed information about a specific task in a workspace.default DescribeTaskResponsedescribeTask(DescribeTaskRequest describeTaskRequest) Retrieves detailed information about a specific task in a workspace.default DescribeTimeSeriesResponsedescribeTimeSeries(Consumer<DescribeTimeSeriesRequest.Builder> describeTimeSeriesRequest) Retrieves information about a time series (data stream).default DescribeTimeSeriesResponsedescribeTimeSeries(DescribeTimeSeriesRequest describeTimeSeriesRequest) Retrieves information about a time series (data stream).default DescribeWorkspaceResponsedescribeWorkspace(Consumer<DescribeWorkspaceRequest.Builder> describeWorkspaceRequest) Retrieves information about a workspace.default DescribeWorkspaceResponsedescribeWorkspace(DescribeWorkspaceRequest describeWorkspaceRequest) Retrieves information about a workspace.default DisassociateAssetsResponsedisassociateAssets(Consumer<DisassociateAssetsRequest.Builder> disassociateAssetsRequest) Disassociates a child asset from the given parent asset through a hierarchy defined in the parent asset's model.default DisassociateAssetsResponsedisassociateAssets(DisassociateAssetsRequest disassociateAssetsRequest) Disassociates a child asset from the given parent asset through a hierarchy defined in the parent asset's model.disassociateTimeSeriesFromAssetProperty(Consumer<DisassociateTimeSeriesFromAssetPropertyRequest.Builder> disassociateTimeSeriesFromAssetPropertyRequest) Disassociates a time series (data stream) from an asset property.disassociateTimeSeriesFromAssetProperty(DisassociateTimeSeriesFromAssetPropertyRequest disassociateTimeSeriesFromAssetPropertyRequest) Disassociates a time series (data stream) from an asset property.default ExecuteActionResponseexecuteAction(Consumer<ExecuteActionRequest.Builder> executeActionRequest) Executes an action on a target resource.default ExecuteActionResponseexecuteAction(ExecuteActionRequest executeActionRequest) Executes an action on a target resource.default ExecuteQueryResponseexecuteQuery(Consumer<ExecuteQueryRequest.Builder> executeQueryRequest) Run SQL queries to retrieve metadata and time-series data from asset models, assets, measurements, metrics, transforms, and aggregates.default ExecuteQueryResponseexecuteQuery(ExecuteQueryRequest executeQueryRequest) Run SQL queries to retrieve metadata and time-series data from asset models, assets, measurements, metrics, transforms, and aggregates.default ExecuteQueryIterableexecuteQueryPaginator(Consumer<ExecuteQueryRequest.Builder> executeQueryRequest) This is a variant ofexecuteQuery(software.amazon.awssdk.services.iotsitewise.model.ExecuteQueryRequest)operation.default ExecuteQueryIterableexecuteQueryPaginator(ExecuteQueryRequest executeQueryRequest) This is a variant ofexecuteQuery(software.amazon.awssdk.services.iotsitewise.model.ExecuteQueryRequest)operation.getAssetPropertyAggregates(Consumer<GetAssetPropertyAggregatesRequest.Builder> getAssetPropertyAggregatesRequest) Gets aggregated values for an asset property.getAssetPropertyAggregates(GetAssetPropertyAggregatesRequest getAssetPropertyAggregatesRequest) Gets aggregated values for an asset property.getAssetPropertyAggregatesPaginator(Consumer<GetAssetPropertyAggregatesRequest.Builder> getAssetPropertyAggregatesRequest) This is a variant ofgetAssetPropertyAggregates(software.amazon.awssdk.services.iotsitewise.model.GetAssetPropertyAggregatesRequest)operation.getAssetPropertyAggregatesPaginator(GetAssetPropertyAggregatesRequest getAssetPropertyAggregatesRequest) This is a variant ofgetAssetPropertyAggregates(software.amazon.awssdk.services.iotsitewise.model.GetAssetPropertyAggregatesRequest)operation.default GetAssetPropertyValueResponsegetAssetPropertyValue(Consumer<GetAssetPropertyValueRequest.Builder> getAssetPropertyValueRequest) Gets an asset property's current value.default GetAssetPropertyValueResponsegetAssetPropertyValue(GetAssetPropertyValueRequest getAssetPropertyValueRequest) Gets an asset property's current value.getAssetPropertyValueHistory(Consumer<GetAssetPropertyValueHistoryRequest.Builder> getAssetPropertyValueHistoryRequest) Gets the history of an asset property's values.getAssetPropertyValueHistory(GetAssetPropertyValueHistoryRequest getAssetPropertyValueHistoryRequest) Gets the history of an asset property's values.getAssetPropertyValueHistoryPaginator(Consumer<GetAssetPropertyValueHistoryRequest.Builder> getAssetPropertyValueHistoryRequest) This is a variant ofgetAssetPropertyValueHistory(software.amazon.awssdk.services.iotsitewise.model.GetAssetPropertyValueHistoryRequest)operation.getAssetPropertyValueHistoryPaginator(GetAssetPropertyValueHistoryRequest getAssetPropertyValueHistoryRequest) This is a variant ofgetAssetPropertyValueHistory(software.amazon.awssdk.services.iotsitewise.model.GetAssetPropertyValueHistoryRequest)operation.default GetCaptureDataResponsegetCaptureData(Consumer<GetCaptureDataRequest.Builder> getCaptureDataRequest) Retrieves video data for a specific time range.default GetCaptureDataResponsegetCaptureData(GetCaptureDataRequest getCaptureDataRequest) Retrieves video data for a specific time range.getInterpolatedAssetPropertyValues(Consumer<GetInterpolatedAssetPropertyValuesRequest.Builder> getInterpolatedAssetPropertyValuesRequest) Get interpolated values for an asset property for a specified time interval, during a period of time.getInterpolatedAssetPropertyValues(GetInterpolatedAssetPropertyValuesRequest getInterpolatedAssetPropertyValuesRequest) Get interpolated values for an asset property for a specified time interval, during a period of time.getInterpolatedAssetPropertyValuesPaginator(Consumer<GetInterpolatedAssetPropertyValuesRequest.Builder> getInterpolatedAssetPropertyValuesRequest) This is a variant ofgetInterpolatedAssetPropertyValues(software.amazon.awssdk.services.iotsitewise.model.GetInterpolatedAssetPropertyValuesRequest)operation.getInterpolatedAssetPropertyValuesPaginator(GetInterpolatedAssetPropertyValuesRequest getInterpolatedAssetPropertyValuesRequest) This is a variant ofgetInterpolatedAssetPropertyValues(software.amazon.awssdk.services.iotsitewise.model.GetInterpolatedAssetPropertyValuesRequest)operation.default GetQueryResultsResponsegetQueryResults(Consumer<GetQueryResultsRequest.Builder> getQueryResultsRequest) Retrieves the paginated results of a query.default GetQueryResultsResponsegetQueryResults(GetQueryResultsRequest getQueryResultsRequest) Retrieves the paginated results of a query.default GetQueryResultsIterablegetQueryResultsPaginator(Consumer<GetQueryResultsRequest.Builder> getQueryResultsRequest) This is a variant ofgetQueryResults(software.amazon.awssdk.services.iotsitewise.model.GetQueryResultsRequest)operation.default GetQueryResultsIterablegetQueryResultsPaginator(GetQueryResultsRequest getQueryResultsRequest) This is a variant ofgetQueryResults(software.amazon.awssdk.services.iotsitewise.model.GetQueryResultsRequest)operation.default GetSearchResultsResponsegetSearchResults(Consumer<GetSearchResultsRequest.Builder> getSearchResultsRequest) Retrieves the ranked results of a search, ordered by descending relevance score.default GetSearchResultsResponsegetSearchResults(GetSearchResultsRequest getSearchResultsRequest) Retrieves the ranked results of a search, ordered by descending relevance score.default GetSearchResultsIterablegetSearchResultsPaginator(Consumer<GetSearchResultsRequest.Builder> getSearchResultsRequest) This is a variant ofgetSearchResults(software.amazon.awssdk.services.iotsitewise.model.GetSearchResultsRequest)operation.default GetSearchResultsIterablegetSearchResultsPaginator(GetSearchResultsRequest getSearchResultsRequest) This is a variant ofgetSearchResults(software.amazon.awssdk.services.iotsitewise.model.GetSearchResultsRequest)operation.default ListAccessPoliciesResponselistAccessPolicies(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 ListAccessPoliciesResponselistAccessPolicies(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 ListAccessPoliciesIterablelistAccessPoliciesPaginator(Consumer<ListAccessPoliciesRequest.Builder> listAccessPoliciesRequest) This is a variant oflistAccessPolicies(software.amazon.awssdk.services.iotsitewise.model.ListAccessPoliciesRequest)operation.default ListAccessPoliciesIterablelistAccessPoliciesPaginator(ListAccessPoliciesRequest listAccessPoliciesRequest) This is a variant oflistAccessPolicies(software.amazon.awssdk.services.iotsitewise.model.ListAccessPoliciesRequest)operation.default ListActionsResponselistActions(Consumer<ListActionsRequest.Builder> listActionsRequest) Retrieves a paginated list of actions for a specific target resource.default ListActionsResponselistActions(ListActionsRequest listActionsRequest) Retrieves a paginated list of actions for a specific target resource.default ListActionsIterablelistActionsPaginator(Consumer<ListActionsRequest.Builder> listActionsRequest) This is a variant oflistActions(software.amazon.awssdk.services.iotsitewise.model.ListActionsRequest)operation.default ListActionsIterablelistActionsPaginator(ListActionsRequest listActionsRequest) This is a variant oflistActions(software.amazon.awssdk.services.iotsitewise.model.ListActionsRequest)operation.default ListApplicationsResponselistApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest) Retrieves a paginated list of existing applicationsdefault ListApplicationsResponselistApplications(ListApplicationsRequest listApplicationsRequest) Retrieves a paginated list of existing applicationsdefault ListApplicationsIterablelistApplicationsPaginator(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest) This is a variant oflistApplications(software.amazon.awssdk.services.iotsitewise.model.ListApplicationsRequest)operation.default ListApplicationsIterablelistApplicationsPaginator(ListApplicationsRequest listApplicationsRequest) This is a variant oflistApplications(software.amazon.awssdk.services.iotsitewise.model.ListApplicationsRequest)operation.listAssetModelCompositeModels(Consumer<ListAssetModelCompositeModelsRequest.Builder> listAssetModelCompositeModelsRequest) Retrieves a paginated list of composite models associated with the asset modellistAssetModelCompositeModels(ListAssetModelCompositeModelsRequest listAssetModelCompositeModelsRequest) Retrieves a paginated list of composite models associated with the asset modellistAssetModelCompositeModelsPaginator(Consumer<ListAssetModelCompositeModelsRequest.Builder> listAssetModelCompositeModelsRequest) This is a variant oflistAssetModelCompositeModels(software.amazon.awssdk.services.iotsitewise.model.ListAssetModelCompositeModelsRequest)operation.listAssetModelCompositeModelsPaginator(ListAssetModelCompositeModelsRequest listAssetModelCompositeModelsRequest) This is a variant oflistAssetModelCompositeModels(software.amazon.awssdk.services.iotsitewise.model.ListAssetModelCompositeModelsRequest)operation.default ListAssetModelPropertiesResponselistAssetModelProperties(Consumer<ListAssetModelPropertiesRequest.Builder> listAssetModelPropertiesRequest) Retrieves a paginated list of properties associated with an asset model.default ListAssetModelPropertiesResponselistAssetModelProperties(ListAssetModelPropertiesRequest listAssetModelPropertiesRequest) Retrieves a paginated list of properties associated with an asset model.default ListAssetModelPropertiesIterablelistAssetModelPropertiesPaginator(Consumer<ListAssetModelPropertiesRequest.Builder> listAssetModelPropertiesRequest) This is a variant oflistAssetModelProperties(software.amazon.awssdk.services.iotsitewise.model.ListAssetModelPropertiesRequest)operation.default ListAssetModelPropertiesIterablelistAssetModelPropertiesPaginator(ListAssetModelPropertiesRequest listAssetModelPropertiesRequest) This is a variant oflistAssetModelProperties(software.amazon.awssdk.services.iotsitewise.model.ListAssetModelPropertiesRequest)operation.default ListAssetModelsResponselistAssetModels(Consumer<ListAssetModelsRequest.Builder> listAssetModelsRequest) Retrieves a paginated list of summaries of all asset models.default ListAssetModelsResponselistAssetModels(ListAssetModelsRequest listAssetModelsRequest) Retrieves a paginated list of summaries of all asset models.default ListAssetModelsIterablelistAssetModelsPaginator(Consumer<ListAssetModelsRequest.Builder> listAssetModelsRequest) This is a variant oflistAssetModels(software.amazon.awssdk.services.iotsitewise.model.ListAssetModelsRequest)operation.default ListAssetModelsIterablelistAssetModelsPaginator(ListAssetModelsRequest listAssetModelsRequest) This is a variant oflistAssetModels(software.amazon.awssdk.services.iotsitewise.model.ListAssetModelsRequest)operation.default ListAssetPropertiesResponselistAssetProperties(Consumer<ListAssetPropertiesRequest.Builder> listAssetPropertiesRequest) Retrieves a paginated list of properties associated with an asset.default ListAssetPropertiesResponselistAssetProperties(ListAssetPropertiesRequest listAssetPropertiesRequest) Retrieves a paginated list of properties associated with an asset.default ListAssetPropertiesIterablelistAssetPropertiesPaginator(Consumer<ListAssetPropertiesRequest.Builder> listAssetPropertiesRequest) This is a variant oflistAssetProperties(software.amazon.awssdk.services.iotsitewise.model.ListAssetPropertiesRequest)operation.default ListAssetPropertiesIterablelistAssetPropertiesPaginator(ListAssetPropertiesRequest listAssetPropertiesRequest) This is a variant oflistAssetProperties(software.amazon.awssdk.services.iotsitewise.model.ListAssetPropertiesRequest)operation.default ListAssetRelationshipsResponselistAssetRelationships(Consumer<ListAssetRelationshipsRequest.Builder> listAssetRelationshipsRequest) Retrieves a paginated list of asset relationships for an asset.default ListAssetRelationshipsResponselistAssetRelationships(ListAssetRelationshipsRequest listAssetRelationshipsRequest) Retrieves a paginated list of asset relationships for an asset.default ListAssetRelationshipsIterablelistAssetRelationshipsPaginator(Consumer<ListAssetRelationshipsRequest.Builder> listAssetRelationshipsRequest) This is a variant oflistAssetRelationships(software.amazon.awssdk.services.iotsitewise.model.ListAssetRelationshipsRequest)operation.default ListAssetRelationshipsIterablelistAssetRelationshipsPaginator(ListAssetRelationshipsRequest listAssetRelationshipsRequest) This is a variant oflistAssetRelationships(software.amazon.awssdk.services.iotsitewise.model.ListAssetRelationshipsRequest)operation.default ListAssetsResponselistAssets(Consumer<ListAssetsRequest.Builder> listAssetsRequest) Retrieves a paginated list of asset summaries.default ListAssetsResponselistAssets(ListAssetsRequest listAssetsRequest) Retrieves a paginated list of asset summaries.default ListAssetsIterablelistAssetsPaginator(Consumer<ListAssetsRequest.Builder> listAssetsRequest) This is a variant oflistAssets(software.amazon.awssdk.services.iotsitewise.model.ListAssetsRequest)operation.default ListAssetsIterablelistAssetsPaginator(ListAssetsRequest listAssetsRequest) This is a variant oflistAssets(software.amazon.awssdk.services.iotsitewise.model.ListAssetsRequest)operation.default ListAssociatedAssetsResponselistAssociatedAssets(Consumer<ListAssociatedAssetsRequest.Builder> listAssociatedAssetsRequest) Retrieves a paginated list of associated assets.default ListAssociatedAssetsResponselistAssociatedAssets(ListAssociatedAssetsRequest listAssociatedAssetsRequest) Retrieves a paginated list of associated assets.default ListAssociatedAssetsIterablelistAssociatedAssetsPaginator(Consumer<ListAssociatedAssetsRequest.Builder> listAssociatedAssetsRequest) This is a variant oflistAssociatedAssets(software.amazon.awssdk.services.iotsitewise.model.ListAssociatedAssetsRequest)operation.default ListAssociatedAssetsIterablelistAssociatedAssetsPaginator(ListAssociatedAssetsRequest listAssociatedAssetsRequest) This is a variant oflistAssociatedAssets(software.amazon.awssdk.services.iotsitewise.model.ListAssociatedAssetsRequest)operation.default ListBulkImportJobsResponselistBulkImportJobs(Consumer<ListBulkImportJobsRequest.Builder> listBulkImportJobsRequest) Retrieves a paginated list of bulk import job requests.default ListBulkImportJobsResponselistBulkImportJobs(ListBulkImportJobsRequest listBulkImportJobsRequest) Retrieves a paginated list of bulk import job requests.default ListBulkImportJobsIterablelistBulkImportJobsPaginator(Consumer<ListBulkImportJobsRequest.Builder> listBulkImportJobsRequest) This is a variant oflistBulkImportJobs(software.amazon.awssdk.services.iotsitewise.model.ListBulkImportJobsRequest)operation.default ListBulkImportJobsIterablelistBulkImportJobsPaginator(ListBulkImportJobsRequest listBulkImportJobsRequest) This is a variant oflistBulkImportJobs(software.amazon.awssdk.services.iotsitewise.model.ListBulkImportJobsRequest)operation.listCompositionRelationships(Consumer<ListCompositionRelationshipsRequest.Builder> listCompositionRelationshipsRequest) Retrieves a paginated list of composition relationships for an asset model of typeCOMPONENT_MODEL.listCompositionRelationships(ListCompositionRelationshipsRequest listCompositionRelationshipsRequest) Retrieves a paginated list of composition relationships for an asset model of typeCOMPONENT_MODEL.listCompositionRelationshipsPaginator(Consumer<ListCompositionRelationshipsRequest.Builder> listCompositionRelationshipsRequest) This is a variant oflistCompositionRelationships(software.amazon.awssdk.services.iotsitewise.model.ListCompositionRelationshipsRequest)operation.listCompositionRelationshipsPaginator(ListCompositionRelationshipsRequest listCompositionRelationshipsRequest) This is a variant oflistCompositionRelationships(software.amazon.awssdk.services.iotsitewise.model.ListCompositionRelationshipsRequest)operation.listComputationModelDataBindingUsages(Consumer<ListComputationModelDataBindingUsagesRequest.Builder> listComputationModelDataBindingUsagesRequest) Lists all data binding usages for computation models.listComputationModelDataBindingUsages(ListComputationModelDataBindingUsagesRequest listComputationModelDataBindingUsagesRequest) Lists all data binding usages for computation models.listComputationModelDataBindingUsagesPaginator(Consumer<ListComputationModelDataBindingUsagesRequest.Builder> listComputationModelDataBindingUsagesRequest) listComputationModelDataBindingUsagesPaginator(ListComputationModelDataBindingUsagesRequest listComputationModelDataBindingUsagesRequest) listComputationModelResolveToResources(Consumer<ListComputationModelResolveToResourcesRequest.Builder> listComputationModelResolveToResourcesRequest) Lists all distinct resources that are resolved from the executed actions of the computation model.listComputationModelResolveToResources(ListComputationModelResolveToResourcesRequest listComputationModelResolveToResourcesRequest) Lists all distinct resources that are resolved from the executed actions of the computation model.listComputationModelResolveToResourcesPaginator(Consumer<ListComputationModelResolveToResourcesRequest.Builder> listComputationModelResolveToResourcesRequest) listComputationModelResolveToResourcesPaginator(ListComputationModelResolveToResourcesRequest listComputationModelResolveToResourcesRequest) default ListComputationModelsResponselistComputationModels(Consumer<ListComputationModelsRequest.Builder> listComputationModelsRequest) Retrieves a paginated list of summaries of all computation models.default ListComputationModelsResponselistComputationModels(ListComputationModelsRequest listComputationModelsRequest) Retrieves a paginated list of summaries of all computation models.default ListComputationModelsIterablelistComputationModelsPaginator(Consumer<ListComputationModelsRequest.Builder> listComputationModelsRequest) This is a variant oflistComputationModels(software.amazon.awssdk.services.iotsitewise.model.ListComputationModelsRequest)operation.default ListComputationModelsIterablelistComputationModelsPaginator(ListComputationModelsRequest listComputationModelsRequest) This is a variant oflistComputationModels(software.amazon.awssdk.services.iotsitewise.model.ListComputationModelsRequest)operation.default ListDashboardsResponselistDashboards(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest) Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.default ListDashboardsResponselistDashboards(ListDashboardsRequest listDashboardsRequest) Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.default ListDashboardsIterablelistDashboardsPaginator(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest) This is a variant oflistDashboards(software.amazon.awssdk.services.iotsitewise.model.ListDashboardsRequest)operation.default ListDashboardsIterablelistDashboardsPaginator(ListDashboardsRequest listDashboardsRequest) This is a variant oflistDashboards(software.amazon.awssdk.services.iotsitewise.model.ListDashboardsRequest)operation.listDatasetDataSegmentRelationships(Consumer<ListDatasetDataSegmentRelationshipsRequest.Builder> listDatasetDataSegmentRelationshipsRequest) Retrieves a paginated list of data segment relationships for a session dataset.listDatasetDataSegmentRelationships(ListDatasetDataSegmentRelationshipsRequest listDatasetDataSegmentRelationshipsRequest) Retrieves a paginated list of data segment relationships for a session dataset.listDatasetDataSegmentRelationshipsPaginator(Consumer<ListDatasetDataSegmentRelationshipsRequest.Builder> listDatasetDataSegmentRelationshipsRequest) listDatasetDataSegmentRelationshipsPaginator(ListDatasetDataSegmentRelationshipsRequest listDatasetDataSegmentRelationshipsRequest) default ListDatasetDataSegmentsResponselistDatasetDataSegments(Consumer<ListDatasetDataSegmentsRequest.Builder> listDatasetDataSegmentsRequest) Retrieves a paginated list of data segments associated with a dataset.default ListDatasetDataSegmentsResponselistDatasetDataSegments(ListDatasetDataSegmentsRequest listDatasetDataSegmentsRequest) Retrieves a paginated list of data segments associated with a dataset.default ListDatasetDataSegmentsIterablelistDatasetDataSegmentsPaginator(Consumer<ListDatasetDataSegmentsRequest.Builder> listDatasetDataSegmentsRequest) This is a variant oflistDatasetDataSegments(software.amazon.awssdk.services.iotsitewise.model.ListDatasetDataSegmentsRequest)operation.default ListDatasetDataSegmentsIterablelistDatasetDataSegmentsPaginator(ListDatasetDataSegmentsRequest listDatasetDataSegmentsRequest) This is a variant oflistDatasetDataSegments(software.amazon.awssdk.services.iotsitewise.model.ListDatasetDataSegmentsRequest)operation.default ListDatasetExportJobsResponselistDatasetExportJobs(Consumer<ListDatasetExportJobsRequest.Builder> listDatasetExportJobsRequest) Retrieves a paginated list of dataset export jobs for a workspace.default ListDatasetExportJobsResponselistDatasetExportJobs(ListDatasetExportJobsRequest listDatasetExportJobsRequest) Retrieves a paginated list of dataset export jobs for a workspace.default ListDatasetExportJobsIterablelistDatasetExportJobsPaginator(Consumer<ListDatasetExportJobsRequest.Builder> listDatasetExportJobsRequest) This is a variant oflistDatasetExportJobs(software.amazon.awssdk.services.iotsitewise.model.ListDatasetExportJobsRequest)operation.default ListDatasetExportJobsIterablelistDatasetExportJobsPaginator(ListDatasetExportJobsRequest listDatasetExportJobsRequest) This is a variant oflistDatasetExportJobs(software.amazon.awssdk.services.iotsitewise.model.ListDatasetExportJobsRequest)operation.default ListDatasetsResponselistDatasets(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest) Retrieves a paginated list of datasets for a specific target resource.default ListDatasetsResponselistDatasets(ListDatasetsRequest listDatasetsRequest) Retrieves a paginated list of datasets for a specific target resource.default ListDatasetsIterablelistDatasetsPaginator(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest) This is a variant oflistDatasets(software.amazon.awssdk.services.iotsitewise.model.ListDatasetsRequest)operation.default ListDatasetsIterablelistDatasetsPaginator(ListDatasetsRequest listDatasetsRequest) This is a variant oflistDatasets(software.amazon.awssdk.services.iotsitewise.model.ListDatasetsRequest)operation.default ListEnrichmentJobsResponselistEnrichmentJobs(Consumer<ListEnrichmentJobsRequest.Builder> listEnrichmentJobsRequest) Lists enrichment jobs within a workspace with optional filtering and pagination.default ListEnrichmentJobsResponselistEnrichmentJobs(ListEnrichmentJobsRequest listEnrichmentJobsRequest) Lists enrichment jobs within a workspace with optional filtering and pagination.default ListEnrichmentJobsIterablelistEnrichmentJobsPaginator(Consumer<ListEnrichmentJobsRequest.Builder> listEnrichmentJobsRequest) This is a variant oflistEnrichmentJobs(software.amazon.awssdk.services.iotsitewise.model.ListEnrichmentJobsRequest)operation.default ListEnrichmentJobsIterablelistEnrichmentJobsPaginator(ListEnrichmentJobsRequest listEnrichmentJobsRequest) This is a variant oflistEnrichmentJobs(software.amazon.awssdk.services.iotsitewise.model.ListEnrichmentJobsRequest)operation.default ListExecutionsResponselistExecutions(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest) Retrieves a paginated list of summaries of all executions.default ListExecutionsResponselistExecutions(ListExecutionsRequest listExecutionsRequest) Retrieves a paginated list of summaries of all executions.default ListExecutionsIterablelistExecutionsPaginator(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest) This is a variant oflistExecutions(software.amazon.awssdk.services.iotsitewise.model.ListExecutionsRequest)operation.default ListExecutionsIterablelistExecutionsPaginator(ListExecutionsRequest listExecutionsRequest) This is a variant oflistExecutions(software.amazon.awssdk.services.iotsitewise.model.ListExecutionsRequest)operation.default ListGatewaysResponselistGateways(Consumer<ListGatewaysRequest.Builder> listGatewaysRequest) Retrieves a paginated list of gateways.default ListGatewaysResponselistGateways(ListGatewaysRequest listGatewaysRequest) Retrieves a paginated list of gateways.default ListGatewaysIterablelistGatewaysPaginator(Consumer<ListGatewaysRequest.Builder> listGatewaysRequest) This is a variant oflistGateways(software.amazon.awssdk.services.iotsitewise.model.ListGatewaysRequest)operation.default ListGatewaysIterablelistGatewaysPaginator(ListGatewaysRequest listGatewaysRequest) This is a variant oflistGateways(software.amazon.awssdk.services.iotsitewise.model.ListGatewaysRequest)operation.listInterfaceRelationships(Consumer<ListInterfaceRelationshipsRequest.Builder> listInterfaceRelationshipsRequest) Retrieves a paginated list of asset models that have a specific interface asset model applied to them.listInterfaceRelationships(ListInterfaceRelationshipsRequest listInterfaceRelationshipsRequest) Retrieves a paginated list of asset models that have a specific interface asset model applied to them.listInterfaceRelationshipsPaginator(Consumer<ListInterfaceRelationshipsRequest.Builder> listInterfaceRelationshipsRequest) This is a variant oflistInterfaceRelationships(software.amazon.awssdk.services.iotsitewise.model.ListInterfaceRelationshipsRequest)operation.listInterfaceRelationshipsPaginator(ListInterfaceRelationshipsRequest listInterfaceRelationshipsRequest) This is a variant oflistInterfaceRelationships(software.amazon.awssdk.services.iotsitewise.model.ListInterfaceRelationshipsRequest)operation.default ListPipelineExecutionsResponselistPipelineExecutions(Consumer<ListPipelineExecutionsRequest.Builder> listPipelineExecutionsRequest) Lists pipeline executions for a specific pipeline in a workspace.default ListPipelineExecutionsResponselistPipelineExecutions(ListPipelineExecutionsRequest listPipelineExecutionsRequest) Lists pipeline executions for a specific pipeline in a workspace.default ListPipelineExecutionsIterablelistPipelineExecutionsPaginator(Consumer<ListPipelineExecutionsRequest.Builder> listPipelineExecutionsRequest) This is a variant oflistPipelineExecutions(software.amazon.awssdk.services.iotsitewise.model.ListPipelineExecutionsRequest)operation.default ListPipelineExecutionsIterablelistPipelineExecutionsPaginator(ListPipelineExecutionsRequest listPipelineExecutionsRequest) This is a variant oflistPipelineExecutions(software.amazon.awssdk.services.iotsitewise.model.ListPipelineExecutionsRequest)operation.default ListPipelinesResponselistPipelines(Consumer<ListPipelinesRequest.Builder> listPipelinesRequest) Lists pipelines in a workspace.default ListPipelinesResponselistPipelines(ListPipelinesRequest listPipelinesRequest) Lists pipelines in a workspace.default ListPipelinesIterablelistPipelinesPaginator(Consumer<ListPipelinesRequest.Builder> listPipelinesRequest) This is a variant oflistPipelines(software.amazon.awssdk.services.iotsitewise.model.ListPipelinesRequest)operation.default ListPipelinesIterablelistPipelinesPaginator(ListPipelinesRequest listPipelinesRequest) This is a variant oflistPipelines(software.amazon.awssdk.services.iotsitewise.model.ListPipelinesRequest)operation.default ListPortalsResponselistPortals(Consumer<ListPortalsRequest.Builder> listPortalsRequest) Retrieves a paginated list of IoT SiteWise Monitor portals.default ListPortalsResponselistPortals(ListPortalsRequest listPortalsRequest) Retrieves a paginated list of IoT SiteWise Monitor portals.default ListPortalsIterablelistPortalsPaginator(Consumer<ListPortalsRequest.Builder> listPortalsRequest) This is a variant oflistPortals(software.amazon.awssdk.services.iotsitewise.model.ListPortalsRequest)operation.default ListPortalsIterablelistPortalsPaginator(ListPortalsRequest listPortalsRequest) This is a variant oflistPortals(software.amazon.awssdk.services.iotsitewise.model.ListPortalsRequest)operation.default ListProjectAssetsResponselistProjectAssets(Consumer<ListProjectAssetsRequest.Builder> listProjectAssetsRequest) Retrieves a paginated list of assets associated with an IoT SiteWise Monitor project.default ListProjectAssetsResponselistProjectAssets(ListProjectAssetsRequest listProjectAssetsRequest) Retrieves a paginated list of assets associated with an IoT SiteWise Monitor project.default ListProjectAssetsIterablelistProjectAssetsPaginator(Consumer<ListProjectAssetsRequest.Builder> listProjectAssetsRequest) This is a variant oflistProjectAssets(software.amazon.awssdk.services.iotsitewise.model.ListProjectAssetsRequest)operation.default ListProjectAssetsIterablelistProjectAssetsPaginator(ListProjectAssetsRequest listProjectAssetsRequest) This is a variant oflistProjectAssets(software.amazon.awssdk.services.iotsitewise.model.ListProjectAssetsRequest)operation.default ListProjectsResponselistProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest) Retrieves a paginated list of projects for an IoT SiteWise Monitor portal.default ListProjectsResponselistProjects(ListProjectsRequest listProjectsRequest) Retrieves a paginated list of projects for an IoT SiteWise Monitor portal.default ListProjectsIterablelistProjectsPaginator(Consumer<ListProjectsRequest.Builder> listProjectsRequest) This is a variant oflistProjects(software.amazon.awssdk.services.iotsitewise.model.ListProjectsRequest)operation.default ListProjectsIterablelistProjectsPaginator(ListProjectsRequest listProjectsRequest) This is a variant oflistProjects(software.amazon.awssdk.services.iotsitewise.model.ListProjectsRequest)operation.default ListQueriesResponselistQueries(Consumer<ListQueriesRequest.Builder> listQueriesRequest) Retrieves a paginated list of queries for a workspace.default ListQueriesResponselistQueries(ListQueriesRequest listQueriesRequest) Retrieves a paginated list of queries for a workspace.default ListQueriesIterablelistQueriesPaginator(Consumer<ListQueriesRequest.Builder> listQueriesRequest) This is a variant oflistQueries(software.amazon.awssdk.services.iotsitewise.model.ListQueriesRequest)operation.default ListQueriesIterablelistQueriesPaginator(ListQueriesRequest listQueriesRequest) This is a variant oflistQueries(software.amazon.awssdk.services.iotsitewise.model.ListQueriesRequest)operation.default ListSearchesResponselistSearches(Consumer<ListSearchesRequest.Builder> listSearchesRequest) Lists the searches in a workspace, most recently started first.default ListSearchesResponselistSearches(ListSearchesRequest listSearchesRequest) Lists the searches in a workspace, most recently started first.default ListSearchesIterablelistSearchesPaginator(Consumer<ListSearchesRequest.Builder> listSearchesRequest) This is a variant oflistSearches(software.amazon.awssdk.services.iotsitewise.model.ListSearchesRequest)operation.default ListSearchesIterablelistSearchesPaginator(ListSearchesRequest listSearchesRequest) This is a variant oflistSearches(software.amazon.awssdk.services.iotsitewise.model.ListSearchesRequest)operation.default ListTagsForResourceResponselistTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Retrieves the list of tags for an IoT SiteWise resource.default ListTagsForResourceResponselistTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) Retrieves the list of tags for an IoT SiteWise resource.default ListTasksResponselistTasks(Consumer<ListTasksRequest.Builder> listTasksRequest) Lists tasks in a workspace.default ListTasksResponselistTasks(ListTasksRequest listTasksRequest) Lists tasks in a workspace.default ListTasksIterablelistTasksPaginator(Consumer<ListTasksRequest.Builder> listTasksRequest) This is a variant oflistTasks(software.amazon.awssdk.services.iotsitewise.model.ListTasksRequest)operation.default ListTasksIterablelistTasksPaginator(ListTasksRequest listTasksRequest) This is a variant oflistTasks(software.amazon.awssdk.services.iotsitewise.model.ListTasksRequest)operation.default ListTimeSeriesResponselistTimeSeries(Consumer<ListTimeSeriesRequest.Builder> listTimeSeriesRequest) Retrieves a paginated list of time series (data streams).default ListTimeSeriesResponselistTimeSeries(ListTimeSeriesRequest listTimeSeriesRequest) Retrieves a paginated list of time series (data streams).default ListTimeSeriesIterablelistTimeSeriesPaginator(Consumer<ListTimeSeriesRequest.Builder> listTimeSeriesRequest) This is a variant oflistTimeSeries(software.amazon.awssdk.services.iotsitewise.model.ListTimeSeriesRequest)operation.default ListTimeSeriesIterablelistTimeSeriesPaginator(ListTimeSeriesRequest listTimeSeriesRequest) This is a variant oflistTimeSeries(software.amazon.awssdk.services.iotsitewise.model.ListTimeSeriesRequest)operation.default ListWorkspacesResponselistWorkspaces(Consumer<ListWorkspacesRequest.Builder> listWorkspacesRequest) Retrieves a paginated list of workspaces.default ListWorkspacesResponselistWorkspaces(ListWorkspacesRequest listWorkspacesRequest) Retrieves a paginated list of workspaces.default ListWorkspacesIterablelistWorkspacesPaginator(Consumer<ListWorkspacesRequest.Builder> listWorkspacesRequest) This is a variant oflistWorkspaces(software.amazon.awssdk.services.iotsitewise.model.ListWorkspacesRequest)operation.default ListWorkspacesIterablelistWorkspacesPaginator(ListWorkspacesRequest listWorkspacesRequest) This is a variant oflistWorkspaces(software.amazon.awssdk.services.iotsitewise.model.ListWorkspacesRequest)operation.putAssetModelInterfaceRelationship(Consumer<PutAssetModelInterfaceRelationshipRequest.Builder> putAssetModelInterfaceRelationshipRequest) Creates or updates an interface relationship between an asset model and an interface asset model.putAssetModelInterfaceRelationship(PutAssetModelInterfaceRelationshipRequest putAssetModelInterfaceRelationshipRequest) Creates or updates an interface relationship between an asset model and an interface asset model.putDefaultEncryptionConfiguration(Consumer<PutDefaultEncryptionConfigurationRequest.Builder> putDefaultEncryptionConfigurationRequest) Sets the default encryption configuration for the Amazon Web Services account.putDefaultEncryptionConfiguration(PutDefaultEncryptionConfigurationRequest putDefaultEncryptionConfigurationRequest) Sets the default encryption configuration for the Amazon Web Services account.default PutLoggingOptionsResponseputLoggingOptions(Consumer<PutLoggingOptionsRequest.Builder> putLoggingOptionsRequest) Sets logging options for IoT SiteWise.default PutLoggingOptionsResponseputLoggingOptions(PutLoggingOptionsRequest putLoggingOptionsRequest) Sets logging options for IoT SiteWise.default PutStorageConfigurationResponseputStorageConfiguration(Consumer<PutStorageConfigurationRequest.Builder> putStorageConfigurationRequest) Configures storage settings for IoT SiteWise.default PutStorageConfigurationResponseputStorageConfiguration(PutStorageConfigurationRequest putStorageConfigurationRequest) Configures storage settings for IoT SiteWise.The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfigurationstatic ServiceMetadatadefault StartPipelineExecutionResponsestartPipelineExecution(Consumer<StartPipelineExecutionRequest.Builder> startPipelineExecutionRequest) Starts execution of a pipeline in the specified workspace.default StartPipelineExecutionResponsestartPipelineExecution(StartPipelineExecutionRequest startPipelineExecutionRequest) Starts execution of a pipeline in the specified workspace.default StartQueryResponsestartQuery(Consumer<StartQueryRequest.Builder> startQueryRequest) Starts an asynchronous SQL query against workspace telemetry, annotations, data segment, and dataset data.default StartQueryResponsestartQuery(StartQueryRequest startQueryRequest) Starts an asynchronous SQL query against workspace telemetry, annotations, data segment, and dataset data.default StartSearchResponsestartSearch(Consumer<StartSearchRequest.Builder> startSearchRequest) Starts an asynchronous search over the data in a workspace.default StartSearchResponsestartSearch(StartSearchRequest startSearchRequest) Starts an asynchronous search over the data in a workspace.default TagResourceResponsetagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Adds tags to an IoT SiteWise resource.default TagResourceResponsetagResource(TagResourceRequest tagResourceRequest) Adds tags to an IoT SiteWise resource.default UntagResourceResponseuntagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes a tag from an IoT SiteWise resource.default UntagResourceResponseuntagResource(UntagResourceRequest untagResourceRequest) Removes a tag from an IoT SiteWise resource.default UpdateAccessPolicyResponseupdateAccessPolicy(Consumer<UpdateAccessPolicyRequest.Builder> updateAccessPolicyRequest) default UpdateAccessPolicyResponseupdateAccessPolicy(UpdateAccessPolicyRequest updateAccessPolicyRequest) default UpdateAssetResponseupdateAsset(Consumer<UpdateAssetRequest.Builder> updateAssetRequest) Updates an asset's name.default UpdateAssetResponseupdateAsset(UpdateAssetRequest updateAssetRequest) Updates an asset's name.default UpdateAssetModelResponseupdateAssetModel(Consumer<UpdateAssetModelRequest.Builder> updateAssetModelRequest) Updates an asset model and all of the assets that were created from the model.default UpdateAssetModelResponseupdateAssetModel(UpdateAssetModelRequest updateAssetModelRequest) Updates an asset model and all of the assets that were created from the model.updateAssetModelCompositeModel(Consumer<UpdateAssetModelCompositeModelRequest.Builder> updateAssetModelCompositeModelRequest) Updates a composite model and all of the assets that were created from the model.updateAssetModelCompositeModel(UpdateAssetModelCompositeModelRequest updateAssetModelCompositeModelRequest) Updates a composite model and all of the assets that were created from the model.default UpdateAssetPropertyResponseupdateAssetProperty(Consumer<UpdateAssetPropertyRequest.Builder> updateAssetPropertyRequest) Updates an asset property's alias and notification state.default UpdateAssetPropertyResponseupdateAssetProperty(UpdateAssetPropertyRequest updateAssetPropertyRequest) Updates an asset property's alias and notification state.default UpdateComputationModelResponseupdateComputationModel(Consumer<UpdateComputationModelRequest.Builder> updateComputationModelRequest) Updates the computation model.default UpdateComputationModelResponseupdateComputationModel(UpdateComputationModelRequest updateComputationModelRequest) Updates the computation model.default UpdateDashboardResponseupdateDashboard(Consumer<UpdateDashboardRequest.Builder> updateDashboardRequest) default UpdateDashboardResponseupdateDashboard(UpdateDashboardRequest updateDashboardRequest) default UpdateDatasetResponseupdateDataset(Consumer<UpdateDatasetRequest.Builder> updateDatasetRequest) Updates a dataset.default UpdateDatasetResponseupdateDataset(UpdateDatasetRequest updateDatasetRequest) Updates a dataset.default UpdateGatewayResponseupdateGateway(Consumer<UpdateGatewayRequest.Builder> updateGatewayRequest) Updates a gateway's name.default UpdateGatewayResponseupdateGateway(UpdateGatewayRequest updateGatewayRequest) Updates a gateway's name.updateGatewayCapabilityConfiguration(Consumer<UpdateGatewayCapabilityConfigurationRequest.Builder> updateGatewayCapabilityConfigurationRequest) Updates a gateway capability configuration or defines a new capability configuration.updateGatewayCapabilityConfiguration(UpdateGatewayCapabilityConfigurationRequest updateGatewayCapabilityConfigurationRequest) Updates a gateway capability configuration or defines a new capability configuration.default UpdatePipelineResponseupdatePipeline(Consumer<UpdatePipelineRequest.Builder> updatePipelineRequest) Updates an existing pipeline in the specified workspace.default UpdatePipelineResponseupdatePipeline(UpdatePipelineRequest updatePipelineRequest) Updates an existing pipeline in the specified workspace.default UpdatePortalResponseupdatePortal(Consumer<UpdatePortalRequest.Builder> updatePortalRequest) default UpdatePortalResponseupdatePortal(UpdatePortalRequest updatePortalRequest) default UpdateProjectResponseupdateProject(Consumer<UpdateProjectRequest.Builder> updateProjectRequest) default UpdateProjectResponseupdateProject(UpdateProjectRequest updateProjectRequest) default UpdateTaskResponseupdateTask(Consumer<UpdateTaskRequest.Builder> updateTaskRequest) Updates an existing task in the specified workspace.default UpdateTaskResponseupdateTask(UpdateTaskRequest updateTaskRequest) Updates an existing task in the specified workspace.default UpdateWorkspaceResponseupdateWorkspace(Consumer<UpdateWorkspaceRequest.Builder> updateWorkspaceRequest) Updates a workspace.default UpdateWorkspaceResponseupdateWorkspace(UpdateWorkspaceRequest updateWorkspaceRequest) Updates a workspace.default IoTSiteWiseWaiterwaiter()Create an instance ofIoTSiteWiseWaiterusing this client.Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
closeMethods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
Field Details
-
SERVICE_NAME
- See Also:
-
SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider.- See Also:
-
-
Method Details
-
associateAssets
default AssociateAssetsResponse associateAssets(AssociateAssetsRequest associateAssetsRequest) throws InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, InternalFailureException, LimitExceededException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException 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 IoT SiteWise User Guide.
- Parameters:
associateAssetsRequest-- Returns:
- Result of the AssociateAssets operation returned by the service.
- See Also:
-
associateAssets
default AssociateAssetsResponse associateAssets(Consumer<AssociateAssetsRequest.Builder> associateAssetsRequest) throws InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, InternalFailureException, LimitExceededException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException 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 IoT SiteWise User Guide.
This is a convenience which creates an instance of the
AssociateAssetsRequest.Builderavoiding the need to create one manually viaAssociateAssetsRequest.builder()- Parameters:
associateAssetsRequest- AConsumerthat will call methods onAssociateAssetsRequest.Builderto create a request.- Returns:
- Result of the AssociateAssets operation returned by the service.
- See Also:
-
associateTimeSeriesToAssetProperty
default AssociateTimeSeriesToAssetPropertyResponse associateTimeSeriesToAssetProperty(AssociateTimeSeriesToAssetPropertyRequest associateTimeSeriesToAssetPropertyRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Associates a time series (data stream) with an asset property.
- Parameters:
associateTimeSeriesToAssetPropertyRequest-- Returns:
- Result of the AssociateTimeSeriesToAssetProperty operation returned by the service.
- See Also:
-
associateTimeSeriesToAssetProperty
default AssociateTimeSeriesToAssetPropertyResponse associateTimeSeriesToAssetProperty(Consumer<AssociateTimeSeriesToAssetPropertyRequest.Builder> associateTimeSeriesToAssetPropertyRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Associates a time series (data stream) with an asset property.
This is a convenience which creates an instance of the
AssociateTimeSeriesToAssetPropertyRequest.Builderavoiding the need to create one manually viaAssociateTimeSeriesToAssetPropertyRequest.builder()- Parameters:
associateTimeSeriesToAssetPropertyRequest- AConsumerthat will call methods onAssociateTimeSeriesToAssetPropertyRequest.Builderto create a request.- Returns:
- Result of the AssociateTimeSeriesToAssetProperty operation returned by the service.
- See Also:
-
batchAssociateDataSegmentsToDataset
default BatchAssociateDataSegmentsToDatasetResponse batchAssociateDataSegmentsToDataset(BatchAssociateDataSegmentsToDatasetRequest batchAssociateDataSegmentsToDatasetRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Associates a batch of data segments with a curated dataset. Data segments are time-bounded slices of time series data selected from source session datasets. Data segments that belong to the same time series can't overlap in time, regardless of which dataset they belong to.
- Parameters:
batchAssociateDataSegmentsToDatasetRequest-- Returns:
- Result of the BatchAssociateDataSegmentsToDataset operation returned by the service.
- See Also:
-
batchAssociateDataSegmentsToDataset
default BatchAssociateDataSegmentsToDatasetResponse batchAssociateDataSegmentsToDataset(Consumer<BatchAssociateDataSegmentsToDatasetRequest.Builder> batchAssociateDataSegmentsToDatasetRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Associates a batch of data segments with a curated dataset. Data segments are time-bounded slices of time series data selected from source session datasets. Data segments that belong to the same time series can't overlap in time, regardless of which dataset they belong to.
This is a convenience which creates an instance of the
BatchAssociateDataSegmentsToDatasetRequest.Builderavoiding the need to create one manually viaBatchAssociateDataSegmentsToDatasetRequest.builder()- Parameters:
batchAssociateDataSegmentsToDatasetRequest- AConsumerthat will call methods onBatchAssociateDataSegmentsToDatasetRequest.Builderto create a request.- Returns:
- Result of the BatchAssociateDataSegmentsToDataset operation returned by the service.
- See Also:
-
batchAssociateProjectAssets
default BatchAssociateProjectAssetsResponse batchAssociateProjectAssets(BatchAssociateProjectAssetsRequest batchAssociateProjectAssetsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTSiteWiseException The IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025. If you would like to use the IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see IoT SiteWise Monitor availability change.
Associates a group (batch) of assets with an IoT SiteWise Monitor project.
- Parameters:
batchAssociateProjectAssetsRequest-- Returns:
- Result of the BatchAssociateProjectAssets operation returned by the service.
- See Also:
-
batchAssociateProjectAssets
default BatchAssociateProjectAssetsResponse batchAssociateProjectAssets(Consumer<BatchAssociateProjectAssetsRequest.Builder> batchAssociateProjectAssetsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTSiteWiseException The IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025. If you would like to use the IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see IoT SiteWise Monitor availability change.
Associates a group (batch) of assets with an IoT SiteWise Monitor project.
This is a convenience which creates an instance of the
BatchAssociateProjectAssetsRequest.Builderavoiding the need to create one manually viaBatchAssociateProjectAssetsRequest.builder()- Parameters:
batchAssociateProjectAssetsRequest- AConsumerthat will call methods onBatchAssociateProjectAssetsRequest.Builderto create a request.- Returns:
- Result of the BatchAssociateProjectAssets operation returned by the service.
- See Also:
-
batchDeleteDatasetDataSegments
default BatchDeleteDatasetDataSegmentsResponse batchDeleteDatasetDataSegments(BatchDeleteDatasetDataSegmentsRequest batchDeleteDatasetDataSegmentsRequest) throws InvalidRequestException, ResourceNotFoundException, ConflictingOperationException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes a batch of data segments from a session dataset. Deleting a data segment deletes the underlying time series data for the segment's time range.
- Parameters:
batchDeleteDatasetDataSegmentsRequest-- Returns:
- Result of the BatchDeleteDatasetDataSegments operation returned by the service.
- See Also:
-
batchDeleteDatasetDataSegments
default BatchDeleteDatasetDataSegmentsResponse batchDeleteDatasetDataSegments(Consumer<BatchDeleteDatasetDataSegmentsRequest.Builder> batchDeleteDatasetDataSegmentsRequest) throws InvalidRequestException, ResourceNotFoundException, ConflictingOperationException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes a batch of data segments from a session dataset. Deleting a data segment deletes the underlying time series data for the segment's time range.
This is a convenience which creates an instance of the
BatchDeleteDatasetDataSegmentsRequest.Builderavoiding the need to create one manually viaBatchDeleteDatasetDataSegmentsRequest.builder()- Parameters:
batchDeleteDatasetDataSegmentsRequest- AConsumerthat will call methods onBatchDeleteDatasetDataSegmentsRequest.Builderto create a request.- Returns:
- Result of the BatchDeleteDatasetDataSegments operation returned by the service.
- See Also:
-
batchDisassociateDataSegmentsFromDataset
default BatchDisassociateDataSegmentsFromDatasetResponse batchDisassociateDataSegmentsFromDataset(BatchDisassociateDataSegmentsFromDatasetRequest batchDisassociateDataSegmentsFromDatasetRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Disassociates a batch of data segments from a curated dataset. Disassociating a data segment doesn't delete the underlying data in the source session dataset.
- Parameters:
batchDisassociateDataSegmentsFromDatasetRequest-- Returns:
- Result of the BatchDisassociateDataSegmentsFromDataset operation returned by the service.
- See Also:
-
batchDisassociateDataSegmentsFromDataset
default BatchDisassociateDataSegmentsFromDatasetResponse batchDisassociateDataSegmentsFromDataset(Consumer<BatchDisassociateDataSegmentsFromDatasetRequest.Builder> batchDisassociateDataSegmentsFromDatasetRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Disassociates a batch of data segments from a curated dataset. Disassociating a data segment doesn't delete the underlying data in the source session dataset.
This is a convenience which creates an instance of the
BatchDisassociateDataSegmentsFromDatasetRequest.Builderavoiding the need to create one manually viaBatchDisassociateDataSegmentsFromDatasetRequest.builder()- Parameters:
batchDisassociateDataSegmentsFromDatasetRequest- AConsumerthat will call methods onBatchDisassociateDataSegmentsFromDatasetRequest.Builderto create a request.- Returns:
- Result of the BatchDisassociateDataSegmentsFromDataset operation returned by the service.
- See Also:
-
batchDisassociateProjectAssets
default BatchDisassociateProjectAssetsResponse batchDisassociateProjectAssets(BatchDisassociateProjectAssetsRequest batchDisassociateProjectAssetsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Disassociates a group (batch) of assets from an IoT SiteWise Monitor project.
- Parameters:
batchDisassociateProjectAssetsRequest-- Returns:
- Result of the BatchDisassociateProjectAssets operation returned by the service.
- See Also:
-
batchDisassociateProjectAssets
default BatchDisassociateProjectAssetsResponse batchDisassociateProjectAssets(Consumer<BatchDisassociateProjectAssetsRequest.Builder> batchDisassociateProjectAssetsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Disassociates a group (batch) of assets from an IoT SiteWise Monitor project.
This is a convenience which creates an instance of the
BatchDisassociateProjectAssetsRequest.Builderavoiding the need to create one manually viaBatchDisassociateProjectAssetsRequest.builder()- Parameters:
batchDisassociateProjectAssetsRequest- AConsumerthat will call methods onBatchDisassociateProjectAssetsRequest.Builderto create a request.- Returns:
- Result of the BatchDisassociateProjectAssets operation returned by the service.
- See Also:
-
batchGetAssetPropertyAggregates
default BatchGetAssetPropertyAggregatesResponse batchGetAssetPropertyAggregates(BatchGetAssetPropertyAggregatesRequest batchGetAssetPropertyAggregatesRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException Gets aggregated values (for example, average, minimum, and maximum) for one or more asset properties. For more information, see Querying aggregates in the IoT SiteWise User Guide.
- Parameters:
batchGetAssetPropertyAggregatesRequest-- Returns:
- Result of the BatchGetAssetPropertyAggregates operation returned by the service.
- See Also:
-
batchGetAssetPropertyAggregates
default BatchGetAssetPropertyAggregatesResponse batchGetAssetPropertyAggregates(Consumer<BatchGetAssetPropertyAggregatesRequest.Builder> batchGetAssetPropertyAggregatesRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException Gets aggregated values (for example, average, minimum, and maximum) for one or more asset properties. For more information, see Querying aggregates in the IoT SiteWise User Guide.
This is a convenience which creates an instance of the
BatchGetAssetPropertyAggregatesRequest.Builderavoiding the need to create one manually viaBatchGetAssetPropertyAggregatesRequest.builder()- Parameters:
batchGetAssetPropertyAggregatesRequest- AConsumerthat will call methods onBatchGetAssetPropertyAggregatesRequest.Builderto create a request.- Returns:
- Result of the BatchGetAssetPropertyAggregates operation returned by the service.
- See Also:
-
batchGetAssetPropertyAggregatesPaginator
default BatchGetAssetPropertyAggregatesIterable batchGetAssetPropertyAggregatesPaginator(BatchGetAssetPropertyAggregatesRequest batchGetAssetPropertyAggregatesRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
batchGetAssetPropertyAggregates(software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyAggregatesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.BatchGetAssetPropertyAggregatesIterable responses = client.batchGetAssetPropertyAggregatesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.BatchGetAssetPropertyAggregatesIterable responses = client .batchGetAssetPropertyAggregatesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyAggregatesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.BatchGetAssetPropertyAggregatesIterable responses = client.batchGetAssetPropertyAggregatesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
batchGetAssetPropertyAggregates(software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyAggregatesRequest)operation.- Parameters:
batchGetAssetPropertyAggregatesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
batchGetAssetPropertyAggregatesPaginator
default BatchGetAssetPropertyAggregatesIterable batchGetAssetPropertyAggregatesPaginator(Consumer<BatchGetAssetPropertyAggregatesRequest.Builder> batchGetAssetPropertyAggregatesRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
batchGetAssetPropertyAggregates(software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyAggregatesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.BatchGetAssetPropertyAggregatesIterable responses = client.batchGetAssetPropertyAggregatesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.BatchGetAssetPropertyAggregatesIterable responses = client .batchGetAssetPropertyAggregatesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyAggregatesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.BatchGetAssetPropertyAggregatesIterable responses = client.batchGetAssetPropertyAggregatesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
batchGetAssetPropertyAggregates(software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyAggregatesRequest)operation.
This is a convenience which creates an instance of the
BatchGetAssetPropertyAggregatesRequest.Builderavoiding the need to create one manually viaBatchGetAssetPropertyAggregatesRequest.builder()- Parameters:
batchGetAssetPropertyAggregatesRequest- AConsumerthat will call methods onBatchGetAssetPropertyAggregatesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
batchGetAssetPropertyValue
default BatchGetAssetPropertyValueResponse batchGetAssetPropertyValue(BatchGetAssetPropertyValueRequest batchGetAssetPropertyValueRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException Gets the current value for one or more asset properties. For more information, see Querying current values in the IoT SiteWise User Guide.
- Parameters:
batchGetAssetPropertyValueRequest-- Returns:
- Result of the BatchGetAssetPropertyValue operation returned by the service.
- See Also:
-
batchGetAssetPropertyValue
default BatchGetAssetPropertyValueResponse batchGetAssetPropertyValue(Consumer<BatchGetAssetPropertyValueRequest.Builder> batchGetAssetPropertyValueRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException Gets the current value for one or more asset properties. For more information, see Querying current values in the IoT SiteWise User Guide.
This is a convenience which creates an instance of the
BatchGetAssetPropertyValueRequest.Builderavoiding the need to create one manually viaBatchGetAssetPropertyValueRequest.builder()- Parameters:
batchGetAssetPropertyValueRequest- AConsumerthat will call methods onBatchGetAssetPropertyValueRequest.Builderto create a request.- Returns:
- Result of the BatchGetAssetPropertyValue operation returned by the service.
- See Also:
-
batchGetAssetPropertyValuePaginator
default BatchGetAssetPropertyValueIterable batchGetAssetPropertyValuePaginator(BatchGetAssetPropertyValueRequest batchGetAssetPropertyValueRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
batchGetAssetPropertyValue(software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.BatchGetAssetPropertyValueIterable responses = client.batchGetAssetPropertyValuePaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.BatchGetAssetPropertyValueIterable responses = client .batchGetAssetPropertyValuePaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.BatchGetAssetPropertyValueIterable responses = client.batchGetAssetPropertyValuePaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
batchGetAssetPropertyValue(software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueRequest)operation.- Parameters:
batchGetAssetPropertyValueRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
batchGetAssetPropertyValuePaginator
default BatchGetAssetPropertyValueIterable batchGetAssetPropertyValuePaginator(Consumer<BatchGetAssetPropertyValueRequest.Builder> batchGetAssetPropertyValueRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
batchGetAssetPropertyValue(software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.BatchGetAssetPropertyValueIterable responses = client.batchGetAssetPropertyValuePaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.BatchGetAssetPropertyValueIterable responses = client .batchGetAssetPropertyValuePaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.BatchGetAssetPropertyValueIterable responses = client.batchGetAssetPropertyValuePaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
batchGetAssetPropertyValue(software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueRequest)operation.
This is a convenience which creates an instance of the
BatchGetAssetPropertyValueRequest.Builderavoiding the need to create one manually viaBatchGetAssetPropertyValueRequest.builder()- Parameters:
batchGetAssetPropertyValueRequest- AConsumerthat will call methods onBatchGetAssetPropertyValueRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
batchGetAssetPropertyValueHistory
default BatchGetAssetPropertyValueHistoryResponse batchGetAssetPropertyValueHistory(BatchGetAssetPropertyValueHistoryRequest batchGetAssetPropertyValueHistoryRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException Gets the historical values for one or more asset properties. For more information, see Querying historical values in the IoT SiteWise User Guide.
- Parameters:
batchGetAssetPropertyValueHistoryRequest-- Returns:
- Result of the BatchGetAssetPropertyValueHistory operation returned by the service.
- See Also:
-
batchGetAssetPropertyValueHistory
default BatchGetAssetPropertyValueHistoryResponse batchGetAssetPropertyValueHistory(Consumer<BatchGetAssetPropertyValueHistoryRequest.Builder> batchGetAssetPropertyValueHistoryRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException Gets the historical values for one or more asset properties. For more information, see Querying historical values in the IoT SiteWise User Guide.
This is a convenience which creates an instance of the
BatchGetAssetPropertyValueHistoryRequest.Builderavoiding the need to create one manually viaBatchGetAssetPropertyValueHistoryRequest.builder()- Parameters:
batchGetAssetPropertyValueHistoryRequest- AConsumerthat will call methods onBatchGetAssetPropertyValueHistoryRequest.Builderto create a request.- Returns:
- Result of the BatchGetAssetPropertyValueHistory operation returned by the service.
- See Also:
-
batchGetAssetPropertyValueHistoryPaginator
default BatchGetAssetPropertyValueHistoryIterable batchGetAssetPropertyValueHistoryPaginator(BatchGetAssetPropertyValueHistoryRequest batchGetAssetPropertyValueHistoryRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
batchGetAssetPropertyValueHistory(software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueHistoryRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.BatchGetAssetPropertyValueHistoryIterable responses = client.batchGetAssetPropertyValueHistoryPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.BatchGetAssetPropertyValueHistoryIterable responses = client .batchGetAssetPropertyValueHistoryPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueHistoryResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.BatchGetAssetPropertyValueHistoryIterable responses = client.batchGetAssetPropertyValueHistoryPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
batchGetAssetPropertyValueHistory(software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueHistoryRequest)operation.- Parameters:
batchGetAssetPropertyValueHistoryRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
batchGetAssetPropertyValueHistoryPaginator
default BatchGetAssetPropertyValueHistoryIterable batchGetAssetPropertyValueHistoryPaginator(Consumer<BatchGetAssetPropertyValueHistoryRequest.Builder> batchGetAssetPropertyValueHistoryRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
batchGetAssetPropertyValueHistory(software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueHistoryRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.BatchGetAssetPropertyValueHistoryIterable responses = client.batchGetAssetPropertyValueHistoryPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.BatchGetAssetPropertyValueHistoryIterable responses = client .batchGetAssetPropertyValueHistoryPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueHistoryResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.BatchGetAssetPropertyValueHistoryIterable responses = client.batchGetAssetPropertyValueHistoryPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
batchGetAssetPropertyValueHistory(software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueHistoryRequest)operation.
This is a convenience which creates an instance of the
BatchGetAssetPropertyValueHistoryRequest.Builderavoiding the need to create one manually viaBatchGetAssetPropertyValueHistoryRequest.builder()- Parameters:
batchGetAssetPropertyValueHistoryRequest- AConsumerthat will call methods onBatchGetAssetPropertyValueHistoryRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
batchPutAssetPropertyValue
default BatchPutAssetPropertyValueResponse batchPutAssetPropertyValue(BatchPutAssetPropertyValueRequest batchPutAssetPropertyValueRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ServiceUnavailableException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Sends a list of asset property values to IoT SiteWise. Each value is a timestamp-quality-value (TQV) data point. For more information, see Ingesting data using the API in the IoT SiteWise User Guide.
To identify an asset property, you must specify one of the following:
-
The
assetIdandpropertyIdof 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, IoT SiteWise accepts only TQVs that have a timestamp of no more than 7 days in the past and no more than 10 minutes in the future. IoT SiteWise rejects timestamps outside of the inclusive range of [-7 days, +10 minutes] and returns a
TimestampOutOfRangeExceptionerror.For each asset property, 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.IoT SiteWise authorizes access to each
BatchPutAssetPropertyValueentry individually. For more information, see BatchPutAssetPropertyValue authorization in the IoT SiteWise User Guide.- Parameters:
batchPutAssetPropertyValueRequest-- Returns:
- Result of the BatchPutAssetPropertyValue operation returned by the service.
- See Also:
-
-
batchPutAssetPropertyValue
default BatchPutAssetPropertyValueResponse batchPutAssetPropertyValue(Consumer<BatchPutAssetPropertyValueRequest.Builder> batchPutAssetPropertyValueRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ServiceUnavailableException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Sends a list of asset property values to IoT SiteWise. Each value is a timestamp-quality-value (TQV) data point. For more information, see Ingesting data using the API in the IoT SiteWise User Guide.
To identify an asset property, you must specify one of the following:
-
The
assetIdandpropertyIdof 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, IoT SiteWise accepts only TQVs that have a timestamp of no more than 7 days in the past and no more than 10 minutes in the future. IoT SiteWise rejects timestamps outside of the inclusive range of [-7 days, +10 minutes] and returns a
TimestampOutOfRangeExceptionerror.For each asset property, 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.IoT SiteWise authorizes access to each
BatchPutAssetPropertyValueentry individually. For more information, see BatchPutAssetPropertyValue authorization in the IoT SiteWise User Guide.
This is a convenience which creates an instance of the
BatchPutAssetPropertyValueRequest.Builderavoiding the need to create one manually viaBatchPutAssetPropertyValueRequest.builder()- Parameters:
batchPutAssetPropertyValueRequest- AConsumerthat will call methods onBatchPutAssetPropertyValueRequest.Builderto create a request.- Returns:
- Result of the BatchPutAssetPropertyValue operation returned by the service.
- See Also:
-
-
cancelEnrichmentJob
default CancelEnrichmentJobResponse cancelEnrichmentJob(CancelEnrichmentJobRequest cancelEnrichmentJobRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ThrottlingException, ResourceNotFoundException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Cancels a running or pending enrichment job. This is an idempotent operation—calling it multiple times with the same jobId is safe and returns the current status.
Behavior
- Jobs in PENDING or RUNNING status transition to CANCELLED
- Jobs in RUNNING state may not be cancellable once they have progressed to certain processing stages
- Jobs already in terminal states (COMPLETED, FAILED, TIMED_OUT) cannot be cancelled; the operation returns a ConflictingOperationException
- Cancelling an already-CANCELLED job is a no-op and returns the current status (idempotent behavior)
- The API responds immediately after recording the cancellation
- Cleanup of job resources happens asynchronously in the background
When to Cancel
Cancel a job when:
- The job is taking longer than expected
- The job was created with incorrect parameters
- You no longer need the results
Idempotency
You can safely retry cancellation requests. Calling CancelEnrichmentJob multiple times for the same job returns the current status without error as long as the job is not in a terminal state other than CANCELLED.
- Parameters:
cancelEnrichmentJobRequest-- Returns:
- Result of the CancelEnrichmentJob operation returned by the service.
- See Also:
-
cancelEnrichmentJob
default CancelEnrichmentJobResponse cancelEnrichmentJob(Consumer<CancelEnrichmentJobRequest.Builder> cancelEnrichmentJobRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ThrottlingException, ResourceNotFoundException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Cancels a running or pending enrichment job. This is an idempotent operation—calling it multiple times with the same jobId is safe and returns the current status.
Behavior
- Jobs in PENDING or RUNNING status transition to CANCELLED
- Jobs in RUNNING state may not be cancellable once they have progressed to certain processing stages
- Jobs already in terminal states (COMPLETED, FAILED, TIMED_OUT) cannot be cancelled; the operation returns a ConflictingOperationException
- Cancelling an already-CANCELLED job is a no-op and returns the current status (idempotent behavior)
- The API responds immediately after recording the cancellation
- Cleanup of job resources happens asynchronously in the background
When to Cancel
Cancel a job when:
- The job is taking longer than expected
- The job was created with incorrect parameters
- You no longer need the results
Idempotency
You can safely retry cancellation requests. Calling CancelEnrichmentJob multiple times for the same job returns the current status without error as long as the job is not in a terminal state other than CANCELLED.
This is a convenience which creates an instance of the
CancelEnrichmentJobRequest.Builderavoiding the need to create one manually viaCancelEnrichmentJobRequest.builder()- Parameters:
cancelEnrichmentJobRequest- AConsumerthat will call methods onCancelEnrichmentJobRequest.Builderto create a request.- Returns:
- Result of the CancelEnrichmentJob operation returned by the service.
- See Also:
-
cancelPipelineExecution
default CancelPipelineExecutionResponse cancelPipelineExecution(CancelPipelineExecutionRequest cancelPipelineExecutionRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Cancels a pipeline execution in the specified workspace. If the execution is not in a terminal state (such as NOT_STARTED or RUNNING), it transitions to CANCELLING and asynchronously to CANCELLED. This operation is idempotent: calling it on an execution that is already CANCELLING or CANCELLED returns success with the current state. Calling it on a terminal execution (SUCCEEDED or FAILED) returns a conflict error. You can optionally provide a reason; it is returned in the stateDetails field when you describe the execution.
- Parameters:
cancelPipelineExecutionRequest- Request structure for CancelPipelineExecution operation.- Returns:
- Result of the CancelPipelineExecution operation returned by the service.
- See Also:
-
cancelPipelineExecution
default CancelPipelineExecutionResponse cancelPipelineExecution(Consumer<CancelPipelineExecutionRequest.Builder> cancelPipelineExecutionRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Cancels a pipeline execution in the specified workspace. If the execution is not in a terminal state (such as NOT_STARTED or RUNNING), it transitions to CANCELLING and asynchronously to CANCELLED. This operation is idempotent: calling it on an execution that is already CANCELLING or CANCELLED returns success with the current state. Calling it on a terminal execution (SUCCEEDED or FAILED) returns a conflict error. You can optionally provide a reason; it is returned in the stateDetails field when you describe the execution.
This is a convenience which creates an instance of the
CancelPipelineExecutionRequest.Builderavoiding the need to create one manually viaCancelPipelineExecutionRequest.builder()- Parameters:
cancelPipelineExecutionRequest- AConsumerthat will call methods onCancelPipelineExecutionRequest.Builderto create a request. Request structure for CancelPipelineExecution operation.- Returns:
- Result of the CancelPipelineExecution operation returned by the service.
- See Also:
-
cancelQuery
default CancelQueryResponse cancelQuery(CancelQueryRequest cancelQueryRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Cancels a running query.
- Parameters:
cancelQueryRequest-- Returns:
- Result of the CancelQuery operation returned by the service.
- See Also:
-
cancelQuery
default CancelQueryResponse cancelQuery(Consumer<CancelQueryRequest.Builder> cancelQueryRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Cancels a running query.
This is a convenience which creates an instance of the
CancelQueryRequest.Builderavoiding the need to create one manually viaCancelQueryRequest.builder()- Parameters:
cancelQueryRequest- AConsumerthat will call methods onCancelQueryRequest.Builderto create a request.- Returns:
- Result of the CancelQuery operation returned by the service.
- See Also:
-
createAccessPolicy
default CreateAccessPolicyResponse createAccessPolicy(CreateAccessPolicyRequest createAccessPolicyRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTSiteWiseException The IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025. If you would like to use the IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see IoT SiteWise Monitor availability change.
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.
Support for access policies that use an SSO Group as the identity is not supported at this time.
- Parameters:
createAccessPolicyRequest-- Returns:
- Result of the CreateAccessPolicy operation returned by the service.
- See Also:
-
createAccessPolicy
default CreateAccessPolicyResponse createAccessPolicy(Consumer<CreateAccessPolicyRequest.Builder> createAccessPolicyRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTSiteWiseException The IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025. If you would like to use the IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see IoT SiteWise Monitor availability change.
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.
Support for access policies that use an SSO Group as the identity is not supported at this time.
This is a convenience which creates an instance of the
CreateAccessPolicyRequest.Builderavoiding the need to create one manually viaCreateAccessPolicyRequest.builder()- Parameters:
createAccessPolicyRequest- AConsumerthat will call methods onCreateAccessPolicyRequest.Builderto create a request.- Returns:
- Result of the CreateAccessPolicy operation returned by the service.
- See Also:
-
createApplication
default CreateApplicationResponse createApplication(CreateApplicationRequest createApplicationRequest) throws InternalFailureException, AccessDeniedException, ThrottlingException, InvalidRequestException, ResourceNotFoundException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Creates a new application for the workspace and IdC application provided
- Parameters:
createApplicationRequest-- Returns:
- Result of the CreateApplication operation returned by the service.
- See Also:
-
createApplication
default CreateApplicationResponse createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest) throws InternalFailureException, AccessDeniedException, ThrottlingException, InvalidRequestException, ResourceNotFoundException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Creates a new application for the workspace and IdC application provided
This is a convenience which creates an instance of the
CreateApplicationRequest.Builderavoiding the need to create one manually viaCreateApplicationRequest.builder()- Parameters:
createApplicationRequest- AConsumerthat will call methods onCreateApplicationRequest.Builderto create a request.- Returns:
- Result of the CreateApplication operation returned by the service.
- See Also:
-
createAsset
default CreateAssetResponse createAsset(CreateAssetRequest createAssetRequest) throws InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Creates an asset from an existing asset model. For more information, see Creating assets in the IoT SiteWise User Guide.
- Parameters:
createAssetRequest-- Returns:
- Result of the CreateAsset operation returned by the service.
- See Also:
-
createAsset
default CreateAssetResponse createAsset(Consumer<CreateAssetRequest.Builder> createAssetRequest) throws InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Creates an asset from an existing asset model. For more information, see Creating assets in the IoT SiteWise User Guide.
This is a convenience which creates an instance of the
CreateAssetRequest.Builderavoiding the need to create one manually viaCreateAssetRequest.builder()- Parameters:
createAssetRequest- AConsumerthat will call methods onCreateAssetRequest.Builderto create a request.- Returns:
- Result of the CreateAsset operation returned by the service.
- See Also:
-
createAssetModel
default CreateAssetModelResponse createAssetModel(CreateAssetModelRequest createAssetModelRequest) throws InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException 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 IoT SiteWise User Guide.
You can create three types of asset models,
ASSET_MODEL,COMPONENT_MODEL, or anINTERFACE.-
ASSET_MODEL – (default) An asset model that you can use to create assets. Can't be included as a component in another asset model.
-
COMPONENT_MODEL – A reusable component that you can include in the composite models of other asset models. You can't create assets directly from this type of asset model.
-
INTERFACE – An interface is a type of model that defines a standard structure that can be applied to different asset models.
- Parameters:
createAssetModelRequest-- Returns:
- Result of the CreateAssetModel operation returned by the service.
- See Also:
-
-
createAssetModel
default CreateAssetModelResponse createAssetModel(Consumer<CreateAssetModelRequest.Builder> createAssetModelRequest) throws InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException 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 IoT SiteWise User Guide.
You can create three types of asset models,
ASSET_MODEL,COMPONENT_MODEL, or anINTERFACE.-
ASSET_MODEL – (default) An asset model that you can use to create assets. Can't be included as a component in another asset model.
-
COMPONENT_MODEL – A reusable component that you can include in the composite models of other asset models. You can't create assets directly from this type of asset model.
-
INTERFACE – An interface is a type of model that defines a standard structure that can be applied to different asset models.
This is a convenience which creates an instance of the
CreateAssetModelRequest.Builderavoiding the need to create one manually viaCreateAssetModelRequest.builder()- Parameters:
createAssetModelRequest- AConsumerthat will call methods onCreateAssetModelRequest.Builderto create a request.- Returns:
- Result of the CreateAssetModel operation returned by the service.
- See Also:
-
-
createAssetModelCompositeModel
default CreateAssetModelCompositeModelResponse createAssetModelCompositeModel(CreateAssetModelCompositeModelRequest createAssetModelCompositeModelRequest) throws ConflictingOperationException, PreconditionFailedException, InternalFailureException, InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTSiteWiseException Creates a custom composite model from specified property and hierarchy definitions. There are two types of custom composite models,
inlineandcomponent-model-based.Use component-model-based custom composite models to define standard, reusable components. A component-model-based custom composite model consists of a name, a description, and the ID of the component model it references. A component-model-based custom composite model has no properties of its own; its referenced component model provides its associated properties to any created assets. For more information, see Custom composite models (Components) in the IoT SiteWise User Guide.
Use inline custom composite models to organize the properties of an asset model. The properties of inline custom composite models are local to the asset model where they are included and can't be used to create multiple assets.
To create a component-model-based model, specify the
composedAssetModelIdof an existing asset model withassetModelTypeofCOMPONENT_MODEL.To create an inline model, specify the
assetModelCompositeModelPropertiesand don't include ancomposedAssetModelId.- Parameters:
createAssetModelCompositeModelRequest-- Returns:
- Result of the CreateAssetModelCompositeModel operation returned by the service.
- See Also:
-
createAssetModelCompositeModel
default CreateAssetModelCompositeModelResponse createAssetModelCompositeModel(Consumer<CreateAssetModelCompositeModelRequest.Builder> createAssetModelCompositeModelRequest) throws ConflictingOperationException, PreconditionFailedException, InternalFailureException, InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTSiteWiseException Creates a custom composite model from specified property and hierarchy definitions. There are two types of custom composite models,
inlineandcomponent-model-based.Use component-model-based custom composite models to define standard, reusable components. A component-model-based custom composite model consists of a name, a description, and the ID of the component model it references. A component-model-based custom composite model has no properties of its own; its referenced component model provides its associated properties to any created assets. For more information, see Custom composite models (Components) in the IoT SiteWise User Guide.
Use inline custom composite models to organize the properties of an asset model. The properties of inline custom composite models are local to the asset model where they are included and can't be used to create multiple assets.
To create a component-model-based model, specify the
composedAssetModelIdof an existing asset model withassetModelTypeofCOMPONENT_MODEL.To create an inline model, specify the
assetModelCompositeModelPropertiesand don't include ancomposedAssetModelId.
This is a convenience which creates an instance of the
CreateAssetModelCompositeModelRequest.Builderavoiding the need to create one manually viaCreateAssetModelCompositeModelRequest.builder()- Parameters:
createAssetModelCompositeModelRequest- AConsumerthat will call methods onCreateAssetModelCompositeModelRequest.Builderto create a request.- Returns:
- Result of the CreateAssetModelCompositeModel operation returned by the service.
- See Also:
-
createBulkImportJob
default CreateBulkImportJobResponse createBulkImportJob(CreateBulkImportJobRequest createBulkImportJobRequest) throws InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Defines a job to ingest data to IoT SiteWise from Amazon S3. For more information, see Create a bulk import job (CLI) in the Amazon Simple Storage Service User Guide.
Before you create a bulk import job that ingests data into time series outside of a workspace, you must enable IoT SiteWise warm tier or IoT SiteWise cold tier. For more information about how to configure storage settings, see PutStorageConfiguration. This requirement doesn't apply to bulk import jobs that ingest data into a session dataset in a workspace (jobs that specify a
workspaceNameanddatasetId). Those jobs don't use IoT SiteWise warm or cold tier storage.Bulk import is designed to store historical data to IoT SiteWise.
-
Newly ingested data in the hot tier triggers notifications and computations.
-
After data moves from the hot tier to the warm or cold tier based on retention settings, it does not trigger computations or notifications.
-
Data older than 7 days does not trigger computations or notifications.
- Parameters:
createBulkImportJobRequest-- Returns:
- Result of the CreateBulkImportJob operation returned by the service.
- See Also:
-
-
createBulkImportJob
default CreateBulkImportJobResponse createBulkImportJob(Consumer<CreateBulkImportJobRequest.Builder> createBulkImportJobRequest) throws InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Defines a job to ingest data to IoT SiteWise from Amazon S3. For more information, see Create a bulk import job (CLI) in the Amazon Simple Storage Service User Guide.
Before you create a bulk import job that ingests data into time series outside of a workspace, you must enable IoT SiteWise warm tier or IoT SiteWise cold tier. For more information about how to configure storage settings, see PutStorageConfiguration. This requirement doesn't apply to bulk import jobs that ingest data into a session dataset in a workspace (jobs that specify a
workspaceNameanddatasetId). Those jobs don't use IoT SiteWise warm or cold tier storage.Bulk import is designed to store historical data to IoT SiteWise.
-
Newly ingested data in the hot tier triggers notifications and computations.
-
After data moves from the hot tier to the warm or cold tier based on retention settings, it does not trigger computations or notifications.
-
Data older than 7 days does not trigger computations or notifications.
This is a convenience which creates an instance of the
CreateBulkImportJobRequest.Builderavoiding the need to create one manually viaCreateBulkImportJobRequest.builder()- Parameters:
createBulkImportJobRequest- AConsumerthat will call methods onCreateBulkImportJobRequest.Builderto create a request.- Returns:
- Result of the CreateBulkImportJob operation returned by the service.
- See Also:
-
-
createComputationModel
default CreateComputationModelResponse createComputationModel(CreateComputationModelRequest createComputationModelRequest) throws InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Create a computation model with a configuration and data binding.
- Parameters:
createComputationModelRequest-- Returns:
- Result of the CreateComputationModel operation returned by the service.
- See Also:
-
createComputationModel
default CreateComputationModelResponse createComputationModel(Consumer<CreateComputationModelRequest.Builder> createComputationModelRequest) throws InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Create a computation model with a configuration and data binding.
This is a convenience which creates an instance of the
CreateComputationModelRequest.Builderavoiding the need to create one manually viaCreateComputationModelRequest.builder()- Parameters:
createComputationModelRequest- AConsumerthat will call methods onCreateComputationModelRequest.Builderto create a request.- Returns:
- Result of the CreateComputationModel operation returned by the service.
- See Also:
-
createDashboard
default CreateDashboardResponse createDashboard(CreateDashboardRequest createDashboardRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTSiteWiseException The IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025. If you would like to use the IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see IoT SiteWise Monitor availability change.
Creates a dashboard in an IoT SiteWise Monitor project.
- Parameters:
createDashboardRequest-- Returns:
- Result of the CreateDashboard operation returned by the service.
- See Also:
-
createDashboard
default CreateDashboardResponse createDashboard(Consumer<CreateDashboardRequest.Builder> createDashboardRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTSiteWiseException The IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025. If you would like to use the IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see IoT SiteWise Monitor availability change.
Creates a dashboard in an IoT SiteWise Monitor project.
This is a convenience which creates an instance of the
CreateDashboardRequest.Builderavoiding the need to create one manually viaCreateDashboardRequest.builder()- Parameters:
createDashboardRequest- AConsumerthat will call methods onCreateDashboardRequest.Builderto create a request.- Returns:
- Result of the CreateDashboard operation returned by the service.
- See Also:
-
createDataset
default CreateDatasetResponse createDataset(CreateDatasetRequest createDatasetRequest) throws InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Creates a dataset. Session and curated datasets are created in a workspace. A session dataset contains data segments of time series data, and a curated dataset curates data segments selected from source session datasets. A dataset that connects to an external datasource is created outside of a workspace.
- Parameters:
createDatasetRequest-- Returns:
- Result of the CreateDataset operation returned by the service.
- See Also:
-
createDataset
default CreateDatasetResponse createDataset(Consumer<CreateDatasetRequest.Builder> createDatasetRequest) throws InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Creates a dataset. Session and curated datasets are created in a workspace. A session dataset contains data segments of time series data, and a curated dataset curates data segments selected from source session datasets. A dataset that connects to an external datasource is created outside of a workspace.
This is a convenience which creates an instance of the
CreateDatasetRequest.Builderavoiding the need to create one manually viaCreateDatasetRequest.builder()- Parameters:
createDatasetRequest- AConsumerthat will call methods onCreateDatasetRequest.Builderto create a request.- Returns:
- Result of the CreateDataset operation returned by the service.
- See Also:
-
createDatasetExportJob
default CreateDatasetExportJobResponse createDatasetExportJob(CreateDatasetExportJobRequest createDatasetExportJobRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Starts an asynchronous job that exports dataset and time-series data from a workspace to Amazon S3. The operation returns a jobId immediately; poll DescribeDatasetExportJob to track progress and ListDatasetExportJobs to enumerate a workspace's jobs.
- Parameters:
createDatasetExportJobRequest- Request to create a dataset export job.- Returns:
- Result of the CreateDatasetExportJob operation returned by the service.
- See Also:
-
createDatasetExportJob
default CreateDatasetExportJobResponse createDatasetExportJob(Consumer<CreateDatasetExportJobRequest.Builder> createDatasetExportJobRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Starts an asynchronous job that exports dataset and time-series data from a workspace to Amazon S3. The operation returns a jobId immediately; poll DescribeDatasetExportJob to track progress and ListDatasetExportJobs to enumerate a workspace's jobs.
This is a convenience which creates an instance of the
CreateDatasetExportJobRequest.Builderavoiding the need to create one manually viaCreateDatasetExportJobRequest.builder()- Parameters:
createDatasetExportJobRequest- AConsumerthat will call methods onCreateDatasetExportJobRequest.Builderto create a request. Request to create a dataset export job.- Returns:
- Result of the CreateDatasetExportJob operation returned by the service.
- See Also:
-
createEnrichmentJob
default CreateEnrichmentJobResponse createEnrichmentJob(CreateEnrichmentJobRequest createEnrichmentJobRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ThrottlingException, LimitExceededException, ResourceNotFoundException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Creates an asynchronous enrichment job to analyze time-series sensor data. The operation returns immediately with job details while processing continues in the background.
Idempotency
Include a clientToken to make the operation idempotent. If you submit the same request with the same token within the idempotency window, you receive the original job details without creating a duplicate.
Prerequisites
Before creating a job, ensure:
- The workspace is in ACTIVE state (not being deleted)
- You have IAM permissions for the workspace, dataset, and time-series resources
- You have KMS Decrypt permission on the workspace's customer-managed encryption key
- No duplicate job (same workspace, dataset, property, and job type) is currently running
Workflow
- Submit the job with configuration specifying which video data to analyze and the time range
- Capture the jobId from the response
- Use DescribeEnrichmentJob to monitor progress and check job status
- When status reaches a terminal state (COMPLETED, FAILED, TIMED_OUT, CANCELLED), check results
- For COMPLETED jobs, query IoT SiteWise for semantic search on video events
Error Handling
- ConflictingOperationException: A duplicate job is already running for the same configuration
- InvalidRequestException: Invalid parameters (e.g., both timeSeriesId and propertyAlias specified)
- AccessDeniedException: Insufficient IAM or KMS permissions
- LimitExceededException: Too many concurrent jobs or requests
- Parameters:
createEnrichmentJobRequest-- Returns:
- Result of the CreateEnrichmentJob operation returned by the service.
- See Also:
-
createEnrichmentJob
default CreateEnrichmentJobResponse createEnrichmentJob(Consumer<CreateEnrichmentJobRequest.Builder> createEnrichmentJobRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ThrottlingException, LimitExceededException, ResourceNotFoundException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Creates an asynchronous enrichment job to analyze time-series sensor data. The operation returns immediately with job details while processing continues in the background.
Idempotency
Include a clientToken to make the operation idempotent. If you submit the same request with the same token within the idempotency window, you receive the original job details without creating a duplicate.
Prerequisites
Before creating a job, ensure:
- The workspace is in ACTIVE state (not being deleted)
- You have IAM permissions for the workspace, dataset, and time-series resources
- You have KMS Decrypt permission on the workspace's customer-managed encryption key
- No duplicate job (same workspace, dataset, property, and job type) is currently running
Workflow
- Submit the job with configuration specifying which video data to analyze and the time range
- Capture the jobId from the response
- Use DescribeEnrichmentJob to monitor progress and check job status
- When status reaches a terminal state (COMPLETED, FAILED, TIMED_OUT, CANCELLED), check results
- For COMPLETED jobs, query IoT SiteWise for semantic search on video events
Error Handling
- ConflictingOperationException: A duplicate job is already running for the same configuration
- InvalidRequestException: Invalid parameters (e.g., both timeSeriesId and propertyAlias specified)
- AccessDeniedException: Insufficient IAM or KMS permissions
- LimitExceededException: Too many concurrent jobs or requests
This is a convenience which creates an instance of the
CreateEnrichmentJobRequest.Builderavoiding the need to create one manually viaCreateEnrichmentJobRequest.builder()- Parameters:
createEnrichmentJobRequest- AConsumerthat will call methods onCreateEnrichmentJobRequest.Builderto create a request.- Returns:
- Result of the CreateEnrichmentJob operation returned by the service.
- See Also:
-
createGateway
default CreateGatewayResponse createGateway(CreateGatewayRequest createGatewayRequest) throws InvalidRequestException, ResourceAlreadyExistsException, InternalFailureException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTSiteWiseException Creates a gateway, which is a virtual or edge device that delivers industrial data streams from local servers to IoT SiteWise. For more information, see Ingesting data using a gateway in the IoT SiteWise User Guide.
- Parameters:
createGatewayRequest-- Returns:
- Result of the CreateGateway operation returned by the service.
- See Also:
-
createGateway
default CreateGatewayResponse createGateway(Consumer<CreateGatewayRequest.Builder> createGatewayRequest) throws InvalidRequestException, ResourceAlreadyExistsException, InternalFailureException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTSiteWiseException Creates a gateway, which is a virtual or edge device that delivers industrial data streams from local servers to IoT SiteWise. For more information, see Ingesting data using a gateway in the IoT SiteWise User Guide.
This is a convenience which creates an instance of the
CreateGatewayRequest.Builderavoiding the need to create one manually viaCreateGatewayRequest.builder()- Parameters:
createGatewayRequest- AConsumerthat will call methods onCreateGatewayRequest.Builderto create a request.- Returns:
- Result of the CreateGateway operation returned by the service.
- See Also:
-
createPipeline
default CreatePipelineResponse createPipeline(CreatePipelineRequest createPipelineRequest) throws InternalFailureException, AccessDeniedException, LimitExceededException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Creates a new pipeline in the specified workspace. A pipeline defines a directed acyclic graph (DAG) of compute nodes, where each node references a task and can declare dependencies on other nodes. Cyclic dependencies are not allowed. Nodes without dependencies run in parallel, while nodes with dependencies wait for all upstream nodes to complete successfully before starting.
You can set environment variables at the pipeline level that are shared across all compute nodes, and override them at the individual compute node level.
- Parameters:
createPipelineRequest- Request structure for CreatePipeline operation.- Returns:
- Result of the CreatePipeline operation returned by the service.
- See Also:
-
createPipeline
default CreatePipelineResponse createPipeline(Consumer<CreatePipelineRequest.Builder> createPipelineRequest) throws InternalFailureException, AccessDeniedException, LimitExceededException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Creates a new pipeline in the specified workspace. A pipeline defines a directed acyclic graph (DAG) of compute nodes, where each node references a task and can declare dependencies on other nodes. Cyclic dependencies are not allowed. Nodes without dependencies run in parallel, while nodes with dependencies wait for all upstream nodes to complete successfully before starting.
You can set environment variables at the pipeline level that are shared across all compute nodes, and override them at the individual compute node level.
This is a convenience which creates an instance of the
CreatePipelineRequest.Builderavoiding the need to create one manually viaCreatePipelineRequest.builder()- Parameters:
createPipelineRequest- AConsumerthat will call methods onCreatePipelineRequest.Builderto create a request. Request structure for CreatePipeline operation.- Returns:
- Result of the CreatePipeline operation returned by the service.
- See Also:
-
createPortal
default CreatePortalResponse createPortal(CreatePortalRequest createPortalRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTSiteWiseException The IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025. If you would like to use the IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see IoT SiteWise Monitor availability change.
Creates a portal, which can contain projects and dashboards. IoT SiteWise Monitor uses IAM Identity Center or IAM to authenticate portal users and manage user permissions.
Before you can sign in to a new portal, you must add at least one identity to that portal. For more information, see Adding or removing portal administrators in the IoT SiteWise User Guide.
- Parameters:
createPortalRequest-- Returns:
- Result of the CreatePortal operation returned by the service.
- See Also:
-
createPortal
default CreatePortalResponse createPortal(Consumer<CreatePortalRequest.Builder> createPortalRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTSiteWiseException The IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025. If you would like to use the IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see IoT SiteWise Monitor availability change.
Creates a portal, which can contain projects and dashboards. IoT SiteWise Monitor uses IAM Identity Center or IAM to authenticate portal users and manage user permissions.
Before you can sign in to a new portal, you must add at least one identity to that portal. For more information, see Adding or removing portal administrators in the IoT SiteWise User Guide.
This is a convenience which creates an instance of the
CreatePortalRequest.Builderavoiding the need to create one manually viaCreatePortalRequest.builder()- Parameters:
createPortalRequest- AConsumerthat will call methods onCreatePortalRequest.Builderto create a request.- Returns:
- Result of the CreatePortal operation returned by the service.
- See Also:
-
createProject
default CreateProjectResponse createProject(CreateProjectRequest createProjectRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTSiteWiseException The IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025. If you would like to use the IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see IoT SiteWise Monitor availability change.
Creates a project in the specified portal.
Make sure that the project name and description don't contain confidential information.
- Parameters:
createProjectRequest-- Returns:
- Result of the CreateProject operation returned by the service.
- See Also:
-
createProject
default CreateProjectResponse createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTSiteWiseException The IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025. If you would like to use the IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see IoT SiteWise Monitor availability change.
Creates a project in the specified portal.
Make sure that the project name and description don't contain confidential information.
This is a convenience which creates an instance of the
CreateProjectRequest.Builderavoiding the need to create one manually viaCreateProjectRequest.builder()- Parameters:
createProjectRequest- AConsumerthat will call methods onCreateProjectRequest.Builderto create a request.- Returns:
- Result of the CreateProject operation returned by the service.
- See Also:
-
createTask
default CreateTaskResponse createTask(CreateTaskRequest createTaskRequest) throws InternalFailureException, AccessDeniedException, LimitExceededException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Creates a new task in the specified workspace. A task defines a reusable containerized compute workload that can be referenced by one or more pipeline compute nodes.
Specify a
containerTaskConfigurationfor custom container workloads with configurable ECR image, processing type, processing unit, and environment variables.- Parameters:
createTaskRequest- Request structure for CreateTask operation.- Returns:
- Result of the CreateTask operation returned by the service.
- See Also:
-
createTask
default CreateTaskResponse createTask(Consumer<CreateTaskRequest.Builder> createTaskRequest) throws InternalFailureException, AccessDeniedException, LimitExceededException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Creates a new task in the specified workspace. A task defines a reusable containerized compute workload that can be referenced by one or more pipeline compute nodes.
Specify a
containerTaskConfigurationfor custom container workloads with configurable ECR image, processing type, processing unit, and environment variables.
This is a convenience which creates an instance of the
CreateTaskRequest.Builderavoiding the need to create one manually viaCreateTaskRequest.builder()- Parameters:
createTaskRequest- AConsumerthat will call methods onCreateTaskRequest.Builderto create a request. Request structure for CreateTask operation.- Returns:
- Result of the CreateTask operation returned by the service.
- See Also:
-
createWorkspace
default CreateWorkspaceResponse createWorkspace(CreateWorkspaceRequest createWorkspaceRequest) throws AccessDeniedException, InvalidRequestException, ConflictingOperationException, LimitExceededException, ThrottlingException, InternalFailureException, AwsServiceException, SdkClientException, IoTSiteWiseException Creates a workspace in IoT SiteWise. A workspace isolates its resources, such as datasets, time series, pipelines, and tasks, and their data from other workspaces, and has its own quotas and throttling limits. You must specify an encryption configuration when you create a workspace. The operation returns immediately with the workspace in the
CREATINGstate. Provisioning completes asynchronously, after which the workspace state isACTIVE, orFAILEDif provisioning doesn't complete.- Parameters:
createWorkspaceRequest-- Returns:
- Result of the CreateWorkspace operation returned by the service.
- See Also:
-
createWorkspace
default CreateWorkspaceResponse createWorkspace(Consumer<CreateWorkspaceRequest.Builder> createWorkspaceRequest) throws AccessDeniedException, InvalidRequestException, ConflictingOperationException, LimitExceededException, ThrottlingException, InternalFailureException, AwsServiceException, SdkClientException, IoTSiteWiseException Creates a workspace in IoT SiteWise. A workspace isolates its resources, such as datasets, time series, pipelines, and tasks, and their data from other workspaces, and has its own quotas and throttling limits. You must specify an encryption configuration when you create a workspace. The operation returns immediately with the workspace in the
CREATINGstate. Provisioning completes asynchronously, after which the workspace state isACTIVE, orFAILEDif provisioning doesn't complete.
This is a convenience which creates an instance of the
CreateWorkspaceRequest.Builderavoiding the need to create one manually viaCreateWorkspaceRequest.builder()- Parameters:
createWorkspaceRequest- AConsumerthat will call methods onCreateWorkspaceRequest.Builderto create a request.- Returns:
- Result of the CreateWorkspace operation returned by the service.
- See Also:
-
deleteAccessPolicy
default DeleteAccessPolicyResponse deleteAccessPolicy(DeleteAccessPolicyRequest deleteAccessPolicyRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes an access policy that grants the specified identity access to the specified IoT SiteWise Monitor resource. You can use this operation to revoke access to an IoT SiteWise Monitor resource.
- Parameters:
deleteAccessPolicyRequest-- Returns:
- Result of the DeleteAccessPolicy operation returned by the service.
- See Also:
-
deleteAccessPolicy
default DeleteAccessPolicyResponse deleteAccessPolicy(Consumer<DeleteAccessPolicyRequest.Builder> deleteAccessPolicyRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes an access policy that grants the specified identity access to the specified IoT SiteWise Monitor resource. You can use this operation to revoke access to an IoT SiteWise Monitor resource.
This is a convenience which creates an instance of the
DeleteAccessPolicyRequest.Builderavoiding the need to create one manually viaDeleteAccessPolicyRequest.builder()- Parameters:
deleteAccessPolicyRequest- AConsumerthat will call methods onDeleteAccessPolicyRequest.Builderto create a request.- Returns:
- Result of the DeleteAccessPolicy operation returned by the service.
- See Also:
-
deleteApplication
default DeleteApplicationResponse deleteApplication(DeleteApplicationRequest deleteApplicationRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ThrottlingException, ResourceNotFoundException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes an application by ID
- Parameters:
deleteApplicationRequest-- Returns:
- Result of the DeleteApplication operation returned by the service.
- See Also:
-
deleteApplication
default DeleteApplicationResponse deleteApplication(Consumer<DeleteApplicationRequest.Builder> deleteApplicationRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ThrottlingException, ResourceNotFoundException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes an application by ID
This is a convenience which creates an instance of the
DeleteApplicationRequest.Builderavoiding the need to create one manually viaDeleteApplicationRequest.builder()- Parameters:
deleteApplicationRequest- AConsumerthat will call methods onDeleteApplicationRequest.Builderto create a request.- Returns:
- Result of the DeleteApplication operation returned by the service.
- See Also:
-
deleteAsset
default DeleteAssetResponse deleteAsset(DeleteAssetRequest deleteAssetRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes an asset. This action can't be undone. For more information, see Deleting assets and models in the IoT SiteWise User Guide.
You can't delete an asset that's associated to another asset. For more information, see DisassociateAssets.
- Parameters:
deleteAssetRequest-- Returns:
- Result of the DeleteAsset operation returned by the service.
- See Also:
-
deleteAsset
default DeleteAssetResponse deleteAsset(Consumer<DeleteAssetRequest.Builder> deleteAssetRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes an asset. This action can't be undone. For more information, see Deleting assets and models in the IoT SiteWise User Guide.
You can't delete an asset that's associated to another asset. For more information, see DisassociateAssets.
This is a convenience which creates an instance of the
DeleteAssetRequest.Builderavoiding the need to create one manually viaDeleteAssetRequest.builder()- Parameters:
deleteAssetRequest- AConsumerthat will call methods onDeleteAssetRequest.Builderto create a request.- Returns:
- Result of the DeleteAsset operation returned by the service.
- See Also:
-
deleteAssetModel
default DeleteAssetModelResponse deleteAssetModel(DeleteAssetModelRequest deleteAssetModelRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, PreconditionFailedException, AwsServiceException, SdkClientException, IoTSiteWiseException 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 IoT SiteWise User Guide.
- Parameters:
deleteAssetModelRequest-- Returns:
- Result of the DeleteAssetModel operation returned by the service.
- See Also:
-
deleteAssetModel
default DeleteAssetModelResponse deleteAssetModel(Consumer<DeleteAssetModelRequest.Builder> deleteAssetModelRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, PreconditionFailedException, AwsServiceException, SdkClientException, IoTSiteWiseException 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 IoT SiteWise User Guide.
This is a convenience which creates an instance of the
DeleteAssetModelRequest.Builderavoiding the need to create one manually viaDeleteAssetModelRequest.builder()- Parameters:
deleteAssetModelRequest- AConsumerthat will call methods onDeleteAssetModelRequest.Builderto create a request.- Returns:
- Result of the DeleteAssetModel operation returned by the service.
- See Also:
-
deleteAssetModelCompositeModel
default DeleteAssetModelCompositeModelResponse deleteAssetModelCompositeModel(DeleteAssetModelCompositeModelRequest deleteAssetModelCompositeModelRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, PreconditionFailedException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes a composite model. This action can't be undone. You must delete all assets created from a composite model before you can delete the model. Also, you can't delete a composite 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 IoT SiteWise User Guide.
- Parameters:
deleteAssetModelCompositeModelRequest-- Returns:
- Result of the DeleteAssetModelCompositeModel operation returned by the service.
- See Also:
-
deleteAssetModelCompositeModel
default DeleteAssetModelCompositeModelResponse deleteAssetModelCompositeModel(Consumer<DeleteAssetModelCompositeModelRequest.Builder> deleteAssetModelCompositeModelRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, PreconditionFailedException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes a composite model. This action can't be undone. You must delete all assets created from a composite model before you can delete the model. Also, you can't delete a composite 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 IoT SiteWise User Guide.
This is a convenience which creates an instance of the
DeleteAssetModelCompositeModelRequest.Builderavoiding the need to create one manually viaDeleteAssetModelCompositeModelRequest.builder()- Parameters:
deleteAssetModelCompositeModelRequest- AConsumerthat will call methods onDeleteAssetModelCompositeModelRequest.Builderto create a request.- Returns:
- Result of the DeleteAssetModelCompositeModel operation returned by the service.
- See Also:
-
deleteAssetModelInterfaceRelationship
default DeleteAssetModelInterfaceRelationshipResponse deleteAssetModelInterfaceRelationship(DeleteAssetModelInterfaceRelationshipRequest deleteAssetModelInterfaceRelationshipRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes an interface relationship between an asset model and an interface asset model.
- Parameters:
deleteAssetModelInterfaceRelationshipRequest-- Returns:
- Result of the DeleteAssetModelInterfaceRelationship operation returned by the service.
- See Also:
-
deleteAssetModelInterfaceRelationship
default DeleteAssetModelInterfaceRelationshipResponse deleteAssetModelInterfaceRelationship(Consumer<DeleteAssetModelInterfaceRelationshipRequest.Builder> deleteAssetModelInterfaceRelationshipRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes an interface relationship between an asset model and an interface asset model.
This is a convenience which creates an instance of the
DeleteAssetModelInterfaceRelationshipRequest.Builderavoiding the need to create one manually viaDeleteAssetModelInterfaceRelationshipRequest.builder()- Parameters:
deleteAssetModelInterfaceRelationshipRequest- AConsumerthat will call methods onDeleteAssetModelInterfaceRelationshipRequest.Builderto create a request.- Returns:
- Result of the DeleteAssetModelInterfaceRelationship operation returned by the service.
- See Also:
-
deleteComputationModel
default DeleteComputationModelResponse deleteComputationModel(DeleteComputationModelRequest deleteComputationModelRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes a computation model. This action can't be undone.
- Parameters:
deleteComputationModelRequest-- Returns:
- Result of the DeleteComputationModel operation returned by the service.
- See Also:
-
deleteComputationModel
default DeleteComputationModelResponse deleteComputationModel(Consumer<DeleteComputationModelRequest.Builder> deleteComputationModelRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes a computation model. This action can't be undone.
This is a convenience which creates an instance of the
DeleteComputationModelRequest.Builderavoiding the need to create one manually viaDeleteComputationModelRequest.builder()- Parameters:
deleteComputationModelRequest- AConsumerthat will call methods onDeleteComputationModelRequest.Builderto create a request.- Returns:
- Result of the DeleteComputationModel operation returned by the service.
- See Also:
-
deleteDashboard
default DeleteDashboardResponse deleteDashboard(DeleteDashboardRequest deleteDashboardRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes a dashboard from IoT SiteWise Monitor.
- Parameters:
deleteDashboardRequest-- Returns:
- Result of the DeleteDashboard operation returned by the service.
- See Also:
-
deleteDashboard
default DeleteDashboardResponse deleteDashboard(Consumer<DeleteDashboardRequest.Builder> deleteDashboardRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes a dashboard from IoT SiteWise Monitor.
This is a convenience which creates an instance of the
DeleteDashboardRequest.Builderavoiding the need to create one manually viaDeleteDashboardRequest.builder()- Parameters:
deleteDashboardRequest- AConsumerthat will call methods onDeleteDashboardRequest.Builderto create a request.- Returns:
- Result of the DeleteDashboard operation returned by the service.
- See Also:
-
deleteDataset
default DeleteDatasetResponse deleteDataset(DeleteDatasetRequest deleteDatasetRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes a dataset. This can't be undone. Deleting a session dataset also deletes the underlying time series data in the session. You can't delete a session dataset while a curated dataset references its data segments. First delete the curated dataset or disassociate the data segments. Deleting a curated dataset doesn't delete the underlying data in the source session datasets.
- Parameters:
deleteDatasetRequest-- Returns:
- Result of the DeleteDataset operation returned by the service.
- See Also:
-
deleteDataset
default DeleteDatasetResponse deleteDataset(Consumer<DeleteDatasetRequest.Builder> deleteDatasetRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes a dataset. This can't be undone. Deleting a session dataset also deletes the underlying time series data in the session. You can't delete a session dataset while a curated dataset references its data segments. First delete the curated dataset or disassociate the data segments. Deleting a curated dataset doesn't delete the underlying data in the source session datasets.
This is a convenience which creates an instance of the
DeleteDatasetRequest.Builderavoiding the need to create one manually viaDeleteDatasetRequest.builder()- Parameters:
deleteDatasetRequest- AConsumerthat will call methods onDeleteDatasetRequest.Builderto create a request.- Returns:
- Result of the DeleteDataset operation returned by the service.
- See Also:
-
deleteGateway
default DeleteGatewayResponse deleteGateway(DeleteGatewayRequest deleteGatewayRequest) throws InvalidRequestException, ResourceNotFoundException, ConflictingOperationException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes a gateway from IoT SiteWise. When you delete a gateway, some of the gateway's files remain in your gateway's file system.
- Parameters:
deleteGatewayRequest-- Returns:
- Result of the DeleteGateway operation returned by the service.
- See Also:
-
deleteGateway
default DeleteGatewayResponse deleteGateway(Consumer<DeleteGatewayRequest.Builder> deleteGatewayRequest) throws InvalidRequestException, ResourceNotFoundException, ConflictingOperationException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes a gateway from IoT SiteWise. When you delete a gateway, some of the gateway's files remain in your gateway's file system.
This is a convenience which creates an instance of the
DeleteGatewayRequest.Builderavoiding the need to create one manually viaDeleteGatewayRequest.builder()- Parameters:
deleteGatewayRequest- AConsumerthat will call methods onDeleteGatewayRequest.Builderto create a request.- Returns:
- Result of the DeleteGateway operation returned by the service.
- See Also:
-
deletePipeline
default DeletePipelineResponse deletePipeline(DeletePipelineRequest deletePipelineRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes a pipeline from the specified workspace. A pipeline cannot be deleted if it has any active executions. Wait for all executions to complete before attempting to delete the pipeline, or use CancelPipelineExecution to stop a running execution.
- Parameters:
deletePipelineRequest- Request structure for DeletePipeline operation.- Returns:
- Result of the DeletePipeline operation returned by the service.
- See Also:
-
deletePipeline
default DeletePipelineResponse deletePipeline(Consumer<DeletePipelineRequest.Builder> deletePipelineRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes a pipeline from the specified workspace. A pipeline cannot be deleted if it has any active executions. Wait for all executions to complete before attempting to delete the pipeline, or use CancelPipelineExecution to stop a running execution.
This is a convenience which creates an instance of the
DeletePipelineRequest.Builderavoiding the need to create one manually viaDeletePipelineRequest.builder()- Parameters:
deletePipelineRequest- AConsumerthat will call methods onDeletePipelineRequest.Builderto create a request. Request structure for DeletePipeline operation.- Returns:
- Result of the DeletePipeline operation returned by the service.
- See Also:
-
deletePortal
default DeletePortalResponse deletePortal(DeletePortalRequest deletePortalRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes a portal from IoT SiteWise Monitor.
- Parameters:
deletePortalRequest-- Returns:
- Result of the DeletePortal operation returned by the service.
- See Also:
-
deletePortal
default DeletePortalResponse deletePortal(Consumer<DeletePortalRequest.Builder> deletePortalRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes a portal from IoT SiteWise Monitor.
This is a convenience which creates an instance of the
DeletePortalRequest.Builderavoiding the need to create one manually viaDeletePortalRequest.builder()- Parameters:
deletePortalRequest- AConsumerthat will call methods onDeletePortalRequest.Builderto create a request.- Returns:
- Result of the DeletePortal operation returned by the service.
- See Also:
-
deleteProject
default DeleteProjectResponse deleteProject(DeleteProjectRequest deleteProjectRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes a project from IoT SiteWise Monitor.
- Parameters:
deleteProjectRequest-- Returns:
- Result of the DeleteProject operation returned by the service.
- See Also:
-
deleteProject
default DeleteProjectResponse deleteProject(Consumer<DeleteProjectRequest.Builder> deleteProjectRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes a project from IoT SiteWise Monitor.
This is a convenience which creates an instance of the
DeleteProjectRequest.Builderavoiding the need to create one manually viaDeleteProjectRequest.builder()- Parameters:
deleteProjectRequest- AConsumerthat will call methods onDeleteProjectRequest.Builderto create a request.- Returns:
- Result of the DeleteProject operation returned by the service.
- See Also:
-
deleteTask
default DeleteTaskResponse deleteTask(DeleteTaskRequest deleteTaskRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes a task from the specified workspace. A task cannot be deleted if it is currently referenced by any existing pipeline. Remove the task from all pipelines before attempting to delete it.
- Parameters:
deleteTaskRequest- Request structure for DeleteTask operation.- Returns:
- Result of the DeleteTask operation returned by the service.
- See Also:
-
deleteTask
default DeleteTaskResponse deleteTask(Consumer<DeleteTaskRequest.Builder> deleteTaskRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes a task from the specified workspace. A task cannot be deleted if it is currently referenced by any existing pipeline. Remove the task from all pipelines before attempting to delete it.
This is a convenience which creates an instance of the
DeleteTaskRequest.Builderavoiding the need to create one manually viaDeleteTaskRequest.builder()- Parameters:
deleteTaskRequest- AConsumerthat will call methods onDeleteTaskRequest.Builderto create a request. Request structure for DeleteTask operation.- Returns:
- Result of the DeleteTask operation returned by the service.
- See Also:
-
deleteTimeSeries
default DeleteTimeSeriesResponse deleteTimeSeries(DeleteTimeSeriesRequest deleteTimeSeriesRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes a time series (data stream). If you delete a time series that's associated with an asset property, the asset property still exists, but the time series will no longer be associated with this asset property. You can't delete a time series until all of its data segments have been deleted from session datasets.
To identify a time series, do one of the following:
-
If the time series isn't associated with an asset property, specify the
aliasof the time series. -
If the time series is associated with an asset property, specify one of the following:
-
The
aliasof the time series. -
The
assetIdandpropertyIdthat identifies the asset property.
-
- Parameters:
deleteTimeSeriesRequest-- Returns:
- Result of the DeleteTimeSeries operation returned by the service.
- See Also:
-
-
deleteTimeSeries
default DeleteTimeSeriesResponse deleteTimeSeries(Consumer<DeleteTimeSeriesRequest.Builder> deleteTimeSeriesRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes a time series (data stream). If you delete a time series that's associated with an asset property, the asset property still exists, but the time series will no longer be associated with this asset property. You can't delete a time series until all of its data segments have been deleted from session datasets.
To identify a time series, do one of the following:
-
If the time series isn't associated with an asset property, specify the
aliasof the time series. -
If the time series is associated with an asset property, specify one of the following:
-
The
aliasof the time series. -
The
assetIdandpropertyIdthat identifies the asset property.
-
This is a convenience which creates an instance of the
DeleteTimeSeriesRequest.Builderavoiding the need to create one manually viaDeleteTimeSeriesRequest.builder()- Parameters:
deleteTimeSeriesRequest- AConsumerthat will call methods onDeleteTimeSeriesRequest.Builderto create a request.- Returns:
- Result of the DeleteTimeSeries operation returned by the service.
- See Also:
-
-
deleteWorkspace
default DeleteWorkspaceResponse deleteWorkspace(DeleteWorkspaceRequest deleteWorkspaceRequest) throws AccessDeniedException, ResourceNotFoundException, InvalidRequestException, ConflictingOperationException, ThrottlingException, InternalFailureException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes a workspace. Before you delete a workspace, you must delete all resources contained in or associated with the workspace, such as datasets, time series, pipelines, and tasks.
- Parameters:
deleteWorkspaceRequest-- Returns:
- Result of the DeleteWorkspace operation returned by the service.
- See Also:
-
deleteWorkspace
default DeleteWorkspaceResponse deleteWorkspace(Consumer<DeleteWorkspaceRequest.Builder> deleteWorkspaceRequest) throws AccessDeniedException, ResourceNotFoundException, InvalidRequestException, ConflictingOperationException, ThrottlingException, InternalFailureException, AwsServiceException, SdkClientException, IoTSiteWiseException Deletes a workspace. Before you delete a workspace, you must delete all resources contained in or associated with the workspace, such as datasets, time series, pipelines, and tasks.
This is a convenience which creates an instance of the
DeleteWorkspaceRequest.Builderavoiding the need to create one manually viaDeleteWorkspaceRequest.builder()- Parameters:
deleteWorkspaceRequest- AConsumerthat will call methods onDeleteWorkspaceRequest.Builderto create a request.- Returns:
- Result of the DeleteWorkspace operation returned by the service.
- See Also:
-
describeAccessPolicy
default DescribeAccessPolicyResponse describeAccessPolicy(DescribeAccessPolicyRequest describeAccessPolicyRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Describes an access policy, which specifies an identity's access to an IoT SiteWise Monitor portal or project.
- Parameters:
describeAccessPolicyRequest-- Returns:
- Result of the DescribeAccessPolicy operation returned by the service.
- See Also:
-
describeAccessPolicy
default DescribeAccessPolicyResponse describeAccessPolicy(Consumer<DescribeAccessPolicyRequest.Builder> describeAccessPolicyRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Describes an access policy, which specifies an identity's access to an IoT SiteWise Monitor portal or project.
This is a convenience which creates an instance of the
DescribeAccessPolicyRequest.Builderavoiding the need to create one manually viaDescribeAccessPolicyRequest.builder()- Parameters:
describeAccessPolicyRequest- AConsumerthat will call methods onDescribeAccessPolicyRequest.Builderto create a request.- Returns:
- Result of the DescribeAccessPolicy operation returned by the service.
- See Also:
-
describeAction
default DescribeActionResponse describeAction(DescribeActionRequest describeActionRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about an action.
- Parameters:
describeActionRequest-- Returns:
- Result of the DescribeAction operation returned by the service.
- See Also:
-
describeAction
default DescribeActionResponse describeAction(Consumer<DescribeActionRequest.Builder> describeActionRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about an action.
This is a convenience which creates an instance of the
DescribeActionRequest.Builderavoiding the need to create one manually viaDescribeActionRequest.builder()- Parameters:
describeActionRequest- AConsumerthat will call methods onDescribeActionRequest.Builderto create a request.- Returns:
- Result of the DescribeAction operation returned by the service.
- See Also:
-
describeApplication
default DescribeApplicationResponse describeApplication(DescribeApplicationRequest describeApplicationRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves Application details based on the ID
- Parameters:
describeApplicationRequest-- Returns:
- Result of the DescribeApplication operation returned by the service.
- See Also:
-
describeApplication
default DescribeApplicationResponse describeApplication(Consumer<DescribeApplicationRequest.Builder> describeApplicationRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves Application details based on the ID
This is a convenience which creates an instance of the
DescribeApplicationRequest.Builderavoiding the need to create one manually viaDescribeApplicationRequest.builder()- Parameters:
describeApplicationRequest- AConsumerthat will call methods onDescribeApplicationRequest.Builderto create a request.- Returns:
- Result of the DescribeApplication operation returned by the service.
- See Also:
-
describeAsset
default DescribeAssetResponse describeAsset(DescribeAssetRequest describeAssetRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about an asset.
- Parameters:
describeAssetRequest-- Returns:
- Result of the DescribeAsset operation returned by the service.
- See Also:
-
describeAsset
default DescribeAssetResponse describeAsset(Consumer<DescribeAssetRequest.Builder> describeAssetRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about an asset.
This is a convenience which creates an instance of the
DescribeAssetRequest.Builderavoiding the need to create one manually viaDescribeAssetRequest.builder()- Parameters:
describeAssetRequest- AConsumerthat will call methods onDescribeAssetRequest.Builderto create a request.- Returns:
- Result of the DescribeAsset operation returned by the service.
- See Also:
-
describeAssetCompositeModel
default DescribeAssetCompositeModelResponse describeAssetCompositeModel(DescribeAssetCompositeModelRequest describeAssetCompositeModelRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about an asset composite model (also known as an asset component). An
AssetCompositeModelis an instance of anAssetModelCompositeModel. If you want to see information about the model this is based on, call DescribeAssetModelCompositeModel.- Parameters:
describeAssetCompositeModelRequest-- Returns:
- Result of the DescribeAssetCompositeModel operation returned by the service.
- See Also:
-
describeAssetCompositeModel
default DescribeAssetCompositeModelResponse describeAssetCompositeModel(Consumer<DescribeAssetCompositeModelRequest.Builder> describeAssetCompositeModelRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about an asset composite model (also known as an asset component). An
AssetCompositeModelis an instance of anAssetModelCompositeModel. If you want to see information about the model this is based on, call DescribeAssetModelCompositeModel.
This is a convenience which creates an instance of the
DescribeAssetCompositeModelRequest.Builderavoiding the need to create one manually viaDescribeAssetCompositeModelRequest.builder()- Parameters:
describeAssetCompositeModelRequest- AConsumerthat will call methods onDescribeAssetCompositeModelRequest.Builderto create a request.- Returns:
- Result of the DescribeAssetCompositeModel operation returned by the service.
- See Also:
-
describeAssetModel
default DescribeAssetModelResponse describeAssetModel(DescribeAssetModelRequest describeAssetModelRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about an asset model. This includes details about the asset model's properties, hierarchies, composite models, and any interface relationships if the asset model implements interfaces.
- Parameters:
describeAssetModelRequest-- Returns:
- Result of the DescribeAssetModel operation returned by the service.
- See Also:
-
describeAssetModel
default DescribeAssetModelResponse describeAssetModel(Consumer<DescribeAssetModelRequest.Builder> describeAssetModelRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about an asset model. This includes details about the asset model's properties, hierarchies, composite models, and any interface relationships if the asset model implements interfaces.
This is a convenience which creates an instance of the
DescribeAssetModelRequest.Builderavoiding the need to create one manually viaDescribeAssetModelRequest.builder()- Parameters:
describeAssetModelRequest- AConsumerthat will call methods onDescribeAssetModelRequest.Builderto create a request.- Returns:
- Result of the DescribeAssetModel operation returned by the service.
- See Also:
-
describeAssetModelCompositeModel
default DescribeAssetModelCompositeModelResponse describeAssetModelCompositeModel(DescribeAssetModelCompositeModelRequest describeAssetModelCompositeModelRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about an asset model composite model (also known as an asset model component). For more information, see Custom composite models (Components) in the IoT SiteWise User Guide.
- Parameters:
describeAssetModelCompositeModelRequest-- Returns:
- Result of the DescribeAssetModelCompositeModel operation returned by the service.
- See Also:
-
describeAssetModelCompositeModel
default DescribeAssetModelCompositeModelResponse describeAssetModelCompositeModel(Consumer<DescribeAssetModelCompositeModelRequest.Builder> describeAssetModelCompositeModelRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about an asset model composite model (also known as an asset model component). For more information, see Custom composite models (Components) in the IoT SiteWise User Guide.
This is a convenience which creates an instance of the
DescribeAssetModelCompositeModelRequest.Builderavoiding the need to create one manually viaDescribeAssetModelCompositeModelRequest.builder()- Parameters:
describeAssetModelCompositeModelRequest- AConsumerthat will call methods onDescribeAssetModelCompositeModelRequest.Builderto create a request.- Returns:
- Result of the DescribeAssetModelCompositeModel operation returned by the service.
- See Also:
-
describeAssetModelInterfaceRelationship
default DescribeAssetModelInterfaceRelationshipResponse describeAssetModelInterfaceRelationship(DescribeAssetModelInterfaceRelationshipRequest describeAssetModelInterfaceRelationshipRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about an interface relationship between an asset model and an interface asset model.
- Parameters:
describeAssetModelInterfaceRelationshipRequest-- Returns:
- Result of the DescribeAssetModelInterfaceRelationship operation returned by the service.
- See Also:
-
describeAssetModelInterfaceRelationship
default DescribeAssetModelInterfaceRelationshipResponse describeAssetModelInterfaceRelationship(Consumer<DescribeAssetModelInterfaceRelationshipRequest.Builder> describeAssetModelInterfaceRelationshipRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about an interface relationship between an asset model and an interface asset model.
This is a convenience which creates an instance of the
DescribeAssetModelInterfaceRelationshipRequest.Builderavoiding the need to create one manually viaDescribeAssetModelInterfaceRelationshipRequest.builder()- Parameters:
describeAssetModelInterfaceRelationshipRequest- AConsumerthat will call methods onDescribeAssetModelInterfaceRelationshipRequest.Builderto create a request.- Returns:
- Result of the DescribeAssetModelInterfaceRelationship operation returned by the service.
- See Also:
-
describeAssetProperty
default DescribeAssetPropertyResponse describeAssetProperty(DescribeAssetPropertyRequest describeAssetPropertyRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about an asset property.
When you call this operation for an attribute property, this response includes the default attribute value that you define in the asset model. If you update the default value in the model, this operation's response includes the new default value.
This operation doesn't return the value of the asset property. To get the value of an asset property, use GetAssetPropertyValue.
- Parameters:
describeAssetPropertyRequest-- Returns:
- Result of the DescribeAssetProperty operation returned by the service.
- See Also:
-
describeAssetProperty
default DescribeAssetPropertyResponse describeAssetProperty(Consumer<DescribeAssetPropertyRequest.Builder> describeAssetPropertyRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about an asset property.
When you call this operation for an attribute property, this response includes the default attribute value that you define in the asset model. If you update the default value in the model, this operation's response includes the new default value.
This operation doesn't return the value of the asset property. To get the value of an asset property, use GetAssetPropertyValue.
This is a convenience which creates an instance of the
DescribeAssetPropertyRequest.Builderavoiding the need to create one manually viaDescribeAssetPropertyRequest.builder()- Parameters:
describeAssetPropertyRequest- AConsumerthat will call methods onDescribeAssetPropertyRequest.Builderto create a request.- Returns:
- Result of the DescribeAssetProperty operation returned by the service.
- See Also:
-
describeBulkImportJob
default DescribeBulkImportJobResponse describeBulkImportJob(DescribeBulkImportJobRequest describeBulkImportJobRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about a bulk import job request. For more information, see Describe a bulk import job (CLI) in the Amazon Simple Storage Service User Guide.
- Parameters:
describeBulkImportJobRequest-- Returns:
- Result of the DescribeBulkImportJob operation returned by the service.
- See Also:
-
describeBulkImportJob
default DescribeBulkImportJobResponse describeBulkImportJob(Consumer<DescribeBulkImportJobRequest.Builder> describeBulkImportJobRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about a bulk import job request. For more information, see Describe a bulk import job (CLI) in the Amazon Simple Storage Service User Guide.
This is a convenience which creates an instance of the
DescribeBulkImportJobRequest.Builderavoiding the need to create one manually viaDescribeBulkImportJobRequest.builder()- Parameters:
describeBulkImportJobRequest- AConsumerthat will call methods onDescribeBulkImportJobRequest.Builderto create a request.- Returns:
- Result of the DescribeBulkImportJob operation returned by the service.
- See Also:
-
describeComputationModel
default DescribeComputationModelResponse describeComputationModel(DescribeComputationModelRequest describeComputationModelRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about a computation model.
- Parameters:
describeComputationModelRequest-- Returns:
- Result of the DescribeComputationModel operation returned by the service.
- See Also:
-
describeComputationModel
default DescribeComputationModelResponse describeComputationModel(Consumer<DescribeComputationModelRequest.Builder> describeComputationModelRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about a computation model.
This is a convenience which creates an instance of the
DescribeComputationModelRequest.Builderavoiding the need to create one manually viaDescribeComputationModelRequest.builder()- Parameters:
describeComputationModelRequest- AConsumerthat will call methods onDescribeComputationModelRequest.Builderto create a request.- Returns:
- Result of the DescribeComputationModel operation returned by the service.
- See Also:
-
describeComputationModelExecutionSummary
default DescribeComputationModelExecutionSummaryResponse describeComputationModelExecutionSummary(DescribeComputationModelExecutionSummaryRequest describeComputationModelExecutionSummaryRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about the execution summary of a computation model.
- Parameters:
describeComputationModelExecutionSummaryRequest-- Returns:
- Result of the DescribeComputationModelExecutionSummary operation returned by the service.
- See Also:
-
describeComputationModelExecutionSummary
default DescribeComputationModelExecutionSummaryResponse describeComputationModelExecutionSummary(Consumer<DescribeComputationModelExecutionSummaryRequest.Builder> describeComputationModelExecutionSummaryRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about the execution summary of a computation model.
This is a convenience which creates an instance of the
DescribeComputationModelExecutionSummaryRequest.Builderavoiding the need to create one manually viaDescribeComputationModelExecutionSummaryRequest.builder()- Parameters:
describeComputationModelExecutionSummaryRequest- AConsumerthat will call methods onDescribeComputationModelExecutionSummaryRequest.Builderto create a request.- Returns:
- Result of the DescribeComputationModelExecutionSummary operation returned by the service.
- See Also:
-
describeDashboard
default DescribeDashboardResponse describeDashboard(DescribeDashboardRequest describeDashboardRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about a dashboard.
- Parameters:
describeDashboardRequest-- Returns:
- Result of the DescribeDashboard operation returned by the service.
- See Also:
-
describeDashboard
default DescribeDashboardResponse describeDashboard(Consumer<DescribeDashboardRequest.Builder> describeDashboardRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about a dashboard.
This is a convenience which creates an instance of the
DescribeDashboardRequest.Builderavoiding the need to create one manually viaDescribeDashboardRequest.builder()- Parameters:
describeDashboardRequest- AConsumerthat will call methods onDescribeDashboardRequest.Builderto create a request.- Returns:
- Result of the DescribeDashboard operation returned by the service.
- See Also:
-
describeDataset
default DescribeDatasetResponse describeDataset(DescribeDatasetRequest describeDatasetRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about a dataset.
- Parameters:
describeDatasetRequest-- Returns:
- Result of the DescribeDataset operation returned by the service.
- See Also:
-
describeDataset
default DescribeDatasetResponse describeDataset(Consumer<DescribeDatasetRequest.Builder> describeDatasetRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about a dataset.
This is a convenience which creates an instance of the
DescribeDatasetRequest.Builderavoiding the need to create one manually viaDescribeDatasetRequest.builder()- Parameters:
describeDatasetRequest- AConsumerthat will call methods onDescribeDatasetRequest.Builderto create a request.- Returns:
- Result of the DescribeDataset operation returned by the service.
- See Also:
-
describeDatasetExportJob
default DescribeDatasetExportJobResponse describeDatasetExportJob(DescribeDatasetExportJobRequest describeDatasetExportJobRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about a dataset export job.
- Parameters:
describeDatasetExportJobRequest- Request to describe a dataset export job.- Returns:
- Result of the DescribeDatasetExportJob operation returned by the service.
- See Also:
-
describeDatasetExportJob
default DescribeDatasetExportJobResponse describeDatasetExportJob(Consumer<DescribeDatasetExportJobRequest.Builder> describeDatasetExportJobRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about a dataset export job.
This is a convenience which creates an instance of the
DescribeDatasetExportJobRequest.Builderavoiding the need to create one manually viaDescribeDatasetExportJobRequest.builder()- Parameters:
describeDatasetExportJobRequest- AConsumerthat will call methods onDescribeDatasetExportJobRequest.Builderto create a request. Request to describe a dataset export job.- Returns:
- Result of the DescribeDatasetExportJob operation returned by the service.
- See Also:
-
describeDefaultEncryptionConfiguration
default DescribeDefaultEncryptionConfigurationResponse describeDefaultEncryptionConfiguration(DescribeDefaultEncryptionConfigurationRequest describeDefaultEncryptionConfigurationRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about the default encryption configuration for the Amazon Web Services account in the default or specified Region. For more information, see Key management in the IoT SiteWise User Guide.
- Parameters:
describeDefaultEncryptionConfigurationRequest-- Returns:
- Result of the DescribeDefaultEncryptionConfiguration operation returned by the service.
- See Also:
-
describeDefaultEncryptionConfiguration
default DescribeDefaultEncryptionConfigurationResponse describeDefaultEncryptionConfiguration(Consumer<DescribeDefaultEncryptionConfigurationRequest.Builder> describeDefaultEncryptionConfigurationRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about the default encryption configuration for the Amazon Web Services account in the default or specified Region. For more information, see Key management in the IoT SiteWise User Guide.
This is a convenience which creates an instance of the
DescribeDefaultEncryptionConfigurationRequest.Builderavoiding the need to create one manually viaDescribeDefaultEncryptionConfigurationRequest.builder()- Parameters:
describeDefaultEncryptionConfigurationRequest- AConsumerthat will call methods onDescribeDefaultEncryptionConfigurationRequest.Builderto create a request.- Returns:
- Result of the DescribeDefaultEncryptionConfiguration operation returned by the service.
- See Also:
-
describeEnrichmentJob
default DescribeEnrichmentJobResponse describeEnrichmentJob(DescribeEnrichmentJobRequest describeEnrichmentJobRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ThrottlingException, ResourceNotFoundException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves detailed information about a specific enrichment job, including its current status, configuration, and timestamps.
Use Cases
- Monitor job progress by checking status updates with DescribeEnrichmentJob
- Retrieve the complete job configuration submitted during creation
- Debug failed jobs by examining the failureMessage field
- Track job lifecycle with creation, update, completion, and cancellation timestamps
Status Monitoring
Jobs progress through statuses: PENDING → RUNNING → terminal state
Terminal states:
- COMPLETED: Job finished successfully; query IoT SiteWise for semantic search results
- FAILED: Job encountered an error; check failureMessage for details
- TIMED_OUT: Job exceeded maximum processing time
- CANCELLED: Job was cancelled via CancelEnrichmentJob
Response Fields
The response includes:
- Current job status and type
- Full job configuration as originally submitted
- Lifecycle timestamps (created, updated, completed, cancelled)
- Failure details if status is FAILED
- Parameters:
describeEnrichmentJobRequest-- Returns:
- Result of the DescribeEnrichmentJob operation returned by the service.
- See Also:
-
describeEnrichmentJob
default DescribeEnrichmentJobResponse describeEnrichmentJob(Consumer<DescribeEnrichmentJobRequest.Builder> describeEnrichmentJobRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ThrottlingException, ResourceNotFoundException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves detailed information about a specific enrichment job, including its current status, configuration, and timestamps.
Use Cases
- Monitor job progress by checking status updates with DescribeEnrichmentJob
- Retrieve the complete job configuration submitted during creation
- Debug failed jobs by examining the failureMessage field
- Track job lifecycle with creation, update, completion, and cancellation timestamps
Status Monitoring
Jobs progress through statuses: PENDING → RUNNING → terminal state
Terminal states:
- COMPLETED: Job finished successfully; query IoT SiteWise for semantic search results
- FAILED: Job encountered an error; check failureMessage for details
- TIMED_OUT: Job exceeded maximum processing time
- CANCELLED: Job was cancelled via CancelEnrichmentJob
Response Fields
The response includes:
- Current job status and type
- Full job configuration as originally submitted
- Lifecycle timestamps (created, updated, completed, cancelled)
- Failure details if status is FAILED
This is a convenience which creates an instance of the
DescribeEnrichmentJobRequest.Builderavoiding the need to create one manually viaDescribeEnrichmentJobRequest.builder()- Parameters:
describeEnrichmentJobRequest- AConsumerthat will call methods onDescribeEnrichmentJobRequest.Builderto create a request.- Returns:
- Result of the DescribeEnrichmentJob operation returned by the service.
- See Also:
-
describeExecution
default DescribeExecutionResponse describeExecution(DescribeExecutionRequest describeExecutionRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about the execution.
- Parameters:
describeExecutionRequest-- Returns:
- Result of the DescribeExecution operation returned by the service.
- See Also:
-
describeExecution
default DescribeExecutionResponse describeExecution(Consumer<DescribeExecutionRequest.Builder> describeExecutionRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about the execution.
This is a convenience which creates an instance of the
DescribeExecutionRequest.Builderavoiding the need to create one manually viaDescribeExecutionRequest.builder()- Parameters:
describeExecutionRequest- AConsumerthat will call methods onDescribeExecutionRequest.Builderto create a request.- Returns:
- Result of the DescribeExecution operation returned by the service.
- See Also:
-
describeGateway
default DescribeGatewayResponse describeGateway(DescribeGatewayRequest describeGatewayRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about a gateway.
- Parameters:
describeGatewayRequest-- Returns:
- Result of the DescribeGateway operation returned by the service.
- See Also:
-
describeGateway
default DescribeGatewayResponse describeGateway(Consumer<DescribeGatewayRequest.Builder> describeGatewayRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about a gateway.
This is a convenience which creates an instance of the
DescribeGatewayRequest.Builderavoiding the need to create one manually viaDescribeGatewayRequest.builder()- Parameters:
describeGatewayRequest- AConsumerthat will call methods onDescribeGatewayRequest.Builderto create a request.- Returns:
- Result of the DescribeGateway operation returned by the service.
- See Also:
-
describeGatewayCapabilityConfiguration
default DescribeGatewayCapabilityConfigurationResponse describeGatewayCapabilityConfiguration(DescribeGatewayCapabilityConfigurationRequest describeGatewayCapabilityConfigurationRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Each gateway capability defines data sources for a gateway. This is the namespace of the gateway capability.
. The namespace follows the format
service:capability:version, where:-
service- The service providing the capability, oriotsitewise. -
capability- The specific capability type. Options include:opcuacollectorfor the OPC UA data source collector, orpublisherfor data publisher capability. -
version- The version number of the capability. Option include2for Classic streams, V2 gateways, and3for MQTT-enabled, V3 gateways.
After updating a capability configuration, the sync status becomes
OUT_OF_SYNCuntil the gateway processes the configuration.UseDescribeGatewayCapabilityConfigurationto check the sync status and verify the configuration was applied.A gateway can have multiple capability configurations with different namespaces.
- Parameters:
describeGatewayCapabilityConfigurationRequest-- Returns:
- Result of the DescribeGatewayCapabilityConfiguration operation returned by the service.
- See Also:
-
-
describeGatewayCapabilityConfiguration
default DescribeGatewayCapabilityConfigurationResponse describeGatewayCapabilityConfiguration(Consumer<DescribeGatewayCapabilityConfigurationRequest.Builder> describeGatewayCapabilityConfigurationRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Each gateway capability defines data sources for a gateway. This is the namespace of the gateway capability.
. The namespace follows the format
service:capability:version, where:-
service- The service providing the capability, oriotsitewise. -
capability- The specific capability type. Options include:opcuacollectorfor the OPC UA data source collector, orpublisherfor data publisher capability. -
version- The version number of the capability. Option include2for Classic streams, V2 gateways, and3for MQTT-enabled, V3 gateways.
After updating a capability configuration, the sync status becomes
OUT_OF_SYNCuntil the gateway processes the configuration.UseDescribeGatewayCapabilityConfigurationto check the sync status and verify the configuration was applied.A gateway can have multiple capability configurations with different namespaces.
This is a convenience which creates an instance of the
DescribeGatewayCapabilityConfigurationRequest.Builderavoiding the need to create one manually viaDescribeGatewayCapabilityConfigurationRequest.builder()- Parameters:
describeGatewayCapabilityConfigurationRequest- AConsumerthat will call methods onDescribeGatewayCapabilityConfigurationRequest.Builderto create a request.- Returns:
- Result of the DescribeGatewayCapabilityConfiguration operation returned by the service.
- See Also:
-
-
describeLoggingOptions
default DescribeLoggingOptionsResponse describeLoggingOptions(DescribeLoggingOptionsRequest describeLoggingOptionsRequest) throws InvalidRequestException, ThrottlingException, InternalFailureException, ResourceNotFoundException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves the current IoT SiteWise logging options.
- Parameters:
describeLoggingOptionsRequest-- Returns:
- Result of the DescribeLoggingOptions operation returned by the service.
- See Also:
-
describeLoggingOptions
default DescribeLoggingOptionsResponse describeLoggingOptions(Consumer<DescribeLoggingOptionsRequest.Builder> describeLoggingOptionsRequest) throws InvalidRequestException, ThrottlingException, InternalFailureException, ResourceNotFoundException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves the current IoT SiteWise logging options.
This is a convenience which creates an instance of the
DescribeLoggingOptionsRequest.Builderavoiding the need to create one manually viaDescribeLoggingOptionsRequest.builder()- Parameters:
describeLoggingOptionsRequest- AConsumerthat will call methods onDescribeLoggingOptionsRequest.Builderto create a request.- Returns:
- Result of the DescribeLoggingOptions operation returned by the service.
- See Also:
-
describePipeline
default DescribePipelineResponse describePipeline(DescribePipelineRequest describePipelineRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves detailed information about a specific pipeline in a workspace.
- Parameters:
describePipelineRequest- Request structure for DescribePipeline operation.- Returns:
- Result of the DescribePipeline operation returned by the service.
- See Also:
-
describePipeline
default DescribePipelineResponse describePipeline(Consumer<DescribePipelineRequest.Builder> describePipelineRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves detailed information about a specific pipeline in a workspace.
This is a convenience which creates an instance of the
DescribePipelineRequest.Builderavoiding the need to create one manually viaDescribePipelineRequest.builder()- Parameters:
describePipelineRequest- AConsumerthat will call methods onDescribePipelineRequest.Builderto create a request. Request structure for DescribePipeline operation.- Returns:
- Result of the DescribePipeline operation returned by the service.
- See Also:
-
describePipelineExecution
default DescribePipelineExecutionResponse describePipelineExecution(DescribePipelineExecutionRequest describePipelineExecutionRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves detailed information about a specific pipeline execution, including the overall execution status and the status of each individual compute node. Use this operation to monitor execution progress and inspect per-node results, environment variables, and error details.
- Parameters:
describePipelineExecutionRequest- Request structure for DescribePipelineExecution operation.- Returns:
- Result of the DescribePipelineExecution operation returned by the service.
- See Also:
-
describePipelineExecution
default DescribePipelineExecutionResponse describePipelineExecution(Consumer<DescribePipelineExecutionRequest.Builder> describePipelineExecutionRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves detailed information about a specific pipeline execution, including the overall execution status and the status of each individual compute node. Use this operation to monitor execution progress and inspect per-node results, environment variables, and error details.
This is a convenience which creates an instance of the
DescribePipelineExecutionRequest.Builderavoiding the need to create one manually viaDescribePipelineExecutionRequest.builder()- Parameters:
describePipelineExecutionRequest- AConsumerthat will call methods onDescribePipelineExecutionRequest.Builderto create a request. Request structure for DescribePipelineExecution operation.- Returns:
- Result of the DescribePipelineExecution operation returned by the service.
- See Also:
-
describePipelineExecutionPaginator
default DescribePipelineExecutionIterable describePipelineExecutionPaginator(DescribePipelineExecutionRequest describePipelineExecutionRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
describePipelineExecution(software.amazon.awssdk.services.iotsitewise.model.DescribePipelineExecutionRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.DescribePipelineExecutionIterable responses = client.describePipelineExecutionPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.DescribePipelineExecutionIterable responses = client .describePipelineExecutionPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.DescribePipelineExecutionResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.DescribePipelineExecutionIterable responses = client.describePipelineExecutionPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
describePipelineExecution(software.amazon.awssdk.services.iotsitewise.model.DescribePipelineExecutionRequest)operation.- Parameters:
describePipelineExecutionRequest- Request structure for DescribePipelineExecution operation.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
describePipelineExecutionPaginator
default DescribePipelineExecutionIterable describePipelineExecutionPaginator(Consumer<DescribePipelineExecutionRequest.Builder> describePipelineExecutionRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
describePipelineExecution(software.amazon.awssdk.services.iotsitewise.model.DescribePipelineExecutionRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.DescribePipelineExecutionIterable responses = client.describePipelineExecutionPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.DescribePipelineExecutionIterable responses = client .describePipelineExecutionPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.DescribePipelineExecutionResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.DescribePipelineExecutionIterable responses = client.describePipelineExecutionPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
describePipelineExecution(software.amazon.awssdk.services.iotsitewise.model.DescribePipelineExecutionRequest)operation.
This is a convenience which creates an instance of the
DescribePipelineExecutionRequest.Builderavoiding the need to create one manually viaDescribePipelineExecutionRequest.builder()- Parameters:
describePipelineExecutionRequest- AConsumerthat will call methods onDescribePipelineExecutionRequest.Builderto create a request. Request structure for DescribePipelineExecution operation.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
describePortal
default DescribePortalResponse describePortal(DescribePortalRequest describePortalRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about a portal.
- Parameters:
describePortalRequest-- Returns:
- Result of the DescribePortal operation returned by the service.
- See Also:
-
describePortal
default DescribePortalResponse describePortal(Consumer<DescribePortalRequest.Builder> describePortalRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about a portal.
This is a convenience which creates an instance of the
DescribePortalRequest.Builderavoiding the need to create one manually viaDescribePortalRequest.builder()- Parameters:
describePortalRequest- AConsumerthat will call methods onDescribePortalRequest.Builderto create a request.- Returns:
- Result of the DescribePortal operation returned by the service.
- See Also:
-
describeProject
default DescribeProjectResponse describeProject(DescribeProjectRequest describeProjectRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about a project.
- Parameters:
describeProjectRequest-- Returns:
- Result of the DescribeProject operation returned by the service.
- See Also:
-
describeProject
default DescribeProjectResponse describeProject(Consumer<DescribeProjectRequest.Builder> describeProjectRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about a project.
This is a convenience which creates an instance of the
DescribeProjectRequest.Builderavoiding the need to create one manually viaDescribeProjectRequest.builder()- Parameters:
describeProjectRequest- AConsumerthat will call methods onDescribeProjectRequest.Builderto create a request.- Returns:
- Result of the DescribeProject operation returned by the service.
- See Also:
-
describeQuery
default DescribeQueryResponse describeQuery(DescribeQueryRequest describeQueryRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about a query, including its status.
- Parameters:
describeQueryRequest-- Returns:
- Result of the DescribeQuery operation returned by the service.
- See Also:
-
describeQuery
default DescribeQueryResponse describeQuery(Consumer<DescribeQueryRequest.Builder> describeQueryRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about a query, including its status.
This is a convenience which creates an instance of the
DescribeQueryRequest.Builderavoiding the need to create one manually viaDescribeQueryRequest.builder()- Parameters:
describeQueryRequest- AConsumerthat will call methods onDescribeQueryRequest.Builderto create a request.- Returns:
- Result of the DescribeQuery operation returned by the service.
- See Also:
-
describeSearch
default DescribeSearchResponse describeSearch(DescribeSearchRequest describeSearchRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Returns the current status and metadata of a single search, including the query that was submitted, the search type, and — when the search has failed — the reason. Use this to poll a search started with
StartSearchuntil it reaches a terminal status (SUCCEEDEDorFAILED).- Parameters:
describeSearchRequest- Input for the DescribeSearch operation.- Returns:
- Result of the DescribeSearch operation returned by the service.
- See Also:
-
describeSearch
default DescribeSearchResponse describeSearch(Consumer<DescribeSearchRequest.Builder> describeSearchRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Returns the current status and metadata of a single search, including the query that was submitted, the search type, and — when the search has failed — the reason. Use this to poll a search started with
StartSearchuntil it reaches a terminal status (SUCCEEDEDorFAILED).
This is a convenience which creates an instance of the
DescribeSearchRequest.Builderavoiding the need to create one manually viaDescribeSearchRequest.builder()- Parameters:
describeSearchRequest- AConsumerthat will call methods onDescribeSearchRequest.Builderto create a request. Input for the DescribeSearch operation.- Returns:
- Result of the DescribeSearch operation returned by the service.
- See Also:
-
describeStorageConfiguration
default DescribeStorageConfigurationResponse describeStorageConfiguration(DescribeStorageConfigurationRequest describeStorageConfigurationRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about the storage configuration for IoT SiteWise.
- Parameters:
describeStorageConfigurationRequest-- Returns:
- Result of the DescribeStorageConfiguration operation returned by the service.
- See Also:
-
describeStorageConfiguration
default DescribeStorageConfigurationResponse describeStorageConfiguration(Consumer<DescribeStorageConfigurationRequest.Builder> describeStorageConfigurationRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about the storage configuration for IoT SiteWise.
This is a convenience which creates an instance of the
DescribeStorageConfigurationRequest.Builderavoiding the need to create one manually viaDescribeStorageConfigurationRequest.builder()- Parameters:
describeStorageConfigurationRequest- AConsumerthat will call methods onDescribeStorageConfigurationRequest.Builderto create a request.- Returns:
- Result of the DescribeStorageConfiguration operation returned by the service.
- See Also:
-
describeTask
default DescribeTaskResponse describeTask(DescribeTaskRequest describeTaskRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves detailed information about a specific task in a workspace.
- Parameters:
describeTaskRequest- Request structure for DescribeTask operation.- Returns:
- Result of the DescribeTask operation returned by the service.
- See Also:
-
describeTask
default DescribeTaskResponse describeTask(Consumer<DescribeTaskRequest.Builder> describeTaskRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves detailed information about a specific task in a workspace.
This is a convenience which creates an instance of the
DescribeTaskRequest.Builderavoiding the need to create one manually viaDescribeTaskRequest.builder()- Parameters:
describeTaskRequest- AConsumerthat will call methods onDescribeTaskRequest.Builderto create a request. Request structure for DescribeTask operation.- Returns:
- Result of the DescribeTask operation returned by the service.
- See Also:
-
describeTimeSeries
default DescribeTimeSeriesResponse describeTimeSeries(DescribeTimeSeriesRequest describeTimeSeriesRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about a time series (data stream).
To identify a time series, do one of the following:
-
If the time series isn't associated with an asset property, specify the
aliasof the time series. -
If the time series is associated with an asset property, specify one of the following:
-
The
aliasof the time series. -
The
assetIdandpropertyIdthat identifies the asset property.
-
- Parameters:
describeTimeSeriesRequest-- Returns:
- Result of the DescribeTimeSeries operation returned by the service.
- See Also:
-
-
describeTimeSeries
default DescribeTimeSeriesResponse describeTimeSeries(Consumer<DescribeTimeSeriesRequest.Builder> describeTimeSeriesRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about a time series (data stream).
To identify a time series, do one of the following:
-
If the time series isn't associated with an asset property, specify the
aliasof the time series. -
If the time series is associated with an asset property, specify one of the following:
-
The
aliasof the time series. -
The
assetIdandpropertyIdthat identifies the asset property.
-
This is a convenience which creates an instance of the
DescribeTimeSeriesRequest.Builderavoiding the need to create one manually viaDescribeTimeSeriesRequest.builder()- Parameters:
describeTimeSeriesRequest- AConsumerthat will call methods onDescribeTimeSeriesRequest.Builderto create a request.- Returns:
- Result of the DescribeTimeSeries operation returned by the service.
- See Also:
-
-
describeWorkspace
default DescribeWorkspaceResponse describeWorkspace(DescribeWorkspaceRequest describeWorkspaceRequest) throws AccessDeniedException, ResourceNotFoundException, InvalidRequestException, ThrottlingException, InternalFailureException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about a workspace.
- Parameters:
describeWorkspaceRequest-- Returns:
- Result of the DescribeWorkspace operation returned by the service.
- See Also:
-
describeWorkspace
default DescribeWorkspaceResponse describeWorkspace(Consumer<DescribeWorkspaceRequest.Builder> describeWorkspaceRequest) throws AccessDeniedException, ResourceNotFoundException, InvalidRequestException, ThrottlingException, InternalFailureException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves information about a workspace.
This is a convenience which creates an instance of the
DescribeWorkspaceRequest.Builderavoiding the need to create one manually viaDescribeWorkspaceRequest.builder()- Parameters:
describeWorkspaceRequest- AConsumerthat will call methods onDescribeWorkspaceRequest.Builderto create a request.- Returns:
- Result of the DescribeWorkspace operation returned by the service.
- See Also:
-
disassociateAssets
default DisassociateAssetsResponse disassociateAssets(DisassociateAssetsRequest disassociateAssetsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Disassociates a child asset from the given parent asset through a hierarchy defined in the parent asset's model.
- Parameters:
disassociateAssetsRequest-- Returns:
- Result of the DisassociateAssets operation returned by the service.
- See Also:
-
disassociateAssets
default DisassociateAssetsResponse disassociateAssets(Consumer<DisassociateAssetsRequest.Builder> disassociateAssetsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Disassociates a child asset from the given parent asset through a hierarchy defined in the parent asset's model.
This is a convenience which creates an instance of the
DisassociateAssetsRequest.Builderavoiding the need to create one manually viaDisassociateAssetsRequest.builder()- Parameters:
disassociateAssetsRequest- AConsumerthat will call methods onDisassociateAssetsRequest.Builderto create a request.- Returns:
- Result of the DisassociateAssets operation returned by the service.
- See Also:
-
disassociateTimeSeriesFromAssetProperty
default DisassociateTimeSeriesFromAssetPropertyResponse disassociateTimeSeriesFromAssetProperty(DisassociateTimeSeriesFromAssetPropertyRequest disassociateTimeSeriesFromAssetPropertyRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Disassociates a time series (data stream) from an asset property.
- Parameters:
disassociateTimeSeriesFromAssetPropertyRequest-- Returns:
- Result of the DisassociateTimeSeriesFromAssetProperty operation returned by the service.
- See Also:
-
disassociateTimeSeriesFromAssetProperty
default DisassociateTimeSeriesFromAssetPropertyResponse disassociateTimeSeriesFromAssetProperty(Consumer<DisassociateTimeSeriesFromAssetPropertyRequest.Builder> disassociateTimeSeriesFromAssetPropertyRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Disassociates a time series (data stream) from an asset property.
This is a convenience which creates an instance of the
DisassociateTimeSeriesFromAssetPropertyRequest.Builderavoiding the need to create one manually viaDisassociateTimeSeriesFromAssetPropertyRequest.builder()- Parameters:
disassociateTimeSeriesFromAssetPropertyRequest- AConsumerthat will call methods onDisassociateTimeSeriesFromAssetPropertyRequest.Builderto create a request.- Returns:
- Result of the DisassociateTimeSeriesFromAssetProperty operation returned by the service.
- See Also:
-
executeAction
default ExecuteActionResponse executeAction(ExecuteActionRequest executeActionRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Executes an action on a target resource.
- Parameters:
executeActionRequest-- Returns:
- Result of the ExecuteAction operation returned by the service.
- See Also:
-
executeAction
default ExecuteActionResponse executeAction(Consumer<ExecuteActionRequest.Builder> executeActionRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Executes an action on a target resource.
This is a convenience which creates an instance of the
ExecuteActionRequest.Builderavoiding the need to create one manually viaExecuteActionRequest.builder()- Parameters:
executeActionRequest- AConsumerthat will call methods onExecuteActionRequest.Builderto create a request.- Returns:
- Result of the ExecuteAction operation returned by the service.
- See Also:
-
executeQuery
default ExecuteQueryResponse executeQuery(ExecuteQueryRequest executeQueryRequest) throws InvalidRequestException, ThrottlingException, AccessDeniedException, ValidationException, QueryTimeoutException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException Run SQL queries to retrieve metadata and time-series data from asset models, assets, measurements, metrics, transforms, and aggregates.
- Parameters:
executeQueryRequest-- Returns:
- Result of the ExecuteQuery operation returned by the service.
- See Also:
-
executeQuery
default ExecuteQueryResponse executeQuery(Consumer<ExecuteQueryRequest.Builder> executeQueryRequest) throws InvalidRequestException, ThrottlingException, AccessDeniedException, ValidationException, QueryTimeoutException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException Run SQL queries to retrieve metadata and time-series data from asset models, assets, measurements, metrics, transforms, and aggregates.
This is a convenience which creates an instance of the
ExecuteQueryRequest.Builderavoiding the need to create one manually viaExecuteQueryRequest.builder()- Parameters:
executeQueryRequest- AConsumerthat will call methods onExecuteQueryRequest.Builderto create a request.- Returns:
- Result of the ExecuteQuery operation returned by the service.
- See Also:
-
executeQueryPaginator
default ExecuteQueryIterable executeQueryPaginator(ExecuteQueryRequest executeQueryRequest) throws InvalidRequestException, ThrottlingException, AccessDeniedException, ValidationException, QueryTimeoutException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
executeQuery(software.amazon.awssdk.services.iotsitewise.model.ExecuteQueryRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ExecuteQueryIterable responses = client.executeQueryPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ExecuteQueryIterable responses = client.executeQueryPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ExecuteQueryResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ExecuteQueryIterable responses = client.executeQueryPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
executeQuery(software.amazon.awssdk.services.iotsitewise.model.ExecuteQueryRequest)operation.- Parameters:
executeQueryRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
executeQueryPaginator
default ExecuteQueryIterable executeQueryPaginator(Consumer<ExecuteQueryRequest.Builder> executeQueryRequest) throws InvalidRequestException, ThrottlingException, AccessDeniedException, ValidationException, QueryTimeoutException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
executeQuery(software.amazon.awssdk.services.iotsitewise.model.ExecuteQueryRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ExecuteQueryIterable responses = client.executeQueryPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ExecuteQueryIterable responses = client.executeQueryPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ExecuteQueryResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ExecuteQueryIterable responses = client.executeQueryPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
executeQuery(software.amazon.awssdk.services.iotsitewise.model.ExecuteQueryRequest)operation.
This is a convenience which creates an instance of the
ExecuteQueryRequest.Builderavoiding the need to create one manually viaExecuteQueryRequest.builder()- Parameters:
executeQueryRequest- AConsumerthat will call methods onExecuteQueryRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
getAssetPropertyAggregates
default GetAssetPropertyAggregatesResponse getAssetPropertyAggregates(GetAssetPropertyAggregatesRequest getAssetPropertyAggregatesRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException Gets aggregated values for an asset property. For more information, see Querying aggregates in the IoT SiteWise User Guide.
To identify an asset property, you must specify one of the following:
-
The
assetIdandpropertyIdof 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.
- Parameters:
getAssetPropertyAggregatesRequest-- Returns:
- Result of the GetAssetPropertyAggregates operation returned by the service.
- See Also:
-
-
getAssetPropertyAggregates
default GetAssetPropertyAggregatesResponse getAssetPropertyAggregates(Consumer<GetAssetPropertyAggregatesRequest.Builder> getAssetPropertyAggregatesRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException Gets aggregated values for an asset property. For more information, see Querying aggregates in the IoT SiteWise User Guide.
To identify an asset property, you must specify one of the following:
-
The
assetIdandpropertyIdof 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.
This is a convenience which creates an instance of the
GetAssetPropertyAggregatesRequest.Builderavoiding the need to create one manually viaGetAssetPropertyAggregatesRequest.builder()- Parameters:
getAssetPropertyAggregatesRequest- AConsumerthat will call methods onGetAssetPropertyAggregatesRequest.Builderto create a request.- Returns:
- Result of the GetAssetPropertyAggregates operation returned by the service.
- See Also:
-
-
getAssetPropertyAggregatesPaginator
default GetAssetPropertyAggregatesIterable getAssetPropertyAggregatesPaginator(GetAssetPropertyAggregatesRequest getAssetPropertyAggregatesRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
getAssetPropertyAggregates(software.amazon.awssdk.services.iotsitewise.model.GetAssetPropertyAggregatesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.GetAssetPropertyAggregatesIterable responses = client.getAssetPropertyAggregatesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.GetAssetPropertyAggregatesIterable responses = client .getAssetPropertyAggregatesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.GetAssetPropertyAggregatesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.GetAssetPropertyAggregatesIterable responses = client.getAssetPropertyAggregatesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getAssetPropertyAggregates(software.amazon.awssdk.services.iotsitewise.model.GetAssetPropertyAggregatesRequest)operation.- Parameters:
getAssetPropertyAggregatesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
getAssetPropertyAggregatesPaginator
default GetAssetPropertyAggregatesIterable getAssetPropertyAggregatesPaginator(Consumer<GetAssetPropertyAggregatesRequest.Builder> getAssetPropertyAggregatesRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
getAssetPropertyAggregates(software.amazon.awssdk.services.iotsitewise.model.GetAssetPropertyAggregatesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.GetAssetPropertyAggregatesIterable responses = client.getAssetPropertyAggregatesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.GetAssetPropertyAggregatesIterable responses = client .getAssetPropertyAggregatesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.GetAssetPropertyAggregatesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.GetAssetPropertyAggregatesIterable responses = client.getAssetPropertyAggregatesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getAssetPropertyAggregates(software.amazon.awssdk.services.iotsitewise.model.GetAssetPropertyAggregatesRequest)operation.
This is a convenience which creates an instance of the
GetAssetPropertyAggregatesRequest.Builderavoiding the need to create one manually viaGetAssetPropertyAggregatesRequest.builder()- Parameters:
getAssetPropertyAggregatesRequest- AConsumerthat will call methods onGetAssetPropertyAggregatesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
getAssetPropertyValue
default GetAssetPropertyValueResponse getAssetPropertyValue(GetAssetPropertyValueRequest getAssetPropertyValueRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException Gets an asset property's current value. For more information, see Querying current values in the IoT SiteWise User Guide.
To identify an asset property, you must specify one of the following:
-
The
assetIdandpropertyIdof 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.
- Parameters:
getAssetPropertyValueRequest-- Returns:
- Result of the GetAssetPropertyValue operation returned by the service.
- See Also:
-
-
getAssetPropertyValue
default GetAssetPropertyValueResponse getAssetPropertyValue(Consumer<GetAssetPropertyValueRequest.Builder> getAssetPropertyValueRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException Gets an asset property's current value. For more information, see Querying current values in the IoT SiteWise User Guide.
To identify an asset property, you must specify one of the following:
-
The
assetIdandpropertyIdof 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.
This is a convenience which creates an instance of the
GetAssetPropertyValueRequest.Builderavoiding the need to create one manually viaGetAssetPropertyValueRequest.builder()- Parameters:
getAssetPropertyValueRequest- AConsumerthat will call methods onGetAssetPropertyValueRequest.Builderto create a request.- Returns:
- Result of the GetAssetPropertyValue operation returned by the service.
- See Also:
-
-
getAssetPropertyValueHistory
default GetAssetPropertyValueHistoryResponse getAssetPropertyValueHistory(GetAssetPropertyValueHistoryRequest getAssetPropertyValueHistoryRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException Gets the history of an asset property's values. For more information, see Querying historical values in the IoT SiteWise User Guide.
To identify an asset property, you must specify one of the following:
-
The
assetIdandpropertyIdof 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.
- Parameters:
getAssetPropertyValueHistoryRequest-- Returns:
- Result of the GetAssetPropertyValueHistory operation returned by the service.
- See Also:
-
-
getAssetPropertyValueHistory
default GetAssetPropertyValueHistoryResponse getAssetPropertyValueHistory(Consumer<GetAssetPropertyValueHistoryRequest.Builder> getAssetPropertyValueHistoryRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException Gets the history of an asset property's values. For more information, see Querying historical values in the IoT SiteWise User Guide.
To identify an asset property, you must specify one of the following:
-
The
assetIdandpropertyIdof 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.
This is a convenience which creates an instance of the
GetAssetPropertyValueHistoryRequest.Builderavoiding the need to create one manually viaGetAssetPropertyValueHistoryRequest.builder()- Parameters:
getAssetPropertyValueHistoryRequest- AConsumerthat will call methods onGetAssetPropertyValueHistoryRequest.Builderto create a request.- Returns:
- Result of the GetAssetPropertyValueHistory operation returned by the service.
- See Also:
-
-
getAssetPropertyValueHistoryPaginator
default GetAssetPropertyValueHistoryIterable getAssetPropertyValueHistoryPaginator(GetAssetPropertyValueHistoryRequest getAssetPropertyValueHistoryRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
getAssetPropertyValueHistory(software.amazon.awssdk.services.iotsitewise.model.GetAssetPropertyValueHistoryRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.GetAssetPropertyValueHistoryIterable responses = client.getAssetPropertyValueHistoryPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.GetAssetPropertyValueHistoryIterable responses = client .getAssetPropertyValueHistoryPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.GetAssetPropertyValueHistoryResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.GetAssetPropertyValueHistoryIterable responses = client.getAssetPropertyValueHistoryPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getAssetPropertyValueHistory(software.amazon.awssdk.services.iotsitewise.model.GetAssetPropertyValueHistoryRequest)operation.- Parameters:
getAssetPropertyValueHistoryRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
getAssetPropertyValueHistoryPaginator
default GetAssetPropertyValueHistoryIterable getAssetPropertyValueHistoryPaginator(Consumer<GetAssetPropertyValueHistoryRequest.Builder> getAssetPropertyValueHistoryRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
getAssetPropertyValueHistory(software.amazon.awssdk.services.iotsitewise.model.GetAssetPropertyValueHistoryRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.GetAssetPropertyValueHistoryIterable responses = client.getAssetPropertyValueHistoryPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.GetAssetPropertyValueHistoryIterable responses = client .getAssetPropertyValueHistoryPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.GetAssetPropertyValueHistoryResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.GetAssetPropertyValueHistoryIterable responses = client.getAssetPropertyValueHistoryPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getAssetPropertyValueHistory(software.amazon.awssdk.services.iotsitewise.model.GetAssetPropertyValueHistoryRequest)operation.
This is a convenience which creates an instance of the
GetAssetPropertyValueHistoryRequest.Builderavoiding the need to create one manually viaGetAssetPropertyValueHistoryRequest.builder()- Parameters:
getAssetPropertyValueHistoryRequest- AConsumerthat will call methods onGetAssetPropertyValueHistoryRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
getCaptureData
default GetCaptureDataResponse getCaptureData(GetCaptureDataRequest getCaptureDataRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves video data for a specific time range.
- Parameters:
getCaptureDataRequest- Request to retrieve video data for a specific time range. Exactly one of timeSeriesId or propertyAlias must be provided.- Returns:
- Result of the GetCaptureData operation returned by the service.
- See Also:
-
getCaptureData
default GetCaptureDataResponse getCaptureData(Consumer<GetCaptureDataRequest.Builder> getCaptureDataRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves video data for a specific time range.
This is a convenience which creates an instance of the
GetCaptureDataRequest.Builderavoiding the need to create one manually viaGetCaptureDataRequest.builder()- Parameters:
getCaptureDataRequest- AConsumerthat will call methods onGetCaptureDataRequest.Builderto create a request. Request to retrieve video data for a specific time range. Exactly one of timeSeriesId or propertyAlias must be provided.- Returns:
- Result of the GetCaptureData operation returned by the service.
- See Also:
-
getInterpolatedAssetPropertyValues
default GetInterpolatedAssetPropertyValuesResponse getInterpolatedAssetPropertyValues(GetInterpolatedAssetPropertyValuesRequest getInterpolatedAssetPropertyValuesRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException Get interpolated values for an asset property for a specified time interval, during a period of time. If your time series is missing data points during the specified time interval, you can use interpolation to estimate the missing data.
For example, you can use this operation to return the interpolated temperature values for a wind turbine every 24 hours over a duration of 7 days.
To identify an asset property, you must specify one of the following:
-
The
assetIdandpropertyIdof 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.
- Parameters:
getInterpolatedAssetPropertyValuesRequest-- Returns:
- Result of the GetInterpolatedAssetPropertyValues operation returned by the service.
- See Also:
-
-
getInterpolatedAssetPropertyValues
default GetInterpolatedAssetPropertyValuesResponse getInterpolatedAssetPropertyValues(Consumer<GetInterpolatedAssetPropertyValuesRequest.Builder> getInterpolatedAssetPropertyValuesRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException Get interpolated values for an asset property for a specified time interval, during a period of time. If your time series is missing data points during the specified time interval, you can use interpolation to estimate the missing data.
For example, you can use this operation to return the interpolated temperature values for a wind turbine every 24 hours over a duration of 7 days.
To identify an asset property, you must specify one of the following:
-
The
assetIdandpropertyIdof 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.
This is a convenience which creates an instance of the
GetInterpolatedAssetPropertyValuesRequest.Builderavoiding the need to create one manually viaGetInterpolatedAssetPropertyValuesRequest.builder()- Parameters:
getInterpolatedAssetPropertyValuesRequest- AConsumerthat will call methods onGetInterpolatedAssetPropertyValuesRequest.Builderto create a request.- Returns:
- Result of the GetInterpolatedAssetPropertyValues operation returned by the service.
- See Also:
-
-
getInterpolatedAssetPropertyValuesPaginator
default GetInterpolatedAssetPropertyValuesIterable getInterpolatedAssetPropertyValuesPaginator(GetInterpolatedAssetPropertyValuesRequest getInterpolatedAssetPropertyValuesRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
getInterpolatedAssetPropertyValues(software.amazon.awssdk.services.iotsitewise.model.GetInterpolatedAssetPropertyValuesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.GetInterpolatedAssetPropertyValuesIterable responses = client.getInterpolatedAssetPropertyValuesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.GetInterpolatedAssetPropertyValuesIterable responses = client .getInterpolatedAssetPropertyValuesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.GetInterpolatedAssetPropertyValuesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.GetInterpolatedAssetPropertyValuesIterable responses = client.getInterpolatedAssetPropertyValuesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getInterpolatedAssetPropertyValues(software.amazon.awssdk.services.iotsitewise.model.GetInterpolatedAssetPropertyValuesRequest)operation.- Parameters:
getInterpolatedAssetPropertyValuesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
getInterpolatedAssetPropertyValuesPaginator
default GetInterpolatedAssetPropertyValuesIterable getInterpolatedAssetPropertyValuesPaginator(Consumer<GetInterpolatedAssetPropertyValuesRequest.Builder> getInterpolatedAssetPropertyValuesRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ServiceUnavailableException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
getInterpolatedAssetPropertyValues(software.amazon.awssdk.services.iotsitewise.model.GetInterpolatedAssetPropertyValuesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.GetInterpolatedAssetPropertyValuesIterable responses = client.getInterpolatedAssetPropertyValuesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.GetInterpolatedAssetPropertyValuesIterable responses = client .getInterpolatedAssetPropertyValuesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.GetInterpolatedAssetPropertyValuesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.GetInterpolatedAssetPropertyValuesIterable responses = client.getInterpolatedAssetPropertyValuesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getInterpolatedAssetPropertyValues(software.amazon.awssdk.services.iotsitewise.model.GetInterpolatedAssetPropertyValuesRequest)operation.
This is a convenience which creates an instance of the
GetInterpolatedAssetPropertyValuesRequest.Builderavoiding the need to create one manually viaGetInterpolatedAssetPropertyValuesRequest.builder()- Parameters:
getInterpolatedAssetPropertyValuesRequest- AConsumerthat will call methods onGetInterpolatedAssetPropertyValuesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
getQueryResults
default GetQueryResultsResponse getQueryResults(GetQueryResultsRequest getQueryResultsRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves the paginated results of a query. Returns empty rows if the query is not yet complete.
- Parameters:
getQueryResultsRequest-- Returns:
- Result of the GetQueryResults operation returned by the service.
- See Also:
-
getQueryResults
default GetQueryResultsResponse getQueryResults(Consumer<GetQueryResultsRequest.Builder> getQueryResultsRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves the paginated results of a query. Returns empty rows if the query is not yet complete.
This is a convenience which creates an instance of the
GetQueryResultsRequest.Builderavoiding the need to create one manually viaGetQueryResultsRequest.builder()- Parameters:
getQueryResultsRequest- AConsumerthat will call methods onGetQueryResultsRequest.Builderto create a request.- Returns:
- Result of the GetQueryResults operation returned by the service.
- See Also:
-
getQueryResultsPaginator
default GetQueryResultsIterable getQueryResultsPaginator(GetQueryResultsRequest getQueryResultsRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
getQueryResults(software.amazon.awssdk.services.iotsitewise.model.GetQueryResultsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.GetQueryResultsIterable responses = client.getQueryResultsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.GetQueryResultsIterable responses = client .getQueryResultsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.GetQueryResultsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.GetQueryResultsIterable responses = client.getQueryResultsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getQueryResults(software.amazon.awssdk.services.iotsitewise.model.GetQueryResultsRequest)operation.- Parameters:
getQueryResultsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
getQueryResultsPaginator
default GetQueryResultsIterable getQueryResultsPaginator(Consumer<GetQueryResultsRequest.Builder> getQueryResultsRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
getQueryResults(software.amazon.awssdk.services.iotsitewise.model.GetQueryResultsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.GetQueryResultsIterable responses = client.getQueryResultsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.GetQueryResultsIterable responses = client .getQueryResultsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.GetQueryResultsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.GetQueryResultsIterable responses = client.getQueryResultsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getQueryResults(software.amazon.awssdk.services.iotsitewise.model.GetQueryResultsRequest)operation.
This is a convenience which creates an instance of the
GetQueryResultsRequest.Builderavoiding the need to create one manually viaGetQueryResultsRequest.builder()- Parameters:
getQueryResultsRequest- AConsumerthat will call methods onGetQueryResultsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
getSearchResults
default GetSearchResultsResponse getSearchResults(GetSearchResultsRequest getSearchResultsRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves the ranked results of a search, ordered by descending relevance score. Results are available only after the search has reached the
SUCCEEDEDstatus. Calling this on a search that exists but has not yet completed returnsInvalidRequestException, while calling it on a search that does not exist returnsResourceNotFoundException. The response is paginated: whennextTokenis present, pass it on a subsequent call to retrieve the next page.- Parameters:
getSearchResultsRequest- Input for the GetSearchResults operation.- Returns:
- Result of the GetSearchResults operation returned by the service.
- See Also:
-
getSearchResults
default GetSearchResultsResponse getSearchResults(Consumer<GetSearchResultsRequest.Builder> getSearchResultsRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves the ranked results of a search, ordered by descending relevance score. Results are available only after the search has reached the
SUCCEEDEDstatus. Calling this on a search that exists but has not yet completed returnsInvalidRequestException, while calling it on a search that does not exist returnsResourceNotFoundException. The response is paginated: whennextTokenis present, pass it on a subsequent call to retrieve the next page.
This is a convenience which creates an instance of the
GetSearchResultsRequest.Builderavoiding the need to create one manually viaGetSearchResultsRequest.builder()- Parameters:
getSearchResultsRequest- AConsumerthat will call methods onGetSearchResultsRequest.Builderto create a request. Input for the GetSearchResults operation.- Returns:
- Result of the GetSearchResults operation returned by the service.
- See Also:
-
getSearchResultsPaginator
default GetSearchResultsIterable getSearchResultsPaginator(GetSearchResultsRequest getSearchResultsRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
getSearchResults(software.amazon.awssdk.services.iotsitewise.model.GetSearchResultsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.GetSearchResultsIterable responses = client.getSearchResultsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.GetSearchResultsIterable responses = client .getSearchResultsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.GetSearchResultsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.GetSearchResultsIterable responses = client.getSearchResultsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getSearchResults(software.amazon.awssdk.services.iotsitewise.model.GetSearchResultsRequest)operation.- Parameters:
getSearchResultsRequest- Input for the GetSearchResults operation.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
getSearchResultsPaginator
default GetSearchResultsIterable getSearchResultsPaginator(Consumer<GetSearchResultsRequest.Builder> getSearchResultsRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
getSearchResults(software.amazon.awssdk.services.iotsitewise.model.GetSearchResultsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.GetSearchResultsIterable responses = client.getSearchResultsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.GetSearchResultsIterable responses = client .getSearchResultsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.GetSearchResultsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.GetSearchResultsIterable responses = client.getSearchResultsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getSearchResults(software.amazon.awssdk.services.iotsitewise.model.GetSearchResultsRequest)operation.
This is a convenience which creates an instance of the
GetSearchResultsRequest.Builderavoiding the need to create one manually viaGetSearchResultsRequest.builder()- Parameters:
getSearchResultsRequest- AConsumerthat will call methods onGetSearchResultsRequest.Builderto create a request. Input for the GetSearchResults operation.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAccessPolicies
default ListAccessPoliciesResponse listAccessPolicies(ListAccessPoliciesRequest listAccessPoliciesRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException 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).
- Parameters:
listAccessPoliciesRequest-- Returns:
- Result of the ListAccessPolicies operation returned by the service.
- See Also:
-
listAccessPolicies
default ListAccessPoliciesResponse listAccessPolicies(Consumer<ListAccessPoliciesRequest.Builder> listAccessPoliciesRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException 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).
This is a convenience which creates an instance of the
ListAccessPoliciesRequest.Builderavoiding the need to create one manually viaListAccessPoliciesRequest.builder()- Parameters:
listAccessPoliciesRequest- AConsumerthat will call methods onListAccessPoliciesRequest.Builderto create a request.- Returns:
- Result of the ListAccessPolicies operation returned by the service.
- See Also:
-
listAccessPoliciesPaginator
default ListAccessPoliciesIterable listAccessPoliciesPaginator(ListAccessPoliciesRequest listAccessPoliciesRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listAccessPolicies(software.amazon.awssdk.services.iotsitewise.model.ListAccessPoliciesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListAccessPoliciesIterable responses = client.listAccessPoliciesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListAccessPoliciesIterable responses = client .listAccessPoliciesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListAccessPoliciesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListAccessPoliciesIterable responses = client.listAccessPoliciesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAccessPolicies(software.amazon.awssdk.services.iotsitewise.model.ListAccessPoliciesRequest)operation.- Parameters:
listAccessPoliciesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAccessPoliciesPaginator
default ListAccessPoliciesIterable listAccessPoliciesPaginator(Consumer<ListAccessPoliciesRequest.Builder> listAccessPoliciesRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listAccessPolicies(software.amazon.awssdk.services.iotsitewise.model.ListAccessPoliciesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListAccessPoliciesIterable responses = client.listAccessPoliciesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListAccessPoliciesIterable responses = client .listAccessPoliciesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListAccessPoliciesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListAccessPoliciesIterable responses = client.listAccessPoliciesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAccessPolicies(software.amazon.awssdk.services.iotsitewise.model.ListAccessPoliciesRequest)operation.
This is a convenience which creates an instance of the
ListAccessPoliciesRequest.Builderavoiding the need to create one manually viaListAccessPoliciesRequest.builder()- Parameters:
listAccessPoliciesRequest- AConsumerthat will call methods onListAccessPoliciesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listActions
default ListActionsResponse listActions(ListActionsRequest listActionsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of actions for a specific target resource.
- Parameters:
listActionsRequest-- Returns:
- Result of the ListActions operation returned by the service.
- See Also:
-
listActions
default ListActionsResponse listActions(Consumer<ListActionsRequest.Builder> listActionsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of actions for a specific target resource.
This is a convenience which creates an instance of the
ListActionsRequest.Builderavoiding the need to create one manually viaListActionsRequest.builder()- Parameters:
listActionsRequest- AConsumerthat will call methods onListActionsRequest.Builderto create a request.- Returns:
- Result of the ListActions operation returned by the service.
- See Also:
-
listActionsPaginator
default ListActionsIterable listActionsPaginator(ListActionsRequest listActionsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listActions(software.amazon.awssdk.services.iotsitewise.model.ListActionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListActionsIterable responses = client.listActionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListActionsIterable responses = client.listActionsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListActionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListActionsIterable responses = client.listActionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listActions(software.amazon.awssdk.services.iotsitewise.model.ListActionsRequest)operation.- Parameters:
listActionsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listActionsPaginator
default ListActionsIterable listActionsPaginator(Consumer<ListActionsRequest.Builder> listActionsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listActions(software.amazon.awssdk.services.iotsitewise.model.ListActionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListActionsIterable responses = client.listActionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListActionsIterable responses = client.listActionsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListActionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListActionsIterable responses = client.listActionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listActions(software.amazon.awssdk.services.iotsitewise.model.ListActionsRequest)operation.
This is a convenience which creates an instance of the
ListActionsRequest.Builderavoiding the need to create one manually viaListActionsRequest.builder()- Parameters:
listActionsRequest- AConsumerthat will call methods onListActionsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listApplications
default ListApplicationsResponse listApplications(ListApplicationsRequest listApplicationsRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of existing applications
- Parameters:
listApplicationsRequest-- Returns:
- Result of the ListApplications operation returned by the service.
- See Also:
-
listApplications
default ListApplicationsResponse listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of existing applications
This is a convenience which creates an instance of the
ListApplicationsRequest.Builderavoiding the need to create one manually viaListApplicationsRequest.builder()- Parameters:
listApplicationsRequest- AConsumerthat will call methods onListApplicationsRequest.Builderto create a request.- Returns:
- Result of the ListApplications operation returned by the service.
- See Also:
-
listApplicationsPaginator
default ListApplicationsIterable listApplicationsPaginator(ListApplicationsRequest listApplicationsRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listApplications(software.amazon.awssdk.services.iotsitewise.model.ListApplicationsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListApplicationsIterable responses = client.listApplicationsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListApplicationsIterable responses = client .listApplicationsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListApplicationsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListApplicationsIterable responses = client.listApplicationsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listApplications(software.amazon.awssdk.services.iotsitewise.model.ListApplicationsRequest)operation.- Parameters:
listApplicationsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listApplicationsPaginator
default ListApplicationsIterable listApplicationsPaginator(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listApplications(software.amazon.awssdk.services.iotsitewise.model.ListApplicationsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListApplicationsIterable responses = client.listApplicationsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListApplicationsIterable responses = client .listApplicationsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListApplicationsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListApplicationsIterable responses = client.listApplicationsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listApplications(software.amazon.awssdk.services.iotsitewise.model.ListApplicationsRequest)operation.
This is a convenience which creates an instance of the
ListApplicationsRequest.Builderavoiding the need to create one manually viaListApplicationsRequest.builder()- Parameters:
listApplicationsRequest- AConsumerthat will call methods onListApplicationsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAssetModelCompositeModels
default ListAssetModelCompositeModelsResponse listAssetModelCompositeModels(ListAssetModelCompositeModelsRequest listAssetModelCompositeModelsRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of composite models associated with the asset model
- Parameters:
listAssetModelCompositeModelsRequest-- Returns:
- Result of the ListAssetModelCompositeModels operation returned by the service.
- See Also:
-
listAssetModelCompositeModels
default ListAssetModelCompositeModelsResponse listAssetModelCompositeModels(Consumer<ListAssetModelCompositeModelsRequest.Builder> listAssetModelCompositeModelsRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of composite models associated with the asset model
This is a convenience which creates an instance of the
ListAssetModelCompositeModelsRequest.Builderavoiding the need to create one manually viaListAssetModelCompositeModelsRequest.builder()- Parameters:
listAssetModelCompositeModelsRequest- AConsumerthat will call methods onListAssetModelCompositeModelsRequest.Builderto create a request.- Returns:
- Result of the ListAssetModelCompositeModels operation returned by the service.
- See Also:
-
listAssetModelCompositeModelsPaginator
default ListAssetModelCompositeModelsIterable listAssetModelCompositeModelsPaginator(ListAssetModelCompositeModelsRequest listAssetModelCompositeModelsRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listAssetModelCompositeModels(software.amazon.awssdk.services.iotsitewise.model.ListAssetModelCompositeModelsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssetModelCompositeModelsIterable responses = client.listAssetModelCompositeModelsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListAssetModelCompositeModelsIterable responses = client .listAssetModelCompositeModelsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListAssetModelCompositeModelsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssetModelCompositeModelsIterable responses = client.listAssetModelCompositeModelsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssetModelCompositeModels(software.amazon.awssdk.services.iotsitewise.model.ListAssetModelCompositeModelsRequest)operation.- Parameters:
listAssetModelCompositeModelsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAssetModelCompositeModelsPaginator
default ListAssetModelCompositeModelsIterable listAssetModelCompositeModelsPaginator(Consumer<ListAssetModelCompositeModelsRequest.Builder> listAssetModelCompositeModelsRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listAssetModelCompositeModels(software.amazon.awssdk.services.iotsitewise.model.ListAssetModelCompositeModelsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssetModelCompositeModelsIterable responses = client.listAssetModelCompositeModelsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListAssetModelCompositeModelsIterable responses = client .listAssetModelCompositeModelsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListAssetModelCompositeModelsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssetModelCompositeModelsIterable responses = client.listAssetModelCompositeModelsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssetModelCompositeModels(software.amazon.awssdk.services.iotsitewise.model.ListAssetModelCompositeModelsRequest)operation.
This is a convenience which creates an instance of the
ListAssetModelCompositeModelsRequest.Builderavoiding the need to create one manually viaListAssetModelCompositeModelsRequest.builder()- Parameters:
listAssetModelCompositeModelsRequest- AConsumerthat will call methods onListAssetModelCompositeModelsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAssetModelProperties
default ListAssetModelPropertiesResponse listAssetModelProperties(ListAssetModelPropertiesRequest listAssetModelPropertiesRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of properties associated with an asset model. If you update properties associated with the model before you finish listing all the properties, you need to start all over again.
- Parameters:
listAssetModelPropertiesRequest-- Returns:
- Result of the ListAssetModelProperties operation returned by the service.
- See Also:
-
listAssetModelProperties
default ListAssetModelPropertiesResponse listAssetModelProperties(Consumer<ListAssetModelPropertiesRequest.Builder> listAssetModelPropertiesRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of properties associated with an asset model. If you update properties associated with the model before you finish listing all the properties, you need to start all over again.
This is a convenience which creates an instance of the
ListAssetModelPropertiesRequest.Builderavoiding the need to create one manually viaListAssetModelPropertiesRequest.builder()- Parameters:
listAssetModelPropertiesRequest- AConsumerthat will call methods onListAssetModelPropertiesRequest.Builderto create a request.- Returns:
- Result of the ListAssetModelProperties operation returned by the service.
- See Also:
-
listAssetModelPropertiesPaginator
default ListAssetModelPropertiesIterable listAssetModelPropertiesPaginator(ListAssetModelPropertiesRequest listAssetModelPropertiesRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listAssetModelProperties(software.amazon.awssdk.services.iotsitewise.model.ListAssetModelPropertiesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssetModelPropertiesIterable responses = client.listAssetModelPropertiesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListAssetModelPropertiesIterable responses = client .listAssetModelPropertiesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListAssetModelPropertiesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssetModelPropertiesIterable responses = client.listAssetModelPropertiesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssetModelProperties(software.amazon.awssdk.services.iotsitewise.model.ListAssetModelPropertiesRequest)operation.- Parameters:
listAssetModelPropertiesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAssetModelPropertiesPaginator
default ListAssetModelPropertiesIterable listAssetModelPropertiesPaginator(Consumer<ListAssetModelPropertiesRequest.Builder> listAssetModelPropertiesRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listAssetModelProperties(software.amazon.awssdk.services.iotsitewise.model.ListAssetModelPropertiesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssetModelPropertiesIterable responses = client.listAssetModelPropertiesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListAssetModelPropertiesIterable responses = client .listAssetModelPropertiesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListAssetModelPropertiesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssetModelPropertiesIterable responses = client.listAssetModelPropertiesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssetModelProperties(software.amazon.awssdk.services.iotsitewise.model.ListAssetModelPropertiesRequest)operation.
This is a convenience which creates an instance of the
ListAssetModelPropertiesRequest.Builderavoiding the need to create one manually viaListAssetModelPropertiesRequest.builder()- Parameters:
listAssetModelPropertiesRequest- AConsumerthat will call methods onListAssetModelPropertiesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAssetModels
default ListAssetModelsResponse listAssetModels(ListAssetModelsRequest listAssetModelsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of summaries of all asset models.
- Parameters:
listAssetModelsRequest-- Returns:
- Result of the ListAssetModels operation returned by the service.
- See Also:
-
listAssetModels
default ListAssetModelsResponse listAssetModels(Consumer<ListAssetModelsRequest.Builder> listAssetModelsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of summaries of all asset models.
This is a convenience which creates an instance of the
ListAssetModelsRequest.Builderavoiding the need to create one manually viaListAssetModelsRequest.builder()- Parameters:
listAssetModelsRequest- AConsumerthat will call methods onListAssetModelsRequest.Builderto create a request.- Returns:
- Result of the ListAssetModels operation returned by the service.
- See Also:
-
listAssetModelsPaginator
default ListAssetModelsIterable listAssetModelsPaginator(ListAssetModelsRequest listAssetModelsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listAssetModels(software.amazon.awssdk.services.iotsitewise.model.ListAssetModelsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssetModelsIterable responses = client.listAssetModelsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListAssetModelsIterable responses = client .listAssetModelsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListAssetModelsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssetModelsIterable responses = client.listAssetModelsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssetModels(software.amazon.awssdk.services.iotsitewise.model.ListAssetModelsRequest)operation.- Parameters:
listAssetModelsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAssetModelsPaginator
default ListAssetModelsIterable listAssetModelsPaginator(Consumer<ListAssetModelsRequest.Builder> listAssetModelsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listAssetModels(software.amazon.awssdk.services.iotsitewise.model.ListAssetModelsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssetModelsIterable responses = client.listAssetModelsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListAssetModelsIterable responses = client .listAssetModelsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListAssetModelsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssetModelsIterable responses = client.listAssetModelsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssetModels(software.amazon.awssdk.services.iotsitewise.model.ListAssetModelsRequest)operation.
This is a convenience which creates an instance of the
ListAssetModelsRequest.Builderavoiding the need to create one manually viaListAssetModelsRequest.builder()- Parameters:
listAssetModelsRequest- AConsumerthat will call methods onListAssetModelsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAssetProperties
default ListAssetPropertiesResponse listAssetProperties(ListAssetPropertiesRequest listAssetPropertiesRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of properties associated with an asset. If you update properties associated with the model before you finish listing all the properties, you need to start all over again.
- Parameters:
listAssetPropertiesRequest-- Returns:
- Result of the ListAssetProperties operation returned by the service.
- See Also:
-
listAssetProperties
default ListAssetPropertiesResponse listAssetProperties(Consumer<ListAssetPropertiesRequest.Builder> listAssetPropertiesRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of properties associated with an asset. If you update properties associated with the model before you finish listing all the properties, you need to start all over again.
This is a convenience which creates an instance of the
ListAssetPropertiesRequest.Builderavoiding the need to create one manually viaListAssetPropertiesRequest.builder()- Parameters:
listAssetPropertiesRequest- AConsumerthat will call methods onListAssetPropertiesRequest.Builderto create a request.- Returns:
- Result of the ListAssetProperties operation returned by the service.
- See Also:
-
listAssetPropertiesPaginator
default ListAssetPropertiesIterable listAssetPropertiesPaginator(ListAssetPropertiesRequest listAssetPropertiesRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listAssetProperties(software.amazon.awssdk.services.iotsitewise.model.ListAssetPropertiesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssetPropertiesIterable responses = client.listAssetPropertiesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListAssetPropertiesIterable responses = client .listAssetPropertiesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListAssetPropertiesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssetPropertiesIterable responses = client.listAssetPropertiesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssetProperties(software.amazon.awssdk.services.iotsitewise.model.ListAssetPropertiesRequest)operation.- Parameters:
listAssetPropertiesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAssetPropertiesPaginator
default ListAssetPropertiesIterable listAssetPropertiesPaginator(Consumer<ListAssetPropertiesRequest.Builder> listAssetPropertiesRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listAssetProperties(software.amazon.awssdk.services.iotsitewise.model.ListAssetPropertiesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssetPropertiesIterable responses = client.listAssetPropertiesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListAssetPropertiesIterable responses = client .listAssetPropertiesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListAssetPropertiesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssetPropertiesIterable responses = client.listAssetPropertiesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssetProperties(software.amazon.awssdk.services.iotsitewise.model.ListAssetPropertiesRequest)operation.
This is a convenience which creates an instance of the
ListAssetPropertiesRequest.Builderavoiding the need to create one manually viaListAssetPropertiesRequest.builder()- Parameters:
listAssetPropertiesRequest- AConsumerthat will call methods onListAssetPropertiesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAssetRelationships
default ListAssetRelationshipsResponse listAssetRelationships(ListAssetRelationshipsRequest listAssetRelationshipsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of asset relationships for an asset. You can use this operation to identify an asset's root asset and all associated assets between that asset and its root.
- Parameters:
listAssetRelationshipsRequest-- Returns:
- Result of the ListAssetRelationships operation returned by the service.
- See Also:
-
listAssetRelationships
default ListAssetRelationshipsResponse listAssetRelationships(Consumer<ListAssetRelationshipsRequest.Builder> listAssetRelationshipsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of asset relationships for an asset. You can use this operation to identify an asset's root asset and all associated assets between that asset and its root.
This is a convenience which creates an instance of the
ListAssetRelationshipsRequest.Builderavoiding the need to create one manually viaListAssetRelationshipsRequest.builder()- Parameters:
listAssetRelationshipsRequest- AConsumerthat will call methods onListAssetRelationshipsRequest.Builderto create a request.- Returns:
- Result of the ListAssetRelationships operation returned by the service.
- See Also:
-
listAssetRelationshipsPaginator
default ListAssetRelationshipsIterable listAssetRelationshipsPaginator(ListAssetRelationshipsRequest listAssetRelationshipsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listAssetRelationships(software.amazon.awssdk.services.iotsitewise.model.ListAssetRelationshipsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssetRelationshipsIterable responses = client.listAssetRelationshipsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListAssetRelationshipsIterable responses = client .listAssetRelationshipsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListAssetRelationshipsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssetRelationshipsIterable responses = client.listAssetRelationshipsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssetRelationships(software.amazon.awssdk.services.iotsitewise.model.ListAssetRelationshipsRequest)operation.- Parameters:
listAssetRelationshipsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAssetRelationshipsPaginator
default ListAssetRelationshipsIterable listAssetRelationshipsPaginator(Consumer<ListAssetRelationshipsRequest.Builder> listAssetRelationshipsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listAssetRelationships(software.amazon.awssdk.services.iotsitewise.model.ListAssetRelationshipsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssetRelationshipsIterable responses = client.listAssetRelationshipsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListAssetRelationshipsIterable responses = client .listAssetRelationshipsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListAssetRelationshipsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssetRelationshipsIterable responses = client.listAssetRelationshipsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssetRelationships(software.amazon.awssdk.services.iotsitewise.model.ListAssetRelationshipsRequest)operation.
This is a convenience which creates an instance of the
ListAssetRelationshipsRequest.Builderavoiding the need to create one manually viaListAssetRelationshipsRequest.builder()- Parameters:
listAssetRelationshipsRequest- AConsumerthat will call methods onListAssetRelationshipsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAssets
default ListAssetsResponse listAssets(ListAssetsRequest listAssetsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException 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.
- Parameters:
listAssetsRequest-- Returns:
- Result of the ListAssets operation returned by the service.
- See Also:
-
-
listAssets
default ListAssetsResponse listAssets(Consumer<ListAssetsRequest.Builder> listAssetsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException 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.
This is a convenience which creates an instance of the
ListAssetsRequest.Builderavoiding the need to create one manually viaListAssetsRequest.builder()- Parameters:
listAssetsRequest- AConsumerthat will call methods onListAssetsRequest.Builderto create a request.- Returns:
- Result of the ListAssets operation returned by the service.
- See Also:
-
-
listAssetsPaginator
default ListAssetsIterable listAssetsPaginator(ListAssetsRequest listAssetsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listAssets(software.amazon.awssdk.services.iotsitewise.model.ListAssetsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssetsIterable responses = client.listAssetsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListAssetsIterable responses = client.listAssetsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListAssetsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssetsIterable responses = client.listAssetsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssets(software.amazon.awssdk.services.iotsitewise.model.ListAssetsRequest)operation.- Parameters:
listAssetsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAssetsPaginator
default ListAssetsIterable listAssetsPaginator(Consumer<ListAssetsRequest.Builder> listAssetsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listAssets(software.amazon.awssdk.services.iotsitewise.model.ListAssetsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssetsIterable responses = client.listAssetsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListAssetsIterable responses = client.listAssetsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListAssetsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssetsIterable responses = client.listAssetsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssets(software.amazon.awssdk.services.iotsitewise.model.ListAssetsRequest)operation.
This is a convenience which creates an instance of the
ListAssetsRequest.Builderavoiding the need to create one manually viaListAssetsRequest.builder()- Parameters:
listAssetsRequest- AConsumerthat will call methods onListAssetsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAssociatedAssets
default ListAssociatedAssetsResponse listAssociatedAssets(ListAssociatedAssetsRequest listAssociatedAssetsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of associated assets.
You can use this operation to do the following:
-
CHILD- List all child assets associated to the asset. -
PARENT- List the asset's parent asset.
- Parameters:
listAssociatedAssetsRequest-- Returns:
- Result of the ListAssociatedAssets operation returned by the service.
- See Also:
-
-
listAssociatedAssets
default ListAssociatedAssetsResponse listAssociatedAssets(Consumer<ListAssociatedAssetsRequest.Builder> listAssociatedAssetsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of associated assets.
You can use this operation to do the following:
-
CHILD- List all child assets associated to the asset. -
PARENT- List the asset's parent asset.
This is a convenience which creates an instance of the
ListAssociatedAssetsRequest.Builderavoiding the need to create one manually viaListAssociatedAssetsRequest.builder()- Parameters:
listAssociatedAssetsRequest- AConsumerthat will call methods onListAssociatedAssetsRequest.Builderto create a request.- Returns:
- Result of the ListAssociatedAssets operation returned by the service.
- See Also:
-
-
listAssociatedAssetsPaginator
default ListAssociatedAssetsIterable listAssociatedAssetsPaginator(ListAssociatedAssetsRequest listAssociatedAssetsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listAssociatedAssets(software.amazon.awssdk.services.iotsitewise.model.ListAssociatedAssetsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssociatedAssetsIterable responses = client.listAssociatedAssetsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListAssociatedAssetsIterable responses = client .listAssociatedAssetsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListAssociatedAssetsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssociatedAssetsIterable responses = client.listAssociatedAssetsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssociatedAssets(software.amazon.awssdk.services.iotsitewise.model.ListAssociatedAssetsRequest)operation.- Parameters:
listAssociatedAssetsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAssociatedAssetsPaginator
default ListAssociatedAssetsIterable listAssociatedAssetsPaginator(Consumer<ListAssociatedAssetsRequest.Builder> listAssociatedAssetsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listAssociatedAssets(software.amazon.awssdk.services.iotsitewise.model.ListAssociatedAssetsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssociatedAssetsIterable responses = client.listAssociatedAssetsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListAssociatedAssetsIterable responses = client .listAssociatedAssetsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListAssociatedAssetsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListAssociatedAssetsIterable responses = client.listAssociatedAssetsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssociatedAssets(software.amazon.awssdk.services.iotsitewise.model.ListAssociatedAssetsRequest)operation.
This is a convenience which creates an instance of the
ListAssociatedAssetsRequest.Builderavoiding the need to create one manually viaListAssociatedAssetsRequest.builder()- Parameters:
listAssociatedAssetsRequest- AConsumerthat will call methods onListAssociatedAssetsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listBulkImportJobs
default ListBulkImportJobsResponse listBulkImportJobs(ListBulkImportJobsRequest listBulkImportJobsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of bulk import job requests. For more information, see List bulk import jobs (CLI) in the IoT SiteWise User Guide.
- Parameters:
listBulkImportJobsRequest-- Returns:
- Result of the ListBulkImportJobs operation returned by the service.
- See Also:
-
listBulkImportJobs
default ListBulkImportJobsResponse listBulkImportJobs(Consumer<ListBulkImportJobsRequest.Builder> listBulkImportJobsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of bulk import job requests. For more information, see List bulk import jobs (CLI) in the IoT SiteWise User Guide.
This is a convenience which creates an instance of the
ListBulkImportJobsRequest.Builderavoiding the need to create one manually viaListBulkImportJobsRequest.builder()- Parameters:
listBulkImportJobsRequest- AConsumerthat will call methods onListBulkImportJobsRequest.Builderto create a request.- Returns:
- Result of the ListBulkImportJobs operation returned by the service.
- See Also:
-
listBulkImportJobsPaginator
default ListBulkImportJobsIterable listBulkImportJobsPaginator(ListBulkImportJobsRequest listBulkImportJobsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listBulkImportJobs(software.amazon.awssdk.services.iotsitewise.model.ListBulkImportJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListBulkImportJobsIterable responses = client.listBulkImportJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListBulkImportJobsIterable responses = client .listBulkImportJobsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListBulkImportJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListBulkImportJobsIterable responses = client.listBulkImportJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listBulkImportJobs(software.amazon.awssdk.services.iotsitewise.model.ListBulkImportJobsRequest)operation.- Parameters:
listBulkImportJobsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listBulkImportJobsPaginator
default ListBulkImportJobsIterable listBulkImportJobsPaginator(Consumer<ListBulkImportJobsRequest.Builder> listBulkImportJobsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listBulkImportJobs(software.amazon.awssdk.services.iotsitewise.model.ListBulkImportJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListBulkImportJobsIterable responses = client.listBulkImportJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListBulkImportJobsIterable responses = client .listBulkImportJobsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListBulkImportJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListBulkImportJobsIterable responses = client.listBulkImportJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listBulkImportJobs(software.amazon.awssdk.services.iotsitewise.model.ListBulkImportJobsRequest)operation.
This is a convenience which creates an instance of the
ListBulkImportJobsRequest.Builderavoiding the need to create one manually viaListBulkImportJobsRequest.builder()- Parameters:
listBulkImportJobsRequest- AConsumerthat will call methods onListBulkImportJobsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listCompositionRelationships
default ListCompositionRelationshipsResponse listCompositionRelationships(ListCompositionRelationshipsRequest listCompositionRelationshipsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of composition relationships for an asset model of type
COMPONENT_MODEL.- Parameters:
listCompositionRelationshipsRequest-- Returns:
- Result of the ListCompositionRelationships operation returned by the service.
- See Also:
-
listCompositionRelationships
default ListCompositionRelationshipsResponse listCompositionRelationships(Consumer<ListCompositionRelationshipsRequest.Builder> listCompositionRelationshipsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of composition relationships for an asset model of type
COMPONENT_MODEL.
This is a convenience which creates an instance of the
ListCompositionRelationshipsRequest.Builderavoiding the need to create one manually viaListCompositionRelationshipsRequest.builder()- Parameters:
listCompositionRelationshipsRequest- AConsumerthat will call methods onListCompositionRelationshipsRequest.Builderto create a request.- Returns:
- Result of the ListCompositionRelationships operation returned by the service.
- See Also:
-
listCompositionRelationshipsPaginator
default ListCompositionRelationshipsIterable listCompositionRelationshipsPaginator(ListCompositionRelationshipsRequest listCompositionRelationshipsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listCompositionRelationships(software.amazon.awssdk.services.iotsitewise.model.ListCompositionRelationshipsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListCompositionRelationshipsIterable responses = client.listCompositionRelationshipsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListCompositionRelationshipsIterable responses = client .listCompositionRelationshipsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListCompositionRelationshipsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListCompositionRelationshipsIterable responses = client.listCompositionRelationshipsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listCompositionRelationships(software.amazon.awssdk.services.iotsitewise.model.ListCompositionRelationshipsRequest)operation.- Parameters:
listCompositionRelationshipsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listCompositionRelationshipsPaginator
default ListCompositionRelationshipsIterable listCompositionRelationshipsPaginator(Consumer<ListCompositionRelationshipsRequest.Builder> listCompositionRelationshipsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listCompositionRelationships(software.amazon.awssdk.services.iotsitewise.model.ListCompositionRelationshipsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListCompositionRelationshipsIterable responses = client.listCompositionRelationshipsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListCompositionRelationshipsIterable responses = client .listCompositionRelationshipsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListCompositionRelationshipsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListCompositionRelationshipsIterable responses = client.listCompositionRelationshipsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listCompositionRelationships(software.amazon.awssdk.services.iotsitewise.model.ListCompositionRelationshipsRequest)operation.
This is a convenience which creates an instance of the
ListCompositionRelationshipsRequest.Builderavoiding the need to create one manually viaListCompositionRelationshipsRequest.builder()- Parameters:
listCompositionRelationshipsRequest- AConsumerthat will call methods onListCompositionRelationshipsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listComputationModelDataBindingUsages
default ListComputationModelDataBindingUsagesResponse listComputationModelDataBindingUsages(ListComputationModelDataBindingUsagesRequest listComputationModelDataBindingUsagesRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Lists all data binding usages for computation models. This allows to identify where specific data bindings are being utilized across the computation models. This track dependencies between data sources and computation models.
- Parameters:
listComputationModelDataBindingUsagesRequest-- Returns:
- Result of the ListComputationModelDataBindingUsages operation returned by the service.
- See Also:
-
listComputationModelDataBindingUsages
default ListComputationModelDataBindingUsagesResponse listComputationModelDataBindingUsages(Consumer<ListComputationModelDataBindingUsagesRequest.Builder> listComputationModelDataBindingUsagesRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Lists all data binding usages for computation models. This allows to identify where specific data bindings are being utilized across the computation models. This track dependencies between data sources and computation models.
This is a convenience which creates an instance of the
ListComputationModelDataBindingUsagesRequest.Builderavoiding the need to create one manually viaListComputationModelDataBindingUsagesRequest.builder()- Parameters:
listComputationModelDataBindingUsagesRequest- AConsumerthat will call methods onListComputationModelDataBindingUsagesRequest.Builderto create a request.- Returns:
- Result of the ListComputationModelDataBindingUsages operation returned by the service.
- See Also:
-
listComputationModelDataBindingUsagesPaginator
default ListComputationModelDataBindingUsagesIterable listComputationModelDataBindingUsagesPaginator(ListComputationModelDataBindingUsagesRequest listComputationModelDataBindingUsagesRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listComputationModelDataBindingUsages(software.amazon.awssdk.services.iotsitewise.model.ListComputationModelDataBindingUsagesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListComputationModelDataBindingUsagesIterable responses = client.listComputationModelDataBindingUsagesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListComputationModelDataBindingUsagesIterable responses = client .listComputationModelDataBindingUsagesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListComputationModelDataBindingUsagesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListComputationModelDataBindingUsagesIterable responses = client.listComputationModelDataBindingUsagesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listComputationModelDataBindingUsages(software.amazon.awssdk.services.iotsitewise.model.ListComputationModelDataBindingUsagesRequest)operation.- Parameters:
listComputationModelDataBindingUsagesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listComputationModelDataBindingUsagesPaginator
default ListComputationModelDataBindingUsagesIterable listComputationModelDataBindingUsagesPaginator(Consumer<ListComputationModelDataBindingUsagesRequest.Builder> listComputationModelDataBindingUsagesRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listComputationModelDataBindingUsages(software.amazon.awssdk.services.iotsitewise.model.ListComputationModelDataBindingUsagesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListComputationModelDataBindingUsagesIterable responses = client.listComputationModelDataBindingUsagesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListComputationModelDataBindingUsagesIterable responses = client .listComputationModelDataBindingUsagesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListComputationModelDataBindingUsagesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListComputationModelDataBindingUsagesIterable responses = client.listComputationModelDataBindingUsagesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listComputationModelDataBindingUsages(software.amazon.awssdk.services.iotsitewise.model.ListComputationModelDataBindingUsagesRequest)operation.
This is a convenience which creates an instance of the
ListComputationModelDataBindingUsagesRequest.Builderavoiding the need to create one manually viaListComputationModelDataBindingUsagesRequest.builder()- Parameters:
listComputationModelDataBindingUsagesRequest- AConsumerthat will call methods onListComputationModelDataBindingUsagesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listComputationModelResolveToResources
default ListComputationModelResolveToResourcesResponse listComputationModelResolveToResources(ListComputationModelResolveToResourcesRequest listComputationModelResolveToResourcesRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Lists all distinct resources that are resolved from the executed actions of the computation model.
- Parameters:
listComputationModelResolveToResourcesRequest-- Returns:
- Result of the ListComputationModelResolveToResources operation returned by the service.
- See Also:
-
listComputationModelResolveToResources
default ListComputationModelResolveToResourcesResponse listComputationModelResolveToResources(Consumer<ListComputationModelResolveToResourcesRequest.Builder> listComputationModelResolveToResourcesRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Lists all distinct resources that are resolved from the executed actions of the computation model.
This is a convenience which creates an instance of the
ListComputationModelResolveToResourcesRequest.Builderavoiding the need to create one manually viaListComputationModelResolveToResourcesRequest.builder()- Parameters:
listComputationModelResolveToResourcesRequest- AConsumerthat will call methods onListComputationModelResolveToResourcesRequest.Builderto create a request.- Returns:
- Result of the ListComputationModelResolveToResources operation returned by the service.
- See Also:
-
listComputationModelResolveToResourcesPaginator
default ListComputationModelResolveToResourcesIterable listComputationModelResolveToResourcesPaginator(ListComputationModelResolveToResourcesRequest listComputationModelResolveToResourcesRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listComputationModelResolveToResources(software.amazon.awssdk.services.iotsitewise.model.ListComputationModelResolveToResourcesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListComputationModelResolveToResourcesIterable responses = client.listComputationModelResolveToResourcesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListComputationModelResolveToResourcesIterable responses = client .listComputationModelResolveToResourcesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListComputationModelResolveToResourcesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListComputationModelResolveToResourcesIterable responses = client.listComputationModelResolveToResourcesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listComputationModelResolveToResources(software.amazon.awssdk.services.iotsitewise.model.ListComputationModelResolveToResourcesRequest)operation.- Parameters:
listComputationModelResolveToResourcesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listComputationModelResolveToResourcesPaginator
default ListComputationModelResolveToResourcesIterable listComputationModelResolveToResourcesPaginator(Consumer<ListComputationModelResolveToResourcesRequest.Builder> listComputationModelResolveToResourcesRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listComputationModelResolveToResources(software.amazon.awssdk.services.iotsitewise.model.ListComputationModelResolveToResourcesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListComputationModelResolveToResourcesIterable responses = client.listComputationModelResolveToResourcesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListComputationModelResolveToResourcesIterable responses = client .listComputationModelResolveToResourcesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListComputationModelResolveToResourcesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListComputationModelResolveToResourcesIterable responses = client.listComputationModelResolveToResourcesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listComputationModelResolveToResources(software.amazon.awssdk.services.iotsitewise.model.ListComputationModelResolveToResourcesRequest)operation.
This is a convenience which creates an instance of the
ListComputationModelResolveToResourcesRequest.Builderavoiding the need to create one manually viaListComputationModelResolveToResourcesRequest.builder()- Parameters:
listComputationModelResolveToResourcesRequest- AConsumerthat will call methods onListComputationModelResolveToResourcesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listComputationModels
default ListComputationModelsResponse listComputationModels(ListComputationModelsRequest listComputationModelsRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of summaries of all computation models.
- Parameters:
listComputationModelsRequest-- Returns:
- Result of the ListComputationModels operation returned by the service.
- See Also:
-
listComputationModels
default ListComputationModelsResponse listComputationModels(Consumer<ListComputationModelsRequest.Builder> listComputationModelsRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of summaries of all computation models.
This is a convenience which creates an instance of the
ListComputationModelsRequest.Builderavoiding the need to create one manually viaListComputationModelsRequest.builder()- Parameters:
listComputationModelsRequest- AConsumerthat will call methods onListComputationModelsRequest.Builderto create a request.- Returns:
- Result of the ListComputationModels operation returned by the service.
- See Also:
-
listComputationModelsPaginator
default ListComputationModelsIterable listComputationModelsPaginator(ListComputationModelsRequest listComputationModelsRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listComputationModels(software.amazon.awssdk.services.iotsitewise.model.ListComputationModelsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListComputationModelsIterable responses = client.listComputationModelsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListComputationModelsIterable responses = client .listComputationModelsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListComputationModelsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListComputationModelsIterable responses = client.listComputationModelsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listComputationModels(software.amazon.awssdk.services.iotsitewise.model.ListComputationModelsRequest)operation.- Parameters:
listComputationModelsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listComputationModelsPaginator
default ListComputationModelsIterable listComputationModelsPaginator(Consumer<ListComputationModelsRequest.Builder> listComputationModelsRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listComputationModels(software.amazon.awssdk.services.iotsitewise.model.ListComputationModelsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListComputationModelsIterable responses = client.listComputationModelsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListComputationModelsIterable responses = client .listComputationModelsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListComputationModelsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListComputationModelsIterable responses = client.listComputationModelsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listComputationModels(software.amazon.awssdk.services.iotsitewise.model.ListComputationModelsRequest)operation.
This is a convenience which creates an instance of the
ListComputationModelsRequest.Builderavoiding the need to create one manually viaListComputationModelsRequest.builder()- Parameters:
listComputationModelsRequest- AConsumerthat will call methods onListComputationModelsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDashboards
default ListDashboardsResponse listDashboards(ListDashboardsRequest listDashboardsRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.
- Parameters:
listDashboardsRequest-- Returns:
- Result of the ListDashboards operation returned by the service.
- See Also:
-
listDashboards
default ListDashboardsResponse listDashboards(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.
This is a convenience which creates an instance of the
ListDashboardsRequest.Builderavoiding the need to create one manually viaListDashboardsRequest.builder()- Parameters:
listDashboardsRequest- AConsumerthat will call methods onListDashboardsRequest.Builderto create a request.- Returns:
- Result of the ListDashboards operation returned by the service.
- See Also:
-
listDashboardsPaginator
default ListDashboardsIterable listDashboardsPaginator(ListDashboardsRequest listDashboardsRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listDashboards(software.amazon.awssdk.services.iotsitewise.model.ListDashboardsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListDashboardsIterable responses = client.listDashboardsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListDashboardsIterable responses = client .listDashboardsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListDashboardsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListDashboardsIterable responses = client.listDashboardsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDashboards(software.amazon.awssdk.services.iotsitewise.model.ListDashboardsRequest)operation.- Parameters:
listDashboardsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDashboardsPaginator
default ListDashboardsIterable listDashboardsPaginator(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listDashboards(software.amazon.awssdk.services.iotsitewise.model.ListDashboardsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListDashboardsIterable responses = client.listDashboardsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListDashboardsIterable responses = client .listDashboardsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListDashboardsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListDashboardsIterable responses = client.listDashboardsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDashboards(software.amazon.awssdk.services.iotsitewise.model.ListDashboardsRequest)operation.
This is a convenience which creates an instance of the
ListDashboardsRequest.Builderavoiding the need to create one manually viaListDashboardsRequest.builder()- Parameters:
listDashboardsRequest- AConsumerthat will call methods onListDashboardsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDatasetDataSegmentRelationships
default ListDatasetDataSegmentRelationshipsResponse listDatasetDataSegmentRelationships(ListDatasetDataSegmentRelationshipsRequest listDatasetDataSegmentRelationshipsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of data segment relationships for a session dataset. Use this operation to find the curated datasets that reference data segments of the specified session dataset. Use the
nextTokenparameter to retrieve additional results.- Parameters:
listDatasetDataSegmentRelationshipsRequest-- Returns:
- Result of the ListDatasetDataSegmentRelationships operation returned by the service.
- See Also:
-
listDatasetDataSegmentRelationships
default ListDatasetDataSegmentRelationshipsResponse listDatasetDataSegmentRelationships(Consumer<ListDatasetDataSegmentRelationshipsRequest.Builder> listDatasetDataSegmentRelationshipsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of data segment relationships for a session dataset. Use this operation to find the curated datasets that reference data segments of the specified session dataset. Use the
nextTokenparameter to retrieve additional results.
This is a convenience which creates an instance of the
ListDatasetDataSegmentRelationshipsRequest.Builderavoiding the need to create one manually viaListDatasetDataSegmentRelationshipsRequest.builder()- Parameters:
listDatasetDataSegmentRelationshipsRequest- AConsumerthat will call methods onListDatasetDataSegmentRelationshipsRequest.Builderto create a request.- Returns:
- Result of the ListDatasetDataSegmentRelationships operation returned by the service.
- See Also:
-
listDatasetDataSegmentRelationshipsPaginator
default ListDatasetDataSegmentRelationshipsIterable listDatasetDataSegmentRelationshipsPaginator(ListDatasetDataSegmentRelationshipsRequest listDatasetDataSegmentRelationshipsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listDatasetDataSegmentRelationships(software.amazon.awssdk.services.iotsitewise.model.ListDatasetDataSegmentRelationshipsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListDatasetDataSegmentRelationshipsIterable responses = client.listDatasetDataSegmentRelationshipsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListDatasetDataSegmentRelationshipsIterable responses = client .listDatasetDataSegmentRelationshipsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListDatasetDataSegmentRelationshipsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListDatasetDataSegmentRelationshipsIterable responses = client.listDatasetDataSegmentRelationshipsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDatasetDataSegmentRelationships(software.amazon.awssdk.services.iotsitewise.model.ListDatasetDataSegmentRelationshipsRequest)operation.- Parameters:
listDatasetDataSegmentRelationshipsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDatasetDataSegmentRelationshipsPaginator
default ListDatasetDataSegmentRelationshipsIterable listDatasetDataSegmentRelationshipsPaginator(Consumer<ListDatasetDataSegmentRelationshipsRequest.Builder> listDatasetDataSegmentRelationshipsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listDatasetDataSegmentRelationships(software.amazon.awssdk.services.iotsitewise.model.ListDatasetDataSegmentRelationshipsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListDatasetDataSegmentRelationshipsIterable responses = client.listDatasetDataSegmentRelationshipsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListDatasetDataSegmentRelationshipsIterable responses = client .listDatasetDataSegmentRelationshipsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListDatasetDataSegmentRelationshipsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListDatasetDataSegmentRelationshipsIterable responses = client.listDatasetDataSegmentRelationshipsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDatasetDataSegmentRelationships(software.amazon.awssdk.services.iotsitewise.model.ListDatasetDataSegmentRelationshipsRequest)operation.
This is a convenience which creates an instance of the
ListDatasetDataSegmentRelationshipsRequest.Builderavoiding the need to create one manually viaListDatasetDataSegmentRelationshipsRequest.builder()- Parameters:
listDatasetDataSegmentRelationshipsRequest- AConsumerthat will call methods onListDatasetDataSegmentRelationshipsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDatasetDataSegments
default ListDatasetDataSegmentsResponse listDatasetDataSegments(ListDatasetDataSegmentsRequest listDatasetDataSegmentsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of data segments associated with a dataset. Use the
nextTokenparameter to retrieve additional results.- Parameters:
listDatasetDataSegmentsRequest-- Returns:
- Result of the ListDatasetDataSegments operation returned by the service.
- See Also:
-
listDatasetDataSegments
default ListDatasetDataSegmentsResponse listDatasetDataSegments(Consumer<ListDatasetDataSegmentsRequest.Builder> listDatasetDataSegmentsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of data segments associated with a dataset. Use the
nextTokenparameter to retrieve additional results.
This is a convenience which creates an instance of the
ListDatasetDataSegmentsRequest.Builderavoiding the need to create one manually viaListDatasetDataSegmentsRequest.builder()- Parameters:
listDatasetDataSegmentsRequest- AConsumerthat will call methods onListDatasetDataSegmentsRequest.Builderto create a request.- Returns:
- Result of the ListDatasetDataSegments operation returned by the service.
- See Also:
-
listDatasetDataSegmentsPaginator
default ListDatasetDataSegmentsIterable listDatasetDataSegmentsPaginator(ListDatasetDataSegmentsRequest listDatasetDataSegmentsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listDatasetDataSegments(software.amazon.awssdk.services.iotsitewise.model.ListDatasetDataSegmentsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListDatasetDataSegmentsIterable responses = client.listDatasetDataSegmentsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListDatasetDataSegmentsIterable responses = client .listDatasetDataSegmentsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListDatasetDataSegmentsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListDatasetDataSegmentsIterable responses = client.listDatasetDataSegmentsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDatasetDataSegments(software.amazon.awssdk.services.iotsitewise.model.ListDatasetDataSegmentsRequest)operation.- Parameters:
listDatasetDataSegmentsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDatasetDataSegmentsPaginator
default ListDatasetDataSegmentsIterable listDatasetDataSegmentsPaginator(Consumer<ListDatasetDataSegmentsRequest.Builder> listDatasetDataSegmentsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listDatasetDataSegments(software.amazon.awssdk.services.iotsitewise.model.ListDatasetDataSegmentsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListDatasetDataSegmentsIterable responses = client.listDatasetDataSegmentsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListDatasetDataSegmentsIterable responses = client .listDatasetDataSegmentsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListDatasetDataSegmentsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListDatasetDataSegmentsIterable responses = client.listDatasetDataSegmentsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDatasetDataSegments(software.amazon.awssdk.services.iotsitewise.model.ListDatasetDataSegmentsRequest)operation.
This is a convenience which creates an instance of the
ListDatasetDataSegmentsRequest.Builderavoiding the need to create one manually viaListDatasetDataSegmentsRequest.builder()- Parameters:
listDatasetDataSegmentsRequest- AConsumerthat will call methods onListDatasetDataSegmentsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDatasetExportJobs
default ListDatasetExportJobsResponse listDatasetExportJobs(ListDatasetExportJobsRequest listDatasetExportJobsRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of dataset export jobs for a workspace.
- Parameters:
listDatasetExportJobsRequest- Request to list dataset export jobs for a workspace.- Returns:
- Result of the ListDatasetExportJobs operation returned by the service.
- See Also:
-
listDatasetExportJobs
default ListDatasetExportJobsResponse listDatasetExportJobs(Consumer<ListDatasetExportJobsRequest.Builder> listDatasetExportJobsRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of dataset export jobs for a workspace.
This is a convenience which creates an instance of the
ListDatasetExportJobsRequest.Builderavoiding the need to create one manually viaListDatasetExportJobsRequest.builder()- Parameters:
listDatasetExportJobsRequest- AConsumerthat will call methods onListDatasetExportJobsRequest.Builderto create a request. Request to list dataset export jobs for a workspace.- Returns:
- Result of the ListDatasetExportJobs operation returned by the service.
- See Also:
-
listDatasetExportJobsPaginator
default ListDatasetExportJobsIterable listDatasetExportJobsPaginator(ListDatasetExportJobsRequest listDatasetExportJobsRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listDatasetExportJobs(software.amazon.awssdk.services.iotsitewise.model.ListDatasetExportJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListDatasetExportJobsIterable responses = client.listDatasetExportJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListDatasetExportJobsIterable responses = client .listDatasetExportJobsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListDatasetExportJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListDatasetExportJobsIterable responses = client.listDatasetExportJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDatasetExportJobs(software.amazon.awssdk.services.iotsitewise.model.ListDatasetExportJobsRequest)operation.- Parameters:
listDatasetExportJobsRequest- Request to list dataset export jobs for a workspace.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDatasetExportJobsPaginator
default ListDatasetExportJobsIterable listDatasetExportJobsPaginator(Consumer<ListDatasetExportJobsRequest.Builder> listDatasetExportJobsRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listDatasetExportJobs(software.amazon.awssdk.services.iotsitewise.model.ListDatasetExportJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListDatasetExportJobsIterable responses = client.listDatasetExportJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListDatasetExportJobsIterable responses = client .listDatasetExportJobsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListDatasetExportJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListDatasetExportJobsIterable responses = client.listDatasetExportJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDatasetExportJobs(software.amazon.awssdk.services.iotsitewise.model.ListDatasetExportJobsRequest)operation.
This is a convenience which creates an instance of the
ListDatasetExportJobsRequest.Builderavoiding the need to create one manually viaListDatasetExportJobsRequest.builder()- Parameters:
listDatasetExportJobsRequest- AConsumerthat will call methods onListDatasetExportJobsRequest.Builderto create a request. Request to list dataset export jobs for a workspace.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDatasets
default ListDatasetsResponse listDatasets(ListDatasetsRequest listDatasetsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of datasets for a specific target resource.
- Parameters:
listDatasetsRequest-- Returns:
- Result of the ListDatasets operation returned by the service.
- See Also:
-
listDatasets
default ListDatasetsResponse listDatasets(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of datasets for a specific target resource.
This is a convenience which creates an instance of the
ListDatasetsRequest.Builderavoiding the need to create one manually viaListDatasetsRequest.builder()- Parameters:
listDatasetsRequest- AConsumerthat will call methods onListDatasetsRequest.Builderto create a request.- Returns:
- Result of the ListDatasets operation returned by the service.
- See Also:
-
listDatasetsPaginator
default ListDatasetsIterable listDatasetsPaginator(ListDatasetsRequest listDatasetsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listDatasets(software.amazon.awssdk.services.iotsitewise.model.ListDatasetsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListDatasetsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDatasets(software.amazon.awssdk.services.iotsitewise.model.ListDatasetsRequest)operation.- Parameters:
listDatasetsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDatasetsPaginator
default ListDatasetsIterable listDatasetsPaginator(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listDatasets(software.amazon.awssdk.services.iotsitewise.model.ListDatasetsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListDatasetsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDatasets(software.amazon.awssdk.services.iotsitewise.model.ListDatasetsRequest)operation.
This is a convenience which creates an instance of the
ListDatasetsRequest.Builderavoiding the need to create one manually viaListDatasetsRequest.builder()- Parameters:
listDatasetsRequest- AConsumerthat will call methods onListDatasetsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listEnrichmentJobs
default ListEnrichmentJobsResponse listEnrichmentJobs(ListEnrichmentJobsRequest listEnrichmentJobsRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ThrottlingException, ResourceNotFoundException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Lists enrichment jobs within a workspace with optional filtering and pagination. Results are ordered by createdAt timestamp descending (newest first).
Filtering
Combine filters to narrow results:
- datasetId: Filter by dataset
- propertyAlias OR timeSeriesId: Filter by time series (specify one, not both)
- status: Filter by job status (e.g., RUNNING to find active jobs)
- jobType: Filter by enrichment type (currently only EVENT_DETECTION)
- startDate and endDate: Filter by job creation time range
Important Constraints
- You must specify either propertyAlias OR timeSeriesId, but not both
- Attempting to specify both results in an InvalidRequestException
- Date filters use ISO 8601 format
- startDate is exclusive, endDate is inclusive
Pagination
The operation returns up to maxResults jobs per page (default 50). If more results exist, the response includes a nextToken. Submit this token in a subsequent request to retrieve the next page.
Common Use Cases
- Find all running jobs: Filter by status=RUNNING
- List recent jobs for a dataset: Filter by datasetId with optional date range
- Monitor jobs for a specific sensor: Filter by propertyAlias or timeSeriesId
- Track all event detection jobs: Filter by jobType=EVENT_DETECTION
Performance
Performance is optimal when filtering by supported fields (datasetId, propertyAlias, timeSeriesId, status, jobType).
- Parameters:
listEnrichmentJobsRequest-- Returns:
- Result of the ListEnrichmentJobs operation returned by the service.
- See Also:
-
listEnrichmentJobs
default ListEnrichmentJobsResponse listEnrichmentJobs(Consumer<ListEnrichmentJobsRequest.Builder> listEnrichmentJobsRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ThrottlingException, ResourceNotFoundException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Lists enrichment jobs within a workspace with optional filtering and pagination. Results are ordered by createdAt timestamp descending (newest first).
Filtering
Combine filters to narrow results:
- datasetId: Filter by dataset
- propertyAlias OR timeSeriesId: Filter by time series (specify one, not both)
- status: Filter by job status (e.g., RUNNING to find active jobs)
- jobType: Filter by enrichment type (currently only EVENT_DETECTION)
- startDate and endDate: Filter by job creation time range
Important Constraints
- You must specify either propertyAlias OR timeSeriesId, but not both
- Attempting to specify both results in an InvalidRequestException
- Date filters use ISO 8601 format
- startDate is exclusive, endDate is inclusive
Pagination
The operation returns up to maxResults jobs per page (default 50). If more results exist, the response includes a nextToken. Submit this token in a subsequent request to retrieve the next page.
Common Use Cases
- Find all running jobs: Filter by status=RUNNING
- List recent jobs for a dataset: Filter by datasetId with optional date range
- Monitor jobs for a specific sensor: Filter by propertyAlias or timeSeriesId
- Track all event detection jobs: Filter by jobType=EVENT_DETECTION
Performance
Performance is optimal when filtering by supported fields (datasetId, propertyAlias, timeSeriesId, status, jobType).
This is a convenience which creates an instance of the
ListEnrichmentJobsRequest.Builderavoiding the need to create one manually viaListEnrichmentJobsRequest.builder()- Parameters:
listEnrichmentJobsRequest- AConsumerthat will call methods onListEnrichmentJobsRequest.Builderto create a request.- Returns:
- Result of the ListEnrichmentJobs operation returned by the service.
- See Also:
-
listEnrichmentJobsPaginator
default ListEnrichmentJobsIterable listEnrichmentJobsPaginator(ListEnrichmentJobsRequest listEnrichmentJobsRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ThrottlingException, ResourceNotFoundException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listEnrichmentJobs(software.amazon.awssdk.services.iotsitewise.model.ListEnrichmentJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListEnrichmentJobsIterable responses = client.listEnrichmentJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListEnrichmentJobsIterable responses = client .listEnrichmentJobsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListEnrichmentJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListEnrichmentJobsIterable responses = client.listEnrichmentJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnrichmentJobs(software.amazon.awssdk.services.iotsitewise.model.ListEnrichmentJobsRequest)operation.- Parameters:
listEnrichmentJobsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listEnrichmentJobsPaginator
default ListEnrichmentJobsIterable listEnrichmentJobsPaginator(Consumer<ListEnrichmentJobsRequest.Builder> listEnrichmentJobsRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ThrottlingException, ResourceNotFoundException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listEnrichmentJobs(software.amazon.awssdk.services.iotsitewise.model.ListEnrichmentJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListEnrichmentJobsIterable responses = client.listEnrichmentJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListEnrichmentJobsIterable responses = client .listEnrichmentJobsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListEnrichmentJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListEnrichmentJobsIterable responses = client.listEnrichmentJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnrichmentJobs(software.amazon.awssdk.services.iotsitewise.model.ListEnrichmentJobsRequest)operation.
This is a convenience which creates an instance of the
ListEnrichmentJobsRequest.Builderavoiding the need to create one manually viaListEnrichmentJobsRequest.builder()- Parameters:
listEnrichmentJobsRequest- AConsumerthat will call methods onListEnrichmentJobsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listExecutions
default ListExecutionsResponse listExecutions(ListExecutionsRequest listExecutionsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of summaries of all executions.
- Parameters:
listExecutionsRequest-- Returns:
- Result of the ListExecutions operation returned by the service.
- See Also:
-
listExecutions
default ListExecutionsResponse listExecutions(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of summaries of all executions.
This is a convenience which creates an instance of the
ListExecutionsRequest.Builderavoiding the need to create one manually viaListExecutionsRequest.builder()- Parameters:
listExecutionsRequest- AConsumerthat will call methods onListExecutionsRequest.Builderto create a request.- Returns:
- Result of the ListExecutions operation returned by the service.
- See Also:
-
listExecutionsPaginator
default ListExecutionsIterable listExecutionsPaginator(ListExecutionsRequest listExecutionsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listExecutions(software.amazon.awssdk.services.iotsitewise.model.ListExecutionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListExecutionsIterable responses = client.listExecutionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListExecutionsIterable responses = client .listExecutionsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListExecutionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListExecutionsIterable responses = client.listExecutionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listExecutions(software.amazon.awssdk.services.iotsitewise.model.ListExecutionsRequest)operation.- Parameters:
listExecutionsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listExecutionsPaginator
default ListExecutionsIterable listExecutionsPaginator(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest) throws InvalidRequestException, InternalFailureException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listExecutions(software.amazon.awssdk.services.iotsitewise.model.ListExecutionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListExecutionsIterable responses = client.listExecutionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListExecutionsIterable responses = client .listExecutionsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListExecutionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListExecutionsIterable responses = client.listExecutionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listExecutions(software.amazon.awssdk.services.iotsitewise.model.ListExecutionsRequest)operation.
This is a convenience which creates an instance of the
ListExecutionsRequest.Builderavoiding the need to create one manually viaListExecutionsRequest.builder()- Parameters:
listExecutionsRequest- AConsumerthat will call methods onListExecutionsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listGateways
default ListGatewaysResponse listGateways(ListGatewaysRequest listGatewaysRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of gateways.
- Parameters:
listGatewaysRequest-- Returns:
- Result of the ListGateways operation returned by the service.
- See Also:
-
listGateways
default ListGatewaysResponse listGateways(Consumer<ListGatewaysRequest.Builder> listGatewaysRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of gateways.
This is a convenience which creates an instance of the
ListGatewaysRequest.Builderavoiding the need to create one manually viaListGatewaysRequest.builder()- Parameters:
listGatewaysRequest- AConsumerthat will call methods onListGatewaysRequest.Builderto create a request.- Returns:
- Result of the ListGateways operation returned by the service.
- See Also:
-
listGatewaysPaginator
default ListGatewaysIterable listGatewaysPaginator(ListGatewaysRequest listGatewaysRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listGateways(software.amazon.awssdk.services.iotsitewise.model.ListGatewaysRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListGatewaysIterable responses = client.listGatewaysPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListGatewaysIterable responses = client.listGatewaysPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListGatewaysResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListGatewaysIterable responses = client.listGatewaysPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listGateways(software.amazon.awssdk.services.iotsitewise.model.ListGatewaysRequest)operation.- Parameters:
listGatewaysRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listGatewaysPaginator
default ListGatewaysIterable listGatewaysPaginator(Consumer<ListGatewaysRequest.Builder> listGatewaysRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listGateways(software.amazon.awssdk.services.iotsitewise.model.ListGatewaysRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListGatewaysIterable responses = client.listGatewaysPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListGatewaysIterable responses = client.listGatewaysPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListGatewaysResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListGatewaysIterable responses = client.listGatewaysPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listGateways(software.amazon.awssdk.services.iotsitewise.model.ListGatewaysRequest)operation.
This is a convenience which creates an instance of the
ListGatewaysRequest.Builderavoiding the need to create one manually viaListGatewaysRequest.builder()- Parameters:
listGatewaysRequest- AConsumerthat will call methods onListGatewaysRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listInterfaceRelationships
default ListInterfaceRelationshipsResponse listInterfaceRelationships(ListInterfaceRelationshipsRequest listInterfaceRelationshipsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of asset models that have a specific interface asset model applied to them.
- Parameters:
listInterfaceRelationshipsRequest-- Returns:
- Result of the ListInterfaceRelationships operation returned by the service.
- See Also:
-
listInterfaceRelationships
default ListInterfaceRelationshipsResponse listInterfaceRelationships(Consumer<ListInterfaceRelationshipsRequest.Builder> listInterfaceRelationshipsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of asset models that have a specific interface asset model applied to them.
This is a convenience which creates an instance of the
ListInterfaceRelationshipsRequest.Builderavoiding the need to create one manually viaListInterfaceRelationshipsRequest.builder()- Parameters:
listInterfaceRelationshipsRequest- AConsumerthat will call methods onListInterfaceRelationshipsRequest.Builderto create a request.- Returns:
- Result of the ListInterfaceRelationships operation returned by the service.
- See Also:
-
listInterfaceRelationshipsPaginator
default ListInterfaceRelationshipsIterable listInterfaceRelationshipsPaginator(ListInterfaceRelationshipsRequest listInterfaceRelationshipsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listInterfaceRelationships(software.amazon.awssdk.services.iotsitewise.model.ListInterfaceRelationshipsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListInterfaceRelationshipsIterable responses = client.listInterfaceRelationshipsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListInterfaceRelationshipsIterable responses = client .listInterfaceRelationshipsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListInterfaceRelationshipsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListInterfaceRelationshipsIterable responses = client.listInterfaceRelationshipsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listInterfaceRelationships(software.amazon.awssdk.services.iotsitewise.model.ListInterfaceRelationshipsRequest)operation.- Parameters:
listInterfaceRelationshipsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listInterfaceRelationshipsPaginator
default ListInterfaceRelationshipsIterable listInterfaceRelationshipsPaginator(Consumer<ListInterfaceRelationshipsRequest.Builder> listInterfaceRelationshipsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listInterfaceRelationships(software.amazon.awssdk.services.iotsitewise.model.ListInterfaceRelationshipsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListInterfaceRelationshipsIterable responses = client.listInterfaceRelationshipsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListInterfaceRelationshipsIterable responses = client .listInterfaceRelationshipsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListInterfaceRelationshipsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListInterfaceRelationshipsIterable responses = client.listInterfaceRelationshipsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listInterfaceRelationships(software.amazon.awssdk.services.iotsitewise.model.ListInterfaceRelationshipsRequest)operation.
This is a convenience which creates an instance of the
ListInterfaceRelationshipsRequest.Builderavoiding the need to create one manually viaListInterfaceRelationshipsRequest.builder()- Parameters:
listInterfaceRelationshipsRequest- AConsumerthat will call methods onListInterfaceRelationshipsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listPipelineExecutions
default ListPipelineExecutionsResponse listPipelineExecutions(ListPipelineExecutionsRequest listPipelineExecutionsRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Lists pipeline executions for a specific pipeline in a workspace. Supports filtering by state and time range. State can be combined with either startTime or endTime filters. Time range filters are grouped: use startTime filters (startTimeAfter, startTimeBefore) or endTime filters (endTimeAfter, endTimeBefore), but not both. Combining startTime and endTime filters returns an InvalidRequestException. Note: endTime filters only return executions in terminal states, as in-progress executions have no endTime.
- Parameters:
listPipelineExecutionsRequest- Request structure for ListPipelineExecutions operation.- Returns:
- Result of the ListPipelineExecutions operation returned by the service.
- See Also:
-
listPipelineExecutions
default ListPipelineExecutionsResponse listPipelineExecutions(Consumer<ListPipelineExecutionsRequest.Builder> listPipelineExecutionsRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Lists pipeline executions for a specific pipeline in a workspace. Supports filtering by state and time range. State can be combined with either startTime or endTime filters. Time range filters are grouped: use startTime filters (startTimeAfter, startTimeBefore) or endTime filters (endTimeAfter, endTimeBefore), but not both. Combining startTime and endTime filters returns an InvalidRequestException. Note: endTime filters only return executions in terminal states, as in-progress executions have no endTime.
This is a convenience which creates an instance of the
ListPipelineExecutionsRequest.Builderavoiding the need to create one manually viaListPipelineExecutionsRequest.builder()- Parameters:
listPipelineExecutionsRequest- AConsumerthat will call methods onListPipelineExecutionsRequest.Builderto create a request. Request structure for ListPipelineExecutions operation.- Returns:
- Result of the ListPipelineExecutions operation returned by the service.
- See Also:
-
listPipelineExecutionsPaginator
default ListPipelineExecutionsIterable listPipelineExecutionsPaginator(ListPipelineExecutionsRequest listPipelineExecutionsRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listPipelineExecutions(software.amazon.awssdk.services.iotsitewise.model.ListPipelineExecutionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListPipelineExecutionsIterable responses = client.listPipelineExecutionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListPipelineExecutionsIterable responses = client .listPipelineExecutionsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListPipelineExecutionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListPipelineExecutionsIterable responses = client.listPipelineExecutionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPipelineExecutions(software.amazon.awssdk.services.iotsitewise.model.ListPipelineExecutionsRequest)operation.- Parameters:
listPipelineExecutionsRequest- Request structure for ListPipelineExecutions operation.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listPipelineExecutionsPaginator
default ListPipelineExecutionsIterable listPipelineExecutionsPaginator(Consumer<ListPipelineExecutionsRequest.Builder> listPipelineExecutionsRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listPipelineExecutions(software.amazon.awssdk.services.iotsitewise.model.ListPipelineExecutionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListPipelineExecutionsIterable responses = client.listPipelineExecutionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListPipelineExecutionsIterable responses = client .listPipelineExecutionsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListPipelineExecutionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListPipelineExecutionsIterable responses = client.listPipelineExecutionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPipelineExecutions(software.amazon.awssdk.services.iotsitewise.model.ListPipelineExecutionsRequest)operation.
This is a convenience which creates an instance of the
ListPipelineExecutionsRequest.Builderavoiding the need to create one manually viaListPipelineExecutionsRequest.builder()- Parameters:
listPipelineExecutionsRequest- AConsumerthat will call methods onListPipelineExecutionsRequest.Builderto create a request. Request structure for ListPipelineExecutions operation.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listPipelines
default ListPipelinesResponse listPipelines(ListPipelinesRequest listPipelinesRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Lists pipelines in a workspace. To get complete details about a pipeline, use DescribePipeline.
- Parameters:
listPipelinesRequest- Request structure for ListPipelines operation.- Returns:
- Result of the ListPipelines operation returned by the service.
- See Also:
-
listPipelines
default ListPipelinesResponse listPipelines(Consumer<ListPipelinesRequest.Builder> listPipelinesRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Lists pipelines in a workspace. To get complete details about a pipeline, use DescribePipeline.
This is a convenience which creates an instance of the
ListPipelinesRequest.Builderavoiding the need to create one manually viaListPipelinesRequest.builder()- Parameters:
listPipelinesRequest- AConsumerthat will call methods onListPipelinesRequest.Builderto create a request. Request structure for ListPipelines operation.- Returns:
- Result of the ListPipelines operation returned by the service.
- See Also:
-
listPipelinesPaginator
default ListPipelinesIterable listPipelinesPaginator(ListPipelinesRequest listPipelinesRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listPipelines(software.amazon.awssdk.services.iotsitewise.model.ListPipelinesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListPipelinesIterable responses = client.listPipelinesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListPipelinesIterable responses = client .listPipelinesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListPipelinesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListPipelinesIterable responses = client.listPipelinesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPipelines(software.amazon.awssdk.services.iotsitewise.model.ListPipelinesRequest)operation.- Parameters:
listPipelinesRequest- Request structure for ListPipelines operation.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listPipelinesPaginator
default ListPipelinesIterable listPipelinesPaginator(Consumer<ListPipelinesRequest.Builder> listPipelinesRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listPipelines(software.amazon.awssdk.services.iotsitewise.model.ListPipelinesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListPipelinesIterable responses = client.listPipelinesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListPipelinesIterable responses = client .listPipelinesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListPipelinesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListPipelinesIterable responses = client.listPipelinesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPipelines(software.amazon.awssdk.services.iotsitewise.model.ListPipelinesRequest)operation.
This is a convenience which creates an instance of the
ListPipelinesRequest.Builderavoiding the need to create one manually viaListPipelinesRequest.builder()- Parameters:
listPipelinesRequest- AConsumerthat will call methods onListPipelinesRequest.Builderto create a request. Request structure for ListPipelines operation.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listPortals
default ListPortalsResponse listPortals(ListPortalsRequest listPortalsRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of IoT SiteWise Monitor portals.
- Parameters:
listPortalsRequest-- Returns:
- Result of the ListPortals operation returned by the service.
- See Also:
-
listPortals
default ListPortalsResponse listPortals(Consumer<ListPortalsRequest.Builder> listPortalsRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of IoT SiteWise Monitor portals.
This is a convenience which creates an instance of the
ListPortalsRequest.Builderavoiding the need to create one manually viaListPortalsRequest.builder()- Parameters:
listPortalsRequest- AConsumerthat will call methods onListPortalsRequest.Builderto create a request.- Returns:
- Result of the ListPortals operation returned by the service.
- See Also:
-
listPortalsPaginator
default ListPortalsIterable listPortalsPaginator(ListPortalsRequest listPortalsRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listPortals(software.amazon.awssdk.services.iotsitewise.model.ListPortalsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListPortalsIterable responses = client.listPortalsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListPortalsIterable responses = client.listPortalsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListPortalsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListPortalsIterable responses = client.listPortalsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPortals(software.amazon.awssdk.services.iotsitewise.model.ListPortalsRequest)operation.- Parameters:
listPortalsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listPortalsPaginator
default ListPortalsIterable listPortalsPaginator(Consumer<ListPortalsRequest.Builder> listPortalsRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listPortals(software.amazon.awssdk.services.iotsitewise.model.ListPortalsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListPortalsIterable responses = client.listPortalsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListPortalsIterable responses = client.listPortalsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListPortalsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListPortalsIterable responses = client.listPortalsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPortals(software.amazon.awssdk.services.iotsitewise.model.ListPortalsRequest)operation.
This is a convenience which creates an instance of the
ListPortalsRequest.Builderavoiding the need to create one manually viaListPortalsRequest.builder()- Parameters:
listPortalsRequest- AConsumerthat will call methods onListPortalsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listProjectAssets
default ListProjectAssetsResponse listProjectAssets(ListProjectAssetsRequest listProjectAssetsRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of assets associated with an IoT SiteWise Monitor project.
- Parameters:
listProjectAssetsRequest-- Returns:
- Result of the ListProjectAssets operation returned by the service.
- See Also:
-
listProjectAssets
default ListProjectAssetsResponse listProjectAssets(Consumer<ListProjectAssetsRequest.Builder> listProjectAssetsRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of assets associated with an IoT SiteWise Monitor project.
This is a convenience which creates an instance of the
ListProjectAssetsRequest.Builderavoiding the need to create one manually viaListProjectAssetsRequest.builder()- Parameters:
listProjectAssetsRequest- AConsumerthat will call methods onListProjectAssetsRequest.Builderto create a request.- Returns:
- Result of the ListProjectAssets operation returned by the service.
- See Also:
-
listProjectAssetsPaginator
default ListProjectAssetsIterable listProjectAssetsPaginator(ListProjectAssetsRequest listProjectAssetsRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listProjectAssets(software.amazon.awssdk.services.iotsitewise.model.ListProjectAssetsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListProjectAssetsIterable responses = client.listProjectAssetsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListProjectAssetsIterable responses = client .listProjectAssetsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListProjectAssetsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListProjectAssetsIterable responses = client.listProjectAssetsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listProjectAssets(software.amazon.awssdk.services.iotsitewise.model.ListProjectAssetsRequest)operation.- Parameters:
listProjectAssetsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listProjectAssetsPaginator
default ListProjectAssetsIterable listProjectAssetsPaginator(Consumer<ListProjectAssetsRequest.Builder> listProjectAssetsRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listProjectAssets(software.amazon.awssdk.services.iotsitewise.model.ListProjectAssetsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListProjectAssetsIterable responses = client.listProjectAssetsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListProjectAssetsIterable responses = client .listProjectAssetsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListProjectAssetsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListProjectAssetsIterable responses = client.listProjectAssetsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listProjectAssets(software.amazon.awssdk.services.iotsitewise.model.ListProjectAssetsRequest)operation.
This is a convenience which creates an instance of the
ListProjectAssetsRequest.Builderavoiding the need to create one manually viaListProjectAssetsRequest.builder()- Parameters:
listProjectAssetsRequest- AConsumerthat will call methods onListProjectAssetsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listProjects
default ListProjectsResponse listProjects(ListProjectsRequest listProjectsRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of projects for an IoT SiteWise Monitor portal.
- Parameters:
listProjectsRequest-- Returns:
- Result of the ListProjects operation returned by the service.
- See Also:
-
listProjects
default ListProjectsResponse listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of projects for an IoT SiteWise Monitor portal.
This is a convenience which creates an instance of the
ListProjectsRequest.Builderavoiding the need to create one manually viaListProjectsRequest.builder()- Parameters:
listProjectsRequest- AConsumerthat will call methods onListProjectsRequest.Builderto create a request.- Returns:
- Result of the ListProjects operation returned by the service.
- See Also:
-
listProjectsPaginator
default ListProjectsIterable listProjectsPaginator(ListProjectsRequest listProjectsRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listProjects(software.amazon.awssdk.services.iotsitewise.model.ListProjectsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListProjectsIterable responses = client.listProjectsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListProjectsIterable responses = client.listProjectsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListProjectsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListProjectsIterable responses = client.listProjectsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listProjects(software.amazon.awssdk.services.iotsitewise.model.ListProjectsRequest)operation.- Parameters:
listProjectsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listProjectsPaginator
default ListProjectsIterable listProjectsPaginator(Consumer<ListProjectsRequest.Builder> listProjectsRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listProjects(software.amazon.awssdk.services.iotsitewise.model.ListProjectsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListProjectsIterable responses = client.listProjectsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListProjectsIterable responses = client.listProjectsPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListProjectsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListProjectsIterable responses = client.listProjectsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listProjects(software.amazon.awssdk.services.iotsitewise.model.ListProjectsRequest)operation.
This is a convenience which creates an instance of the
ListProjectsRequest.Builderavoiding the need to create one manually viaListProjectsRequest.builder()- Parameters:
listProjectsRequest- AConsumerthat will call methods onListProjectsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listQueries
default ListQueriesResponse listQueries(ListQueriesRequest listQueriesRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of queries for a workspace.
- Parameters:
listQueriesRequest-- Returns:
- Result of the ListQueries operation returned by the service.
- See Also:
-
listQueries
default ListQueriesResponse listQueries(Consumer<ListQueriesRequest.Builder> listQueriesRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of queries for a workspace.
This is a convenience which creates an instance of the
ListQueriesRequest.Builderavoiding the need to create one manually viaListQueriesRequest.builder()- Parameters:
listQueriesRequest- AConsumerthat will call methods onListQueriesRequest.Builderto create a request.- Returns:
- Result of the ListQueries operation returned by the service.
- See Also:
-
listQueriesPaginator
default ListQueriesIterable listQueriesPaginator(ListQueriesRequest listQueriesRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listQueries(software.amazon.awssdk.services.iotsitewise.model.ListQueriesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListQueriesIterable responses = client.listQueriesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListQueriesIterable responses = client.listQueriesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListQueriesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListQueriesIterable responses = client.listQueriesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listQueries(software.amazon.awssdk.services.iotsitewise.model.ListQueriesRequest)operation.- Parameters:
listQueriesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listQueriesPaginator
default ListQueriesIterable listQueriesPaginator(Consumer<ListQueriesRequest.Builder> listQueriesRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listQueries(software.amazon.awssdk.services.iotsitewise.model.ListQueriesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListQueriesIterable responses = client.listQueriesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListQueriesIterable responses = client.listQueriesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListQueriesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListQueriesIterable responses = client.listQueriesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listQueries(software.amazon.awssdk.services.iotsitewise.model.ListQueriesRequest)operation.
This is a convenience which creates an instance of the
ListQueriesRequest.Builderavoiding the need to create one manually viaListQueriesRequest.builder()- Parameters:
listQueriesRequest- AConsumerthat will call methods onListQueriesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listSearches
default ListSearchesResponse listSearches(ListSearchesRequest listSearchesRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Lists the searches in a workspace, most recently started first. Results can be narrowed with optional filters (status, search type, group, and started-at time range) and are paginated: when
nextTokenis present, pass it on a subsequent call to retrieve the next page.- Parameters:
listSearchesRequest- Input for the ListSearches operation.- Returns:
- Result of the ListSearches operation returned by the service.
- See Also:
-
listSearches
default ListSearchesResponse listSearches(Consumer<ListSearchesRequest.Builder> listSearchesRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Lists the searches in a workspace, most recently started first. Results can be narrowed with optional filters (status, search type, group, and started-at time range) and are paginated: when
nextTokenis present, pass it on a subsequent call to retrieve the next page.
This is a convenience which creates an instance of the
ListSearchesRequest.Builderavoiding the need to create one manually viaListSearchesRequest.builder()- Parameters:
listSearchesRequest- AConsumerthat will call methods onListSearchesRequest.Builderto create a request. Input for the ListSearches operation.- Returns:
- Result of the ListSearches operation returned by the service.
- See Also:
-
listSearchesPaginator
default ListSearchesIterable listSearchesPaginator(ListSearchesRequest listSearchesRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listSearches(software.amazon.awssdk.services.iotsitewise.model.ListSearchesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListSearchesIterable responses = client.listSearchesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListSearchesIterable responses = client.listSearchesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListSearchesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListSearchesIterable responses = client.listSearchesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSearches(software.amazon.awssdk.services.iotsitewise.model.ListSearchesRequest)operation.- Parameters:
listSearchesRequest- Input for the ListSearches operation.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listSearchesPaginator
default ListSearchesIterable listSearchesPaginator(Consumer<ListSearchesRequest.Builder> listSearchesRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listSearches(software.amazon.awssdk.services.iotsitewise.model.ListSearchesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListSearchesIterable responses = client.listSearchesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListSearchesIterable responses = client.listSearchesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListSearchesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListSearchesIterable responses = client.listSearchesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSearches(software.amazon.awssdk.services.iotsitewise.model.ListSearchesRequest)operation.
This is a convenience which creates an instance of the
ListSearchesRequest.Builderavoiding the need to create one manually viaListSearchesRequest.builder()- Parameters:
listSearchesRequest- AConsumerthat will call methods onListSearchesRequest.Builderto create a request. Input for the ListSearches operation.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, ResourceNotFoundException, ConflictingOperationException, LimitExceededException, UnauthorizedException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves the list of tags for an IoT SiteWise resource.
- Parameters:
listTagsForResourceRequest-- Returns:
- Result of the ListTagsForResource operation returned by the service.
- See Also:
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, ResourceNotFoundException, ConflictingOperationException, LimitExceededException, UnauthorizedException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves the list of tags for an IoT SiteWise resource.
This is a convenience which creates an instance of the
ListTagsForResourceRequest.Builderavoiding the need to create one manually viaListTagsForResourceRequest.builder()- Parameters:
listTagsForResourceRequest- AConsumerthat will call methods onListTagsForResourceRequest.Builderto create a request.- Returns:
- Result of the ListTagsForResource operation returned by the service.
- See Also:
-
listTasks
default ListTasksResponse listTasks(ListTasksRequest listTasksRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Lists tasks in a workspace. To get complete details about a task, use DescribeTask.
- Parameters:
listTasksRequest- Request structure for ListTasks operation.- Returns:
- Result of the ListTasks operation returned by the service.
- See Also:
-
listTasks
default ListTasksResponse listTasks(Consumer<ListTasksRequest.Builder> listTasksRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Lists tasks in a workspace. To get complete details about a task, use DescribeTask.
This is a convenience which creates an instance of the
ListTasksRequest.Builderavoiding the need to create one manually viaListTasksRequest.builder()- Parameters:
listTasksRequest- AConsumerthat will call methods onListTasksRequest.Builderto create a request. Request structure for ListTasks operation.- Returns:
- Result of the ListTasks operation returned by the service.
- See Also:
-
listTasksPaginator
default ListTasksIterable listTasksPaginator(ListTasksRequest listTasksRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listTasks(software.amazon.awssdk.services.iotsitewise.model.ListTasksRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListTasksIterable responses = client.listTasksPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListTasksIterable responses = client.listTasksPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListTasksResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListTasksIterable responses = client.listTasksPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTasks(software.amazon.awssdk.services.iotsitewise.model.ListTasksRequest)operation.- Parameters:
listTasksRequest- Request structure for ListTasks operation.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listTasksPaginator
default ListTasksIterable listTasksPaginator(Consumer<ListTasksRequest.Builder> listTasksRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listTasks(software.amazon.awssdk.services.iotsitewise.model.ListTasksRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListTasksIterable responses = client.listTasksPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListTasksIterable responses = client.listTasksPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListTasksResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListTasksIterable responses = client.listTasksPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTasks(software.amazon.awssdk.services.iotsitewise.model.ListTasksRequest)operation.
This is a convenience which creates an instance of the
ListTasksRequest.Builderavoiding the need to create one manually viaListTasksRequest.builder()- Parameters:
listTasksRequest- AConsumerthat will call methods onListTasksRequest.Builderto create a request. Request structure for ListTasks operation.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listTimeSeries
default ListTimeSeriesResponse listTimeSeries(ListTimeSeriesRequest listTimeSeriesRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of time series (data streams).
- Parameters:
listTimeSeriesRequest-- Returns:
- Result of the ListTimeSeries operation returned by the service.
- See Also:
-
listTimeSeries
default ListTimeSeriesResponse listTimeSeries(Consumer<ListTimeSeriesRequest.Builder> listTimeSeriesRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of time series (data streams).
This is a convenience which creates an instance of the
ListTimeSeriesRequest.Builderavoiding the need to create one manually viaListTimeSeriesRequest.builder()- Parameters:
listTimeSeriesRequest- AConsumerthat will call methods onListTimeSeriesRequest.Builderto create a request.- Returns:
- Result of the ListTimeSeries operation returned by the service.
- See Also:
-
listTimeSeriesPaginator
default ListTimeSeriesIterable listTimeSeriesPaginator(ListTimeSeriesRequest listTimeSeriesRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listTimeSeries(software.amazon.awssdk.services.iotsitewise.model.ListTimeSeriesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListTimeSeriesIterable responses = client.listTimeSeriesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListTimeSeriesIterable responses = client .listTimeSeriesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListTimeSeriesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListTimeSeriesIterable responses = client.listTimeSeriesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTimeSeries(software.amazon.awssdk.services.iotsitewise.model.ListTimeSeriesRequest)operation.- Parameters:
listTimeSeriesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listTimeSeriesPaginator
default ListTimeSeriesIterable listTimeSeriesPaginator(Consumer<ListTimeSeriesRequest.Builder> listTimeSeriesRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listTimeSeries(software.amazon.awssdk.services.iotsitewise.model.ListTimeSeriesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListTimeSeriesIterable responses = client.listTimeSeriesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListTimeSeriesIterable responses = client .listTimeSeriesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListTimeSeriesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListTimeSeriesIterable responses = client.listTimeSeriesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTimeSeries(software.amazon.awssdk.services.iotsitewise.model.ListTimeSeriesRequest)operation.
This is a convenience which creates an instance of the
ListTimeSeriesRequest.Builderavoiding the need to create one manually viaListTimeSeriesRequest.builder()- Parameters:
listTimeSeriesRequest- AConsumerthat will call methods onListTimeSeriesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listWorkspaces
default ListWorkspacesResponse listWorkspaces(ListWorkspacesRequest listWorkspacesRequest) throws AccessDeniedException, InvalidRequestException, ThrottlingException, InternalFailureException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of workspaces. Use the
nextTokenparameter to retrieve additional results.- Parameters:
listWorkspacesRequest-- Returns:
- Result of the ListWorkspaces operation returned by the service.
- See Also:
-
listWorkspaces
default ListWorkspacesResponse listWorkspaces(Consumer<ListWorkspacesRequest.Builder> listWorkspacesRequest) throws AccessDeniedException, InvalidRequestException, ThrottlingException, InternalFailureException, AwsServiceException, SdkClientException, IoTSiteWiseException Retrieves a paginated list of workspaces. Use the
nextTokenparameter to retrieve additional results.
This is a convenience which creates an instance of the
ListWorkspacesRequest.Builderavoiding the need to create one manually viaListWorkspacesRequest.builder()- Parameters:
listWorkspacesRequest- AConsumerthat will call methods onListWorkspacesRequest.Builderto create a request.- Returns:
- Result of the ListWorkspaces operation returned by the service.
- See Also:
-
listWorkspacesPaginator
default ListWorkspacesIterable listWorkspacesPaginator(ListWorkspacesRequest listWorkspacesRequest) throws AccessDeniedException, InvalidRequestException, ThrottlingException, InternalFailureException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listWorkspaces(software.amazon.awssdk.services.iotsitewise.model.ListWorkspacesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListWorkspacesIterable responses = client.listWorkspacesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListWorkspacesIterable responses = client .listWorkspacesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListWorkspacesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListWorkspacesIterable responses = client.listWorkspacesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listWorkspaces(software.amazon.awssdk.services.iotsitewise.model.ListWorkspacesRequest)operation.- Parameters:
listWorkspacesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listWorkspacesPaginator
default ListWorkspacesIterable listWorkspacesPaginator(Consumer<ListWorkspacesRequest.Builder> listWorkspacesRequest) throws AccessDeniedException, InvalidRequestException, ThrottlingException, InternalFailureException, AwsServiceException, SdkClientException, IoTSiteWiseException This is a variant of
listWorkspaces(software.amazon.awssdk.services.iotsitewise.model.ListWorkspacesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.iotsitewise.paginators.ListWorkspacesIterable responses = client.listWorkspacesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.iotsitewise.paginators.ListWorkspacesIterable responses = client .listWorkspacesPaginator(request); for (software.amazon.awssdk.services.iotsitewise.model.ListWorkspacesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.iotsitewise.paginators.ListWorkspacesIterable responses = client.listWorkspacesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listWorkspaces(software.amazon.awssdk.services.iotsitewise.model.ListWorkspacesRequest)operation.
This is a convenience which creates an instance of the
ListWorkspacesRequest.Builderavoiding the need to create one manually viaListWorkspacesRequest.builder()- Parameters:
listWorkspacesRequest- AConsumerthat will call methods onListWorkspacesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
putAssetModelInterfaceRelationship
default PutAssetModelInterfaceRelationshipResponse putAssetModelInterfaceRelationship(PutAssetModelInterfaceRelationshipRequest putAssetModelInterfaceRelationshipRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Creates or updates an interface relationship between an asset model and an interface asset model. This operation applies an interface to an asset model.
- Parameters:
putAssetModelInterfaceRelationshipRequest-- Returns:
- Result of the PutAssetModelInterfaceRelationship operation returned by the service.
- See Also:
-
putAssetModelInterfaceRelationship
default PutAssetModelInterfaceRelationshipResponse putAssetModelInterfaceRelationship(Consumer<PutAssetModelInterfaceRelationshipRequest.Builder> putAssetModelInterfaceRelationshipRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Creates or updates an interface relationship between an asset model and an interface asset model. This operation applies an interface to an asset model.
This is a convenience which creates an instance of the
PutAssetModelInterfaceRelationshipRequest.Builderavoiding the need to create one manually viaPutAssetModelInterfaceRelationshipRequest.builder()- Parameters:
putAssetModelInterfaceRelationshipRequest- AConsumerthat will call methods onPutAssetModelInterfaceRelationshipRequest.Builderto create a request.- Returns:
- Result of the PutAssetModelInterfaceRelationship operation returned by the service.
- See Also:
-
putDefaultEncryptionConfiguration
default PutDefaultEncryptionConfigurationResponse putDefaultEncryptionConfiguration(PutDefaultEncryptionConfigurationRequest putDefaultEncryptionConfigurationRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Sets the default encryption configuration for the Amazon Web Services account. For more information, see Key management in the IoT SiteWise User Guide.
- Parameters:
putDefaultEncryptionConfigurationRequest-- Returns:
- Result of the PutDefaultEncryptionConfiguration operation returned by the service.
- See Also:
-
putDefaultEncryptionConfiguration
default PutDefaultEncryptionConfigurationResponse putDefaultEncryptionConfiguration(Consumer<PutDefaultEncryptionConfigurationRequest.Builder> putDefaultEncryptionConfigurationRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Sets the default encryption configuration for the Amazon Web Services account. For more information, see Key management in the IoT SiteWise User Guide.
This is a convenience which creates an instance of the
PutDefaultEncryptionConfigurationRequest.Builderavoiding the need to create one manually viaPutDefaultEncryptionConfigurationRequest.builder()- Parameters:
putDefaultEncryptionConfigurationRequest- AConsumerthat will call methods onPutDefaultEncryptionConfigurationRequest.Builderto create a request.- Returns:
- Result of the PutDefaultEncryptionConfiguration operation returned by the service.
- See Also:
-
putLoggingOptions
default PutLoggingOptionsResponse putLoggingOptions(PutLoggingOptionsRequest putLoggingOptionsRequest) throws InvalidRequestException, ThrottlingException, InternalFailureException, ConflictingOperationException, ResourceNotFoundException, AwsServiceException, SdkClientException, IoTSiteWiseException Sets logging options for IoT SiteWise.
- Parameters:
putLoggingOptionsRequest-- Returns:
- Result of the PutLoggingOptions operation returned by the service.
- See Also:
-
putLoggingOptions
default PutLoggingOptionsResponse putLoggingOptions(Consumer<PutLoggingOptionsRequest.Builder> putLoggingOptionsRequest) throws InvalidRequestException, ThrottlingException, InternalFailureException, ConflictingOperationException, ResourceNotFoundException, AwsServiceException, SdkClientException, IoTSiteWiseException Sets logging options for IoT SiteWise.
This is a convenience which creates an instance of the
PutLoggingOptionsRequest.Builderavoiding the need to create one manually viaPutLoggingOptionsRequest.builder()- Parameters:
putLoggingOptionsRequest- AConsumerthat will call methods onPutLoggingOptionsRequest.Builderto create a request.- Returns:
- Result of the PutLoggingOptions operation returned by the service.
- See Also:
-
putStorageConfiguration
default PutStorageConfigurationResponse putStorageConfiguration(PutStorageConfigurationRequest putStorageConfigurationRequest) throws InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Configures storage settings for IoT SiteWise.
- Parameters:
putStorageConfigurationRequest-- Returns:
- Result of the PutStorageConfiguration operation returned by the service.
- See Also:
-
putStorageConfiguration
default PutStorageConfigurationResponse putStorageConfiguration(Consumer<PutStorageConfigurationRequest.Builder> putStorageConfigurationRequest) throws InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Configures storage settings for IoT SiteWise.
This is a convenience which creates an instance of the
PutStorageConfigurationRequest.Builderavoiding the need to create one manually viaPutStorageConfigurationRequest.builder()- Parameters:
putStorageConfigurationRequest- AConsumerthat will call methods onPutStorageConfigurationRequest.Builderto create a request.- Returns:
- Result of the PutStorageConfiguration operation returned by the service.
- See Also:
-
startPipelineExecution
default StartPipelineExecutionResponse startPipelineExecution(StartPipelineExecutionRequest startPipelineExecutionRequest) throws InternalFailureException, AccessDeniedException, LimitExceededException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Starts execution of a pipeline in the specified workspace. Each compute node runs according to the DAG dependency order defined in the pipeline. Nodes without dependencies start immediately, while dependent nodes wait for all upstream nodes to complete successfully.
You can provide runtime environment variable overrides that take the highest priority in the environment variable hierarchy, without modifying the pipeline definition.
- Parameters:
startPipelineExecutionRequest- Request structure for StartPipelineExecution operation.- Returns:
- Result of the StartPipelineExecution operation returned by the service.
- See Also:
-
startPipelineExecution
default StartPipelineExecutionResponse startPipelineExecution(Consumer<StartPipelineExecutionRequest.Builder> startPipelineExecutionRequest) throws InternalFailureException, AccessDeniedException, LimitExceededException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Starts execution of a pipeline in the specified workspace. Each compute node runs according to the DAG dependency order defined in the pipeline. Nodes without dependencies start immediately, while dependent nodes wait for all upstream nodes to complete successfully.
You can provide runtime environment variable overrides that take the highest priority in the environment variable hierarchy, without modifying the pipeline definition.
This is a convenience which creates an instance of the
StartPipelineExecutionRequest.Builderavoiding the need to create one manually viaStartPipelineExecutionRequest.builder()- Parameters:
startPipelineExecutionRequest- AConsumerthat will call methods onStartPipelineExecutionRequest.Builderto create a request. Request structure for StartPipelineExecution operation.- Returns:
- Result of the StartPipelineExecution operation returned by the service.
- See Also:
-
startQuery
default StartQueryResponse startQuery(StartQueryRequest startQueryRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Starts an asynchronous SQL query against workspace telemetry, annotations, data segment, and dataset data.
- Parameters:
startQueryRequest-- Returns:
- Result of the StartQuery operation returned by the service.
- See Also:
-
startQuery
default StartQueryResponse startQuery(Consumer<StartQueryRequest.Builder> startQueryRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Starts an asynchronous SQL query against workspace telemetry, annotations, data segment, and dataset data.
This is a convenience which creates an instance of the
StartQueryRequest.Builderavoiding the need to create one manually viaStartQueryRequest.builder()- Parameters:
startQueryRequest- AConsumerthat will call methods onStartQueryRequest.Builderto create a request.- Returns:
- Result of the StartQuery operation returned by the service.
- See Also:
-
startSearch
default StartSearchResponse startSearch(StartSearchRequest startSearchRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, LimitExceededException, ResourceNotFoundException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Starts an asynchronous search over the data in a workspace. The search runs in the background; the response returns immediately with a
searchIdand an initial status ofQUEUED. UseDescribeSearchto poll for completion andGetSearchResultsto retrieve the results once the search reachesSUCCEEDED. The request is idempotent onclientToken: repeating a call with the same token returns the original search instead of starting a new one.- Parameters:
startSearchRequest- Input for the StartSearch operation.- Returns:
- Result of the StartSearch operation returned by the service.
- See Also:
-
startSearch
default StartSearchResponse startSearch(Consumer<StartSearchRequest.Builder> startSearchRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, LimitExceededException, ResourceNotFoundException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Starts an asynchronous search over the data in a workspace. The search runs in the background; the response returns immediately with a
searchIdand an initial status ofQUEUED. UseDescribeSearchto poll for completion andGetSearchResultsto retrieve the results once the search reachesSUCCEEDED. The request is idempotent onclientToken: repeating a call with the same token returns the original search instead of starting a new one.
This is a convenience which creates an instance of the
StartSearchRequest.Builderavoiding the need to create one manually viaStartSearchRequest.builder()- Parameters:
startSearchRequest- AConsumerthat will call methods onStartSearchRequest.Builderto create a request. Input for the StartSearch operation.- Returns:
- Result of the StartSearch operation returned by the service.
- See Also:
-
tagResource
default TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, ResourceNotFoundException, ConflictingOperationException, LimitExceededException, UnauthorizedException, TooManyTagsException, AwsServiceException, SdkClientException, IoTSiteWiseException Adds tags to an IoT SiteWise resource. If a tag already exists for the resource, this operation updates the tag's value.
- Parameters:
tagResourceRequest-- Returns:
- Result of the TagResource operation returned by the service.
- See Also:
-
tagResource
default TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, ResourceNotFoundException, ConflictingOperationException, LimitExceededException, UnauthorizedException, TooManyTagsException, AwsServiceException, SdkClientException, IoTSiteWiseException Adds tags to an IoT SiteWise resource. If a tag already exists for the resource, this operation updates the tag's value.
This is a convenience which creates an instance of the
TagResourceRequest.Builderavoiding the need to create one manually viaTagResourceRequest.builder()- Parameters:
tagResourceRequest- AConsumerthat will call methods onTagResourceRequest.Builderto create a request.- Returns:
- Result of the TagResource operation returned by the service.
- See Also:
-
untagResource
default UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, ResourceNotFoundException, ConflictingOperationException, LimitExceededException, UnauthorizedException, AwsServiceException, SdkClientException, IoTSiteWiseException Removes a tag from an IoT SiteWise resource.
- Parameters:
untagResourceRequest-- Returns:
- Result of the UntagResource operation returned by the service.
- See Also:
-
untagResource
default UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws InvalidRequestException, InternalFailureException, ThrottlingException, ResourceNotFoundException, ConflictingOperationException, LimitExceededException, UnauthorizedException, AwsServiceException, SdkClientException, IoTSiteWiseException Removes a tag from an IoT SiteWise resource.
This is a convenience which creates an instance of the
UntagResourceRequest.Builderavoiding the need to create one manually viaUntagResourceRequest.builder()- Parameters:
untagResourceRequest- AConsumerthat will call methods onUntagResourceRequest.Builderto create a request.- Returns:
- Result of the UntagResource operation returned by the service.
- See Also:
-
updateAccessPolicy
default UpdateAccessPolicyResponse updateAccessPolicy(UpdateAccessPolicyRequest updateAccessPolicyRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException The IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025. If you would like to use the IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see IoT SiteWise Monitor availability change.
Updates an existing access policy that specifies an identity's access to an IoT SiteWise Monitor portal or project resource.
- Parameters:
updateAccessPolicyRequest-- Returns:
- Result of the UpdateAccessPolicy operation returned by the service.
- See Also:
-
updateAccessPolicy
default UpdateAccessPolicyResponse updateAccessPolicy(Consumer<UpdateAccessPolicyRequest.Builder> updateAccessPolicyRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException The IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025. If you would like to use the IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see IoT SiteWise Monitor availability change.
Updates an existing access policy that specifies an identity's access to an IoT SiteWise Monitor portal or project resource.
This is a convenience which creates an instance of the
UpdateAccessPolicyRequest.Builderavoiding the need to create one manually viaUpdateAccessPolicyRequest.builder()- Parameters:
updateAccessPolicyRequest- AConsumerthat will call methods onUpdateAccessPolicyRequest.Builderto create a request.- Returns:
- Result of the UpdateAccessPolicy operation returned by the service.
- See Also:
-
updateAsset
default UpdateAssetResponse updateAsset(UpdateAssetRequest updateAssetRequest) throws InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Updates an asset's name. For more information, see Updating assets and models in the IoT SiteWise User Guide.
- Parameters:
updateAssetRequest-- Returns:
- Result of the UpdateAsset operation returned by the service.
- See Also:
-
updateAsset
default UpdateAssetResponse updateAsset(Consumer<UpdateAssetRequest.Builder> updateAssetRequest) throws InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Updates an asset's name. For more information, see Updating assets and models in the IoT SiteWise User Guide.
This is a convenience which creates an instance of the
UpdateAssetRequest.Builderavoiding the need to create one manually viaUpdateAssetRequest.builder()- Parameters:
updateAssetRequest- AConsumerthat will call methods onUpdateAssetRequest.Builderto create a request.- Returns:
- Result of the UpdateAsset operation returned by the service.
- See Also:
-
updateAssetModel
default UpdateAssetModelResponse updateAssetModel(UpdateAssetModelRequest updateAssetModelRequest) throws InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, InternalFailureException, LimitExceededException, ThrottlingException, ConflictingOperationException, PreconditionFailedException, AwsServiceException, SdkClientException, IoTSiteWiseException 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 IoT SiteWise User Guide.
If you remove a property from an asset model, IoT SiteWise deletes all previous data for that property. You can’t change the type or data type of an existing property.
To replace an existing asset model property with a new one with the same
name, do the following:-
Submit an
UpdateAssetModelrequest with the entire existing property removed. -
Submit a second
UpdateAssetModelrequest that includes the new property. The new asset property will have the samenameas the previous one and IoT SiteWise will generate a new uniqueid.
- Parameters:
updateAssetModelRequest-- Returns:
- Result of the UpdateAssetModel operation returned by the service.
- See Also:
-
-
updateAssetModel
default UpdateAssetModelResponse updateAssetModel(Consumer<UpdateAssetModelRequest.Builder> updateAssetModelRequest) throws InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, InternalFailureException, LimitExceededException, ThrottlingException, ConflictingOperationException, PreconditionFailedException, AwsServiceException, SdkClientException, IoTSiteWiseException 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 IoT SiteWise User Guide.
If you remove a property from an asset model, IoT SiteWise deletes all previous data for that property. You can’t change the type or data type of an existing property.
To replace an existing asset model property with a new one with the same
name, do the following:-
Submit an
UpdateAssetModelrequest with the entire existing property removed. -
Submit a second
UpdateAssetModelrequest that includes the new property. The new asset property will have the samenameas the previous one and IoT SiteWise will generate a new uniqueid.
This is a convenience which creates an instance of the
UpdateAssetModelRequest.Builderavoiding the need to create one manually viaUpdateAssetModelRequest.builder()- Parameters:
updateAssetModelRequest- AConsumerthat will call methods onUpdateAssetModelRequest.Builderto create a request.- Returns:
- Result of the UpdateAssetModel operation returned by the service.
- See Also:
-
-
updateAssetModelCompositeModel
default UpdateAssetModelCompositeModelResponse updateAssetModelCompositeModel(UpdateAssetModelCompositeModelRequest updateAssetModelCompositeModelRequest) throws ConflictingOperationException, PreconditionFailedException, InternalFailureException, InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTSiteWiseException Updates a composite 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 IoT SiteWise User Guide.
If you remove a property from a composite asset model, IoT SiteWise deletes all previous data for that property. You can’t change the type or data type of an existing property.
To replace an existing composite asset model property with a new one with the same
name, do the following:-
Submit an
UpdateAssetModelCompositeModelrequest with the entire existing property removed. -
Submit a second
UpdateAssetModelCompositeModelrequest that includes the new property. The new asset property will have the samenameas the previous one and IoT SiteWise will generate a new uniqueid.
- Parameters:
updateAssetModelCompositeModelRequest-- Returns:
- Result of the UpdateAssetModelCompositeModel operation returned by the service.
- See Also:
-
-
updateAssetModelCompositeModel
default UpdateAssetModelCompositeModelResponse updateAssetModelCompositeModel(Consumer<UpdateAssetModelCompositeModelRequest.Builder> updateAssetModelCompositeModelRequest) throws ConflictingOperationException, PreconditionFailedException, InternalFailureException, InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTSiteWiseException Updates a composite 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 IoT SiteWise User Guide.
If you remove a property from a composite asset model, IoT SiteWise deletes all previous data for that property. You can’t change the type or data type of an existing property.
To replace an existing composite asset model property with a new one with the same
name, do the following:-
Submit an
UpdateAssetModelCompositeModelrequest with the entire existing property removed. -
Submit a second
UpdateAssetModelCompositeModelrequest that includes the new property. The new asset property will have the samenameas the previous one and IoT SiteWise will generate a new uniqueid.
This is a convenience which creates an instance of the
UpdateAssetModelCompositeModelRequest.Builderavoiding the need to create one manually viaUpdateAssetModelCompositeModelRequest.builder()- Parameters:
updateAssetModelCompositeModelRequest- AConsumerthat will call methods onUpdateAssetModelCompositeModelRequest.Builderto create a request.- Returns:
- Result of the UpdateAssetModelCompositeModel operation returned by the service.
- See Also:
-
-
updateAssetProperty
default UpdateAssetPropertyResponse updateAssetProperty(UpdateAssetPropertyRequest updateAssetPropertyRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException 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.
- Parameters:
updateAssetPropertyRequest-- Returns:
- Result of the UpdateAssetProperty operation returned by the service.
- See Also:
-
updateAssetProperty
default UpdateAssetPropertyResponse updateAssetProperty(Consumer<UpdateAssetPropertyRequest.Builder> updateAssetPropertyRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException 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.
This is a convenience which creates an instance of the
UpdateAssetPropertyRequest.Builderavoiding the need to create one manually viaUpdateAssetPropertyRequest.builder()- Parameters:
updateAssetPropertyRequest- AConsumerthat will call methods onUpdateAssetPropertyRequest.Builderto create a request.- Returns:
- Result of the UpdateAssetProperty operation returned by the service.
- See Also:
-
updateComputationModel
default UpdateComputationModelResponse updateComputationModel(UpdateComputationModelRequest updateComputationModelRequest) throws InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Updates the computation model.
- Parameters:
updateComputationModelRequest-- Returns:
- Result of the UpdateComputationModel operation returned by the service.
- See Also:
-
updateComputationModel
default UpdateComputationModelResponse updateComputationModel(Consumer<UpdateComputationModelRequest.Builder> updateComputationModelRequest) throws InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, InternalFailureException, ThrottlingException, LimitExceededException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Updates the computation model.
This is a convenience which creates an instance of the
UpdateComputationModelRequest.Builderavoiding the need to create one manually viaUpdateComputationModelRequest.builder()- Parameters:
updateComputationModelRequest- AConsumerthat will call methods onUpdateComputationModelRequest.Builderto create a request.- Returns:
- Result of the UpdateComputationModel operation returned by the service.
- See Also:
-
updateDashboard
default UpdateDashboardResponse updateDashboard(UpdateDashboardRequest updateDashboardRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException The IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025. If you would like to use the IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see IoT SiteWise Monitor availability change.
Updates an IoT SiteWise Monitor dashboard.
- Parameters:
updateDashboardRequest-- Returns:
- Result of the UpdateDashboard operation returned by the service.
- See Also:
-
updateDashboard
default UpdateDashboardResponse updateDashboard(Consumer<UpdateDashboardRequest.Builder> updateDashboardRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException The IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025. If you would like to use the IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see IoT SiteWise Monitor availability change.
Updates an IoT SiteWise Monitor dashboard.
This is a convenience which creates an instance of the
UpdateDashboardRequest.Builderavoiding the need to create one manually viaUpdateDashboardRequest.builder()- Parameters:
updateDashboardRequest- AConsumerthat will call methods onUpdateDashboardRequest.Builderto create a request.- Returns:
- Result of the UpdateDashboard operation returned by the service.
- See Also:
-
updateDataset
default UpdateDatasetResponse updateDataset(UpdateDatasetRequest updateDatasetRequest) throws InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, InternalFailureException, LimitExceededException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Updates a dataset.
- Parameters:
updateDatasetRequest-- Returns:
- Result of the UpdateDataset operation returned by the service.
- See Also:
-
updateDataset
default UpdateDatasetResponse updateDataset(Consumer<UpdateDatasetRequest.Builder> updateDatasetRequest) throws InvalidRequestException, ResourceAlreadyExistsException, ResourceNotFoundException, InternalFailureException, LimitExceededException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Updates a dataset.
This is a convenience which creates an instance of the
UpdateDatasetRequest.Builderavoiding the need to create one manually viaUpdateDatasetRequest.builder()- Parameters:
updateDatasetRequest- AConsumerthat will call methods onUpdateDatasetRequest.Builderto create a request.- Returns:
- Result of the UpdateDataset operation returned by the service.
- See Also:
-
updateGateway
default UpdateGatewayResponse updateGateway(UpdateGatewayRequest updateGatewayRequest) throws InvalidRequestException, ResourceNotFoundException, ConflictingOperationException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Updates a gateway's name.
- Parameters:
updateGatewayRequest-- Returns:
- Result of the UpdateGateway operation returned by the service.
- See Also:
-
updateGateway
default UpdateGatewayResponse updateGateway(Consumer<UpdateGatewayRequest.Builder> updateGatewayRequest) throws InvalidRequestException, ResourceNotFoundException, ConflictingOperationException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException Updates a gateway's name.
This is a convenience which creates an instance of the
UpdateGatewayRequest.Builderavoiding the need to create one manually viaUpdateGatewayRequest.builder()- Parameters:
updateGatewayRequest- AConsumerthat will call methods onUpdateGatewayRequest.Builderto create a request.- Returns:
- Result of the UpdateGateway operation returned by the service.
- See Also:
-
updateGatewayCapabilityConfiguration
default UpdateGatewayCapabilityConfigurationResponse updateGatewayCapabilityConfiguration(UpdateGatewayCapabilityConfigurationRequest updateGatewayCapabilityConfigurationRequest) throws InvalidRequestException, ResourceNotFoundException, ConflictingOperationException, InternalFailureException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTSiteWiseException Updates a gateway capability configuration or defines a new capability configuration. Each gateway capability defines data sources for a gateway.
Important workflow notes:
Each gateway capability defines data sources for a gateway. This is the namespace of the gateway capability.
. The namespace follows the format
service:capability:version, where:-
service- The service providing the capability, oriotsitewise. -
capability- The specific capability type. Options include:opcuacollectorfor the OPC UA data source collector, orpublisherfor data publisher capability. -
version- The version number of the capability. Option include2for Classic streams, V2 gateways, and3for MQTT-enabled, V3 gateways.
After updating a capability configuration, the sync status becomes
OUT_OF_SYNCuntil the gateway processes the configuration.UseDescribeGatewayCapabilityConfigurationto check the sync status and verify the configuration was applied.A gateway can have multiple capability configurations with different namespaces.
- Parameters:
updateGatewayCapabilityConfigurationRequest-- Returns:
- Result of the UpdateGatewayCapabilityConfiguration operation returned by the service.
- See Also:
-
-
updateGatewayCapabilityConfiguration
default UpdateGatewayCapabilityConfigurationResponse updateGatewayCapabilityConfiguration(Consumer<UpdateGatewayCapabilityConfigurationRequest.Builder> updateGatewayCapabilityConfigurationRequest) throws InvalidRequestException, ResourceNotFoundException, ConflictingOperationException, InternalFailureException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTSiteWiseException Updates a gateway capability configuration or defines a new capability configuration. Each gateway capability defines data sources for a gateway.
Important workflow notes:
Each gateway capability defines data sources for a gateway. This is the namespace of the gateway capability.
. The namespace follows the format
service:capability:version, where:-
service- The service providing the capability, oriotsitewise. -
capability- The specific capability type. Options include:opcuacollectorfor the OPC UA data source collector, orpublisherfor data publisher capability. -
version- The version number of the capability. Option include2for Classic streams, V2 gateways, and3for MQTT-enabled, V3 gateways.
After updating a capability configuration, the sync status becomes
OUT_OF_SYNCuntil the gateway processes the configuration.UseDescribeGatewayCapabilityConfigurationto check the sync status and verify the configuration was applied.A gateway can have multiple capability configurations with different namespaces.
This is a convenience which creates an instance of the
UpdateGatewayCapabilityConfigurationRequest.Builderavoiding the need to create one manually viaUpdateGatewayCapabilityConfigurationRequest.builder()- Parameters:
updateGatewayCapabilityConfigurationRequest- AConsumerthat will call methods onUpdateGatewayCapabilityConfigurationRequest.Builderto create a request.- Returns:
- Result of the UpdateGatewayCapabilityConfiguration operation returned by the service.
- See Also:
-
-
updatePipeline
default UpdatePipelineResponse updatePipeline(UpdatePipelineRequest updatePipelineRequest) throws InternalFailureException, AccessDeniedException, LimitExceededException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Updates an existing pipeline in the specified workspace. Only the fields provided in the request are updated; fields not included in the request are preserved unchanged. You can update the pipeline description, environment variables, and the list of compute nodes independently.
- Parameters:
updatePipelineRequest- Request structure for UpdatePipeline operation.- Returns:
- Result of the UpdatePipeline operation returned by the service.
- See Also:
-
updatePipeline
default UpdatePipelineResponse updatePipeline(Consumer<UpdatePipelineRequest.Builder> updatePipelineRequest) throws InternalFailureException, AccessDeniedException, LimitExceededException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Updates an existing pipeline in the specified workspace. Only the fields provided in the request are updated; fields not included in the request are preserved unchanged. You can update the pipeline description, environment variables, and the list of compute nodes independently.
This is a convenience which creates an instance of the
UpdatePipelineRequest.Builderavoiding the need to create one manually viaUpdatePipelineRequest.builder()- Parameters:
updatePipelineRequest- AConsumerthat will call methods onUpdatePipelineRequest.Builderto create a request. Request structure for UpdatePipeline operation.- Returns:
- Result of the UpdatePipeline operation returned by the service.
- See Also:
-
updatePortal
default UpdatePortalResponse updatePortal(UpdatePortalRequest updatePortalRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException The IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025. If you would like to use the IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see IoT SiteWise Monitor availability change.
Updates an IoT SiteWise Monitor portal.
- Parameters:
updatePortalRequest-- Returns:
- Result of the UpdatePortal operation returned by the service.
- See Also:
-
updatePortal
default UpdatePortalResponse updatePortal(Consumer<UpdatePortalRequest.Builder> updatePortalRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException The IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025. If you would like to use the IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see IoT SiteWise Monitor availability change.
Updates an IoT SiteWise Monitor portal.
This is a convenience which creates an instance of the
UpdatePortalRequest.Builderavoiding the need to create one manually viaUpdatePortalRequest.builder()- Parameters:
updatePortalRequest- AConsumerthat will call methods onUpdatePortalRequest.Builderto create a request.- Returns:
- Result of the UpdatePortal operation returned by the service.
- See Also:
-
updateProject
default UpdateProjectResponse updateProject(UpdateProjectRequest updateProjectRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException The IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025. If you would like to use the IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see IoT SiteWise Monitor availability change.
Updates an IoT SiteWise Monitor project.
- Parameters:
updateProjectRequest-- Returns:
- Result of the UpdateProject operation returned by the service.
- See Also:
-
updateProject
default UpdateProjectResponse updateProject(Consumer<UpdateProjectRequest.Builder> updateProjectRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ThrottlingException, AwsServiceException, SdkClientException, IoTSiteWiseException The IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025. If you would like to use the IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see IoT SiteWise Monitor availability change.
Updates an IoT SiteWise Monitor project.
This is a convenience which creates an instance of the
UpdateProjectRequest.Builderavoiding the need to create one manually viaUpdateProjectRequest.builder()- Parameters:
updateProjectRequest- AConsumerthat will call methods onUpdateProjectRequest.Builderto create a request.- Returns:
- Result of the UpdateProject operation returned by the service.
- See Also:
-
updateTask
default UpdateTaskResponse updateTask(UpdateTaskRequest updateTaskRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Updates an existing task in the specified workspace. Only the fields provided in the request are updated; fields not included in the request are preserved unchanged.
- Parameters:
updateTaskRequest- Request structure for UpdateTask operation.- Returns:
- Result of the UpdateTask operation returned by the service.
- See Also:
-
updateTask
default UpdateTaskResponse updateTask(Consumer<UpdateTaskRequest.Builder> updateTaskRequest) throws InternalFailureException, AccessDeniedException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, ConflictingOperationException, AwsServiceException, SdkClientException, IoTSiteWiseException Updates an existing task in the specified workspace. Only the fields provided in the request are updated; fields not included in the request are preserved unchanged.
This is a convenience which creates an instance of the
UpdateTaskRequest.Builderavoiding the need to create one manually viaUpdateTaskRequest.builder()- Parameters:
updateTaskRequest- AConsumerthat will call methods onUpdateTaskRequest.Builderto create a request. Request structure for UpdateTask operation.- Returns:
- Result of the UpdateTask operation returned by the service.
- See Also:
-
updateWorkspace
default UpdateWorkspaceResponse updateWorkspace(UpdateWorkspaceRequest updateWorkspaceRequest) throws AccessDeniedException, ResourceNotFoundException, InvalidRequestException, ConflictingOperationException, ThrottlingException, InternalFailureException, AwsServiceException, SdkClientException, IoTSiteWiseException Updates a workspace. You can update only workspaces in the
ACTIVEorFAILEDstate. Fields that you omit from the request are left unchanged. To recover a workspace in theFAILEDstate, call this operation and supply its encryption configuration again.- Parameters:
updateWorkspaceRequest-- Returns:
- Result of the UpdateWorkspace operation returned by the service.
- See Also:
-
updateWorkspace
default UpdateWorkspaceResponse updateWorkspace(Consumer<UpdateWorkspaceRequest.Builder> updateWorkspaceRequest) throws AccessDeniedException, ResourceNotFoundException, InvalidRequestException, ConflictingOperationException, ThrottlingException, InternalFailureException, AwsServiceException, SdkClientException, IoTSiteWiseException Updates a workspace. You can update only workspaces in the
ACTIVEorFAILEDstate. Fields that you omit from the request are left unchanged. To recover a workspace in theFAILEDstate, call this operation and supply its encryption configuration again.
This is a convenience which creates an instance of the
UpdateWorkspaceRequest.Builderavoiding the need to create one manually viaUpdateWorkspaceRequest.builder()- Parameters:
updateWorkspaceRequest- AConsumerthat will call methods onUpdateWorkspaceRequest.Builderto create a request.- Returns:
- Result of the UpdateWorkspace operation returned by the service.
- See Also:
-
waiter
Create an instance ofIoTSiteWiseWaiterusing this client.Waiters created via this method are managed by the SDK and resources will be released when the service client is closed.
- Returns:
- an instance of
IoTSiteWiseWaiter
-
create
Create aIoTSiteWiseClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
builder
Create a builder that can be used to configure and create aIoTSiteWiseClient. -
serviceMetadata
-
serviceClientConfiguration
Description copied from interface:SdkClientThe SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration- Specified by:
serviceClientConfigurationin interfaceAwsClient- Specified by:
serviceClientConfigurationin interfaceSdkClient- Returns:
- SdkServiceClientConfiguration
-