@Generated(value="software.amazon.awssdk:codegen") public interface IoTAnalyticsClient extends SdkClient
builder() method.
AWS IoT Analytics allows you to collect large amounts of device data, process messages, and store them. You can then query the data and run sophisticated analytics on it. AWS IoT Analytics enables advanced data exploration through integration with Jupyter Notebooks and data visualization through integration with Amazon QuickSight.
Traditional analytics and business intelligence tools are designed to process structured data. IoT data often comes from devices that record noisy processes (such as temperature, motion, or sound). As a result the data from these devices can have significant gaps, corrupted messages, and false readings that must be cleaned up before analysis can occur. Also, IoT data is often only meaningful in the context of other data from external sources.
AWS IoT Analytics automates the steps required to analyze data from IoT devices. AWS IoT Analytics filters, transforms, and enriches IoT data before storing it in a time-series data store for analysis. You can set up the service to collect only the data you need from your devices, apply mathematical transforms to process the data, and enrich the data with device-specific metadata such as device type and location before storing it. Then, you can analyze your data by running queries using the built-in SQL query engine, or perform more complex analytics and machine learning inference. AWS IoT Analytics includes pre-built models for common IoT use cases so you can answer questions like which devices are about to fail or which customers are at risk of abandoning their wearable devices.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
default BatchPutMessageResponse |
batchPutMessage(BatchPutMessageRequest batchPutMessageRequest)
Sends messages to a channel.
|
default BatchPutMessageResponse |
batchPutMessage(Consumer<BatchPutMessageRequest.Builder> batchPutMessageRequest)
Sends messages to a channel.
|
static IoTAnalyticsClientBuilder |
builder()
Create a builder that can be used to configure and create a
IoTAnalyticsClient. |
default CancelPipelineReprocessingResponse |
cancelPipelineReprocessing(CancelPipelineReprocessingRequest cancelPipelineReprocessingRequest)
Cancels the reprocessing of data through the pipeline.
|
default CancelPipelineReprocessingResponse |
cancelPipelineReprocessing(Consumer<CancelPipelineReprocessingRequest.Builder> cancelPipelineReprocessingRequest)
Cancels the reprocessing of data through the pipeline.
|
static IoTAnalyticsClient |
create()
Create a
IoTAnalyticsClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CreateChannelResponse |
createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)
Creates a channel.
|
default CreateChannelResponse |
createChannel(CreateChannelRequest createChannelRequest)
Creates a channel.
|
default CreateDatasetResponse |
createDataset(Consumer<CreateDatasetRequest.Builder> createDatasetRequest)
Creates a data set.
|
default CreateDatasetResponse |
createDataset(CreateDatasetRequest createDatasetRequest)
Creates a data set.
|
default CreateDatasetContentResponse |
createDatasetContent(Consumer<CreateDatasetContentRequest.Builder> createDatasetContentRequest)
Creates the content of a data set by applying a SQL action.
|
default CreateDatasetContentResponse |
createDatasetContent(CreateDatasetContentRequest createDatasetContentRequest)
Creates the content of a data set by applying a SQL action.
|
default CreateDatastoreResponse |
createDatastore(Consumer<CreateDatastoreRequest.Builder> createDatastoreRequest)
Creates a data store, which is a repository for messages.
|
default CreateDatastoreResponse |
createDatastore(CreateDatastoreRequest createDatastoreRequest)
Creates a data store, which is a repository for messages.
|
default CreatePipelineResponse |
createPipeline(Consumer<CreatePipelineRequest.Builder> createPipelineRequest)
Creates a pipeline.
|
default CreatePipelineResponse |
createPipeline(CreatePipelineRequest createPipelineRequest)
Creates a pipeline.
|
default DeleteChannelResponse |
deleteChannel(Consumer<DeleteChannelRequest.Builder> deleteChannelRequest)
Deletes the specified channel.
|
default DeleteChannelResponse |
deleteChannel(DeleteChannelRequest deleteChannelRequest)
Deletes the specified channel.
|
default DeleteDatasetResponse |
deleteDataset(Consumer<DeleteDatasetRequest.Builder> deleteDatasetRequest)
Deletes the specified data set.
|
default DeleteDatasetResponse |
deleteDataset(DeleteDatasetRequest deleteDatasetRequest)
Deletes the specified data set.
|
default DeleteDatasetContentResponse |
deleteDatasetContent(Consumer<DeleteDatasetContentRequest.Builder> deleteDatasetContentRequest)
Deletes the content of the specified data set.
|
default DeleteDatasetContentResponse |
deleteDatasetContent(DeleteDatasetContentRequest deleteDatasetContentRequest)
Deletes the content of the specified data set.
|
default DeleteDatastoreResponse |
deleteDatastore(Consumer<DeleteDatastoreRequest.Builder> deleteDatastoreRequest)
Deletes the specified data store.
|
default DeleteDatastoreResponse |
deleteDatastore(DeleteDatastoreRequest deleteDatastoreRequest)
Deletes the specified data store.
|
default DeletePipelineResponse |
deletePipeline(Consumer<DeletePipelineRequest.Builder> deletePipelineRequest)
Deletes the specified pipeline.
|
default DeletePipelineResponse |
deletePipeline(DeletePipelineRequest deletePipelineRequest)
Deletes the specified pipeline.
|
default DescribeChannelResponse |
describeChannel(Consumer<DescribeChannelRequest.Builder> describeChannelRequest)
Retrieves information about a channel.
|
default DescribeChannelResponse |
describeChannel(DescribeChannelRequest describeChannelRequest)
Retrieves information about a channel.
|
default DescribeDatasetResponse |
describeDataset(Consumer<DescribeDatasetRequest.Builder> describeDatasetRequest)
Retrieves information about a data set.
|
default DescribeDatasetResponse |
describeDataset(DescribeDatasetRequest describeDatasetRequest)
Retrieves information about a data set.
|
default DescribeDatastoreResponse |
describeDatastore(Consumer<DescribeDatastoreRequest.Builder> describeDatastoreRequest)
Retrieves information about a data store.
|
default DescribeDatastoreResponse |
describeDatastore(DescribeDatastoreRequest describeDatastoreRequest)
Retrieves information about a data store.
|
default DescribeLoggingOptionsResponse |
describeLoggingOptions(Consumer<DescribeLoggingOptionsRequest.Builder> describeLoggingOptionsRequest)
Retrieves the current settings of the AWS IoT Analytics logging options.
|
default DescribeLoggingOptionsResponse |
describeLoggingOptions(DescribeLoggingOptionsRequest describeLoggingOptionsRequest)
Retrieves the current settings of the AWS IoT Analytics logging options.
|
default DescribePipelineResponse |
describePipeline(Consumer<DescribePipelineRequest.Builder> describePipelineRequest)
Retrieves information about a pipeline.
|
default DescribePipelineResponse |
describePipeline(DescribePipelineRequest describePipelineRequest)
Retrieves information about a pipeline.
|
default GetDatasetContentResponse |
getDatasetContent(Consumer<GetDatasetContentRequest.Builder> getDatasetContentRequest)
Retrieves the contents of a data set as pre-signed URIs.
|
default GetDatasetContentResponse |
getDatasetContent(GetDatasetContentRequest getDatasetContentRequest)
Retrieves the contents of a data set as pre-signed URIs.
|
default ListChannelsResponse |
listChannels()
Retrieves a list of channels.
|
default ListChannelsResponse |
listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Retrieves a list of channels.
|
default ListChannelsResponse |
listChannels(ListChannelsRequest listChannelsRequest)
Retrieves a list of channels.
|
default ListChannelsIterable |
listChannelsPaginator()
Retrieves a list of channels.
|
default ListChannelsIterable |
listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Retrieves a list of channels.
|
default ListChannelsIterable |
listChannelsPaginator(ListChannelsRequest listChannelsRequest)
Retrieves a list of channels.
|
default ListDatasetContentsResponse |
listDatasetContents(Consumer<ListDatasetContentsRequest.Builder> listDatasetContentsRequest)
Lists information about data set contents that have been created.
|
default ListDatasetContentsResponse |
listDatasetContents(ListDatasetContentsRequest listDatasetContentsRequest)
Lists information about data set contents that have been created.
|
default ListDatasetContentsIterable |
listDatasetContentsPaginator(Consumer<ListDatasetContentsRequest.Builder> listDatasetContentsRequest)
Lists information about data set contents that have been created.
|
default ListDatasetContentsIterable |
listDatasetContentsPaginator(ListDatasetContentsRequest listDatasetContentsRequest)
Lists information about data set contents that have been created.
|
default ListDatasetsResponse |
listDatasets()
Retrieves information about data sets.
|
default ListDatasetsResponse |
listDatasets(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest)
Retrieves information about data sets.
|
default ListDatasetsResponse |
listDatasets(ListDatasetsRequest listDatasetsRequest)
Retrieves information about data sets.
|
default ListDatasetsIterable |
listDatasetsPaginator()
Retrieves information about data sets.
|
default ListDatasetsIterable |
listDatasetsPaginator(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest)
Retrieves information about data sets.
|
default ListDatasetsIterable |
listDatasetsPaginator(ListDatasetsRequest listDatasetsRequest)
Retrieves information about data sets.
|
default ListDatastoresResponse |
listDatastores()
Retrieves a list of data stores.
|
default ListDatastoresResponse |
listDatastores(Consumer<ListDatastoresRequest.Builder> listDatastoresRequest)
Retrieves a list of data stores.
|
default ListDatastoresResponse |
listDatastores(ListDatastoresRequest listDatastoresRequest)
Retrieves a list of data stores.
|
default ListDatastoresIterable |
listDatastoresPaginator()
Retrieves a list of data stores.
|
default ListDatastoresIterable |
listDatastoresPaginator(Consumer<ListDatastoresRequest.Builder> listDatastoresRequest)
Retrieves a list of data stores.
|
default ListDatastoresIterable |
listDatastoresPaginator(ListDatastoresRequest listDatastoresRequest)
Retrieves a list of data stores.
|
default ListPipelinesResponse |
listPipelines()
Retrieves a list of pipelines.
|
default ListPipelinesResponse |
listPipelines(Consumer<ListPipelinesRequest.Builder> listPipelinesRequest)
Retrieves a list of pipelines.
|
default ListPipelinesResponse |
listPipelines(ListPipelinesRequest listPipelinesRequest)
Retrieves a list of pipelines.
|
default ListPipelinesIterable |
listPipelinesPaginator()
Retrieves a list of pipelines.
|
default ListPipelinesIterable |
listPipelinesPaginator(Consumer<ListPipelinesRequest.Builder> listPipelinesRequest)
Retrieves a list of pipelines.
|
default ListPipelinesIterable |
listPipelinesPaginator(ListPipelinesRequest listPipelinesRequest)
Retrieves a list of pipelines.
|
default ListTagsForResourceResponse |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists the tags (metadata) which you have assigned to the resource.
|
default ListTagsForResourceResponse |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags (metadata) which you have assigned to the resource.
|
default PutLoggingOptionsResponse |
putLoggingOptions(Consumer<PutLoggingOptionsRequest.Builder> putLoggingOptionsRequest)
Sets or updates the AWS IoT Analytics logging options.
|
default PutLoggingOptionsResponse |
putLoggingOptions(PutLoggingOptionsRequest putLoggingOptionsRequest)
Sets or updates the AWS IoT Analytics logging options.
|
default RunPipelineActivityResponse |
runPipelineActivity(Consumer<RunPipelineActivityRequest.Builder> runPipelineActivityRequest)
Simulates the results of running a pipeline activity on a message payload.
|
default RunPipelineActivityResponse |
runPipelineActivity(RunPipelineActivityRequest runPipelineActivityRequest)
Simulates the results of running a pipeline activity on a message payload.
|
default SampleChannelDataResponse |
sampleChannelData(Consumer<SampleChannelDataRequest.Builder> sampleChannelDataRequest)
Retrieves a sample of messages from the specified channel ingested during the specified timeframe.
|
default SampleChannelDataResponse |
sampleChannelData(SampleChannelDataRequest sampleChannelDataRequest)
Retrieves a sample of messages from the specified channel ingested during the specified timeframe.
|
static ServiceMetadata |
serviceMetadata() |
default StartPipelineReprocessingResponse |
startPipelineReprocessing(Consumer<StartPipelineReprocessingRequest.Builder> startPipelineReprocessingRequest)
Starts the reprocessing of raw message data through the pipeline.
|
default StartPipelineReprocessingResponse |
startPipelineReprocessing(StartPipelineReprocessingRequest startPipelineReprocessingRequest)
Starts the reprocessing of raw message data through the pipeline.
|
default TagResourceResponse |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds to or modifies the tags of the given resource.
|
default TagResourceResponse |
tagResource(TagResourceRequest tagResourceRequest)
Adds to or modifies the tags of the given resource.
|
default UntagResourceResponse |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes the given tags (metadata) from the resource.
|
default UntagResourceResponse |
untagResource(UntagResourceRequest untagResourceRequest)
Removes the given tags (metadata) from the resource.
|
default UpdateChannelResponse |
updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)
Updates the settings of a channel.
|
default UpdateChannelResponse |
updateChannel(UpdateChannelRequest updateChannelRequest)
Updates the settings of a channel.
|
default UpdateDatasetResponse |
updateDataset(Consumer<UpdateDatasetRequest.Builder> updateDatasetRequest)
Updates the settings of a data set.
|
default UpdateDatasetResponse |
updateDataset(UpdateDatasetRequest updateDatasetRequest)
Updates the settings of a data set.
|
default UpdateDatastoreResponse |
updateDatastore(Consumer<UpdateDatastoreRequest.Builder> updateDatastoreRequest)
Updates the settings of a data store.
|
default UpdateDatastoreResponse |
updateDatastore(UpdateDatastoreRequest updateDatastoreRequest)
Updates the settings of a data store.
|
default UpdatePipelineResponse |
updatePipeline(Consumer<UpdatePipelineRequest.Builder> updatePipelineRequest)
Updates the settings of a pipeline.
|
default UpdatePipelineResponse |
updatePipeline(UpdatePipelineRequest updatePipelineRequest)
Updates the settings of a pipeline.
|
serviceNameclosestatic final String SERVICE_NAME
static IoTAnalyticsClient create()
IoTAnalyticsClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static IoTAnalyticsClientBuilder builder()
IoTAnalyticsClient.default BatchPutMessageResponse batchPutMessage(BatchPutMessageRequest batchPutMessageRequest) throws ResourceNotFoundException, InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Sends messages to a channel.
batchPutMessageRequest - ResourceNotFoundException - A resource with the specified name could not be found.InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault BatchPutMessageResponse batchPutMessage(Consumer<BatchPutMessageRequest.Builder> batchPutMessageRequest) throws ResourceNotFoundException, InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Sends messages to a channel.
This is a convenience which creates an instance of the BatchPutMessageRequest.Builder avoiding the need
to create one manually via BatchPutMessageRequest.builder()
batchPutMessageRequest - A Consumer that will call methods on BatchPutMessageRequest.Builder to create a request.ResourceNotFoundException - A resource with the specified name could not be found.InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CancelPipelineReprocessingResponse cancelPipelineReprocessing(CancelPipelineReprocessingRequest cancelPipelineReprocessingRequest) throws ResourceNotFoundException, InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Cancels the reprocessing of data through the pipeline.
cancelPipelineReprocessingRequest - ResourceNotFoundException - A resource with the specified name could not be found.InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CancelPipelineReprocessingResponse cancelPipelineReprocessing(Consumer<CancelPipelineReprocessingRequest.Builder> cancelPipelineReprocessingRequest) throws ResourceNotFoundException, InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Cancels the reprocessing of data through the pipeline.
This is a convenience which creates an instance of the CancelPipelineReprocessingRequest.Builder avoiding
the need to create one manually via CancelPipelineReprocessingRequest.builder()
cancelPipelineReprocessingRequest - A Consumer that will call methods on CancelPipelineReprocessingRequest.Builder to create a
request.ResourceNotFoundException - A resource with the specified name could not be found.InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateChannelResponse createChannel(CreateChannelRequest createChannelRequest) throws InvalidRequestException, ResourceAlreadyExistsException, InternalFailureException, ServiceUnavailableException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTAnalyticsException
Creates a channel. A channel collects data from an MQTT topic and archives the raw, unprocessed messages before publishing the data to a pipeline.
createChannelRequest - InvalidRequestException - The request was not valid.ResourceAlreadyExistsException - A resource with the same name already exists.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.LimitExceededException - The command caused an internal limit to be exceeded.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateChannelResponse createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest) throws InvalidRequestException, ResourceAlreadyExistsException, InternalFailureException, ServiceUnavailableException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTAnalyticsException
Creates a channel. A channel collects data from an MQTT topic and archives the raw, unprocessed messages before publishing the data to a pipeline.
This is a convenience which creates an instance of the CreateChannelRequest.Builder avoiding the need to
create one manually via CreateChannelRequest.builder()
createChannelRequest - A Consumer that will call methods on CreateChannelRequest.Builder to create a request.InvalidRequestException - The request was not valid.ResourceAlreadyExistsException - A resource with the same name already exists.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.LimitExceededException - The command caused an internal limit to be exceeded.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDatasetResponse createDataset(CreateDatasetRequest createDatasetRequest) throws InvalidRequestException, ResourceAlreadyExistsException, InternalFailureException, ServiceUnavailableException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTAnalyticsException
Creates a data set. A data set stores data retrieved from a data store by applying a "queryAction" (a SQL query) or a "containerAction" (executing a containerized application). This operation creates the skeleton of a data set. The data set can be populated manually by calling "CreateDatasetContent" or automatically according to a "trigger" you specify.
createDatasetRequest - InvalidRequestException - The request was not valid.ResourceAlreadyExistsException - A resource with the same name already exists.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.LimitExceededException - The command caused an internal limit to be exceeded.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDatasetResponse createDataset(Consumer<CreateDatasetRequest.Builder> createDatasetRequest) throws InvalidRequestException, ResourceAlreadyExistsException, InternalFailureException, ServiceUnavailableException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTAnalyticsException
Creates a data set. A data set stores data retrieved from a data store by applying a "queryAction" (a SQL query) or a "containerAction" (executing a containerized application). This operation creates the skeleton of a data set. The data set can be populated manually by calling "CreateDatasetContent" or automatically according to a "trigger" you specify.
This is a convenience which creates an instance of the CreateDatasetRequest.Builder avoiding the need to
create one manually via CreateDatasetRequest.builder()
createDatasetRequest - A Consumer that will call methods on CreateDatasetRequest.Builder to create a request.InvalidRequestException - The request was not valid.ResourceAlreadyExistsException - A resource with the same name already exists.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.LimitExceededException - The command caused an internal limit to be exceeded.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDatasetContentResponse createDatasetContent(CreateDatasetContentRequest createDatasetContentRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Creates the content of a data set by applying a SQL action.
createDatasetContentRequest - InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDatasetContentResponse createDatasetContent(Consumer<CreateDatasetContentRequest.Builder> createDatasetContentRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Creates the content of a data set by applying a SQL action.
This is a convenience which creates an instance of the CreateDatasetContentRequest.Builder avoiding the
need to create one manually via CreateDatasetContentRequest.builder()
createDatasetContentRequest - A Consumer that will call methods on CreateDatasetContentRequest.Builder to create a
request.InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDatastoreResponse createDatastore(CreateDatastoreRequest createDatastoreRequest) throws InvalidRequestException, ResourceAlreadyExistsException, InternalFailureException, ServiceUnavailableException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTAnalyticsException
Creates a data store, which is a repository for messages.
createDatastoreRequest - InvalidRequestException - The request was not valid.ResourceAlreadyExistsException - A resource with the same name already exists.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.LimitExceededException - The command caused an internal limit to be exceeded.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDatastoreResponse createDatastore(Consumer<CreateDatastoreRequest.Builder> createDatastoreRequest) throws InvalidRequestException, ResourceAlreadyExistsException, InternalFailureException, ServiceUnavailableException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTAnalyticsException
Creates a data store, which is a repository for messages.
This is a convenience which creates an instance of the CreateDatastoreRequest.Builder avoiding the need
to create one manually via CreateDatastoreRequest.builder()
createDatastoreRequest - A Consumer that will call methods on CreateDatastoreRequest.Builder to create a request.InvalidRequestException - The request was not valid.ResourceAlreadyExistsException - A resource with the same name already exists.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.LimitExceededException - The command caused an internal limit to be exceeded.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreatePipelineResponse createPipeline(CreatePipelineRequest createPipelineRequest) throws InvalidRequestException, ResourceAlreadyExistsException, InternalFailureException, ServiceUnavailableException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTAnalyticsException
Creates a pipeline. A pipeline consumes messages from one or more channels and allows you to process the messages before storing them in a data store.
createPipelineRequest - InvalidRequestException - The request was not valid.ResourceAlreadyExistsException - A resource with the same name already exists.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.LimitExceededException - The command caused an internal limit to be exceeded.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreatePipelineResponse createPipeline(Consumer<CreatePipelineRequest.Builder> createPipelineRequest) throws InvalidRequestException, ResourceAlreadyExistsException, InternalFailureException, ServiceUnavailableException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTAnalyticsException
Creates a pipeline. A pipeline consumes messages from one or more channels and allows you to process the messages before storing them in a data store.
This is a convenience which creates an instance of the CreatePipelineRequest.Builder avoiding the need to
create one manually via CreatePipelineRequest.builder()
createPipelineRequest - A Consumer that will call methods on CreatePipelineRequest.Builder to create a request.InvalidRequestException - The request was not valid.ResourceAlreadyExistsException - A resource with the same name already exists.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.LimitExceededException - The command caused an internal limit to be exceeded.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteChannelResponse deleteChannel(DeleteChannelRequest deleteChannelRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Deletes the specified channel.
deleteChannelRequest - InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteChannelResponse deleteChannel(Consumer<DeleteChannelRequest.Builder> deleteChannelRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Deletes the specified channel.
This is a convenience which creates an instance of the DeleteChannelRequest.Builder avoiding the need to
create one manually via DeleteChannelRequest.builder()
deleteChannelRequest - A Consumer that will call methods on DeleteChannelRequest.Builder to create a request.InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDatasetResponse deleteDataset(DeleteDatasetRequest deleteDatasetRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Deletes the specified data set.
You do not have to delete the content of the data set before you perform this operation.
deleteDatasetRequest - InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDatasetResponse deleteDataset(Consumer<DeleteDatasetRequest.Builder> deleteDatasetRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Deletes the specified data set.
You do not have to delete the content of the data set before you perform this operation.
This is a convenience which creates an instance of the DeleteDatasetRequest.Builder avoiding the need to
create one manually via DeleteDatasetRequest.builder()
deleteDatasetRequest - A Consumer that will call methods on DeleteDatasetRequest.Builder to create a request.InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDatasetContentResponse deleteDatasetContent(DeleteDatasetContentRequest deleteDatasetContentRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Deletes the content of the specified data set.
deleteDatasetContentRequest - InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDatasetContentResponse deleteDatasetContent(Consumer<DeleteDatasetContentRequest.Builder> deleteDatasetContentRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Deletes the content of the specified data set.
This is a convenience which creates an instance of the DeleteDatasetContentRequest.Builder avoiding the
need to create one manually via DeleteDatasetContentRequest.builder()
deleteDatasetContentRequest - A Consumer that will call methods on DeleteDatasetContentRequest.Builder to create a
request.InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDatastoreResponse deleteDatastore(DeleteDatastoreRequest deleteDatastoreRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Deletes the specified data store.
deleteDatastoreRequest - InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDatastoreResponse deleteDatastore(Consumer<DeleteDatastoreRequest.Builder> deleteDatastoreRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Deletes the specified data store.
This is a convenience which creates an instance of the DeleteDatastoreRequest.Builder avoiding the need
to create one manually via DeleteDatastoreRequest.builder()
deleteDatastoreRequest - A Consumer that will call methods on DeleteDatastoreRequest.Builder to create a request.InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeletePipelineResponse deletePipeline(DeletePipelineRequest deletePipelineRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Deletes the specified pipeline.
deletePipelineRequest - InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeletePipelineResponse deletePipeline(Consumer<DeletePipelineRequest.Builder> deletePipelineRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Deletes the specified pipeline.
This is a convenience which creates an instance of the DeletePipelineRequest.Builder avoiding the need to
create one manually via DeletePipelineRequest.builder()
deletePipelineRequest - A Consumer that will call methods on DeletePipelineRequest.Builder to create a request.InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeChannelResponse describeChannel(DescribeChannelRequest describeChannelRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves information about a channel.
describeChannelRequest - InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeChannelResponse describeChannel(Consumer<DescribeChannelRequest.Builder> describeChannelRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves information about a channel.
This is a convenience which creates an instance of the DescribeChannelRequest.Builder avoiding the need
to create one manually via DescribeChannelRequest.builder()
describeChannelRequest - A Consumer that will call methods on DescribeChannelRequest.Builder to create a request.InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeDatasetResponse describeDataset(DescribeDatasetRequest describeDatasetRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves information about a data set.
describeDatasetRequest - InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeDatasetResponse describeDataset(Consumer<DescribeDatasetRequest.Builder> describeDatasetRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves information about a data set.
This is a convenience which creates an instance of the DescribeDatasetRequest.Builder avoiding the need
to create one manually via DescribeDatasetRequest.builder()
describeDatasetRequest - A Consumer that will call methods on DescribeDatasetRequest.Builder to create a request.InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeDatastoreResponse describeDatastore(DescribeDatastoreRequest describeDatastoreRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves information about a data store.
describeDatastoreRequest - InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeDatastoreResponse describeDatastore(Consumer<DescribeDatastoreRequest.Builder> describeDatastoreRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves information about a data store.
This is a convenience which creates an instance of the DescribeDatastoreRequest.Builder avoiding the need
to create one manually via DescribeDatastoreRequest.builder()
describeDatastoreRequest - A Consumer that will call methods on DescribeDatastoreRequest.Builder to create a request.InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeLoggingOptionsResponse describeLoggingOptions(DescribeLoggingOptionsRequest describeLoggingOptionsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves the current settings of the AWS IoT Analytics logging options.
describeLoggingOptionsRequest - InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeLoggingOptionsResponse describeLoggingOptions(Consumer<DescribeLoggingOptionsRequest.Builder> describeLoggingOptionsRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves the current settings of the AWS IoT Analytics logging options.
This is a convenience which creates an instance of the DescribeLoggingOptionsRequest.Builder avoiding the
need to create one manually via DescribeLoggingOptionsRequest.builder()
describeLoggingOptionsRequest - A Consumer that will call methods on DescribeLoggingOptionsRequest.Builder to create a
request.InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribePipelineResponse describePipeline(DescribePipelineRequest describePipelineRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves information about a pipeline.
describePipelineRequest - InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribePipelineResponse describePipeline(Consumer<DescribePipelineRequest.Builder> describePipelineRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves information about a pipeline.
This is a convenience which creates an instance of the DescribePipelineRequest.Builder avoiding the need
to create one manually via DescribePipelineRequest.builder()
describePipelineRequest - A Consumer that will call methods on DescribePipelineRequest.Builder to create a request.InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDatasetContentResponse getDatasetContent(GetDatasetContentRequest getDatasetContentRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves the contents of a data set as pre-signed URIs.
getDatasetContentRequest - InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDatasetContentResponse getDatasetContent(Consumer<GetDatasetContentRequest.Builder> getDatasetContentRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves the contents of a data set as pre-signed URIs.
This is a convenience which creates an instance of the GetDatasetContentRequest.Builder avoiding the need
to create one manually via GetDatasetContentRequest.builder()
getDatasetContentRequest - A Consumer that will call methods on GetDatasetContentRequest.Builder to create a request.InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListChannelsResponse listChannels() throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves a list of channels.
InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionlistChannels(ListChannelsRequest),
AWS API
Documentationdefault ListChannelsResponse listChannels(ListChannelsRequest listChannelsRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves a list of channels.
listChannelsRequest - InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListChannelsResponse listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves a list of channels.
This is a convenience which creates an instance of the ListChannelsRequest.Builder avoiding the need to
create one manually via ListChannelsRequest.builder()
listChannelsRequest - A Consumer that will call methods on ListChannelsRequest.Builder to create a request.InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListChannelsIterable listChannelsPaginator() throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves a list of channels.
This is a variant of
listChannels(software.amazon.awssdk.services.iotanalytics.model.ListChannelsRequest) 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
software.amazon.awssdk.services.iotanalytics.paginators.ListChannelsIterable responses = client.listChannelsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotanalytics.paginators.ListChannelsIterable responses = client
.listChannelsPaginator(request);
for (software.amazon.awssdk.services.iotanalytics.model.ListChannelsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotanalytics.paginators.ListChannelsIterable responses = client.listChannelsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listChannels(software.amazon.awssdk.services.iotanalytics.model.ListChannelsRequest) operation.
InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionlistChannelsPaginator(ListChannelsRequest),
AWS API
Documentationdefault ListChannelsIterable listChannelsPaginator(ListChannelsRequest listChannelsRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves a list of channels.
This is a variant of
listChannels(software.amazon.awssdk.services.iotanalytics.model.ListChannelsRequest) 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
software.amazon.awssdk.services.iotanalytics.paginators.ListChannelsIterable responses = client.listChannelsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotanalytics.paginators.ListChannelsIterable responses = client
.listChannelsPaginator(request);
for (software.amazon.awssdk.services.iotanalytics.model.ListChannelsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotanalytics.paginators.ListChannelsIterable responses = client.listChannelsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listChannels(software.amazon.awssdk.services.iotanalytics.model.ListChannelsRequest) operation.
listChannelsRequest - InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListChannelsIterable listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves a list of channels.
This is a variant of
listChannels(software.amazon.awssdk.services.iotanalytics.model.ListChannelsRequest) 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
software.amazon.awssdk.services.iotanalytics.paginators.ListChannelsIterable responses = client.listChannelsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotanalytics.paginators.ListChannelsIterable responses = client
.listChannelsPaginator(request);
for (software.amazon.awssdk.services.iotanalytics.model.ListChannelsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotanalytics.paginators.ListChannelsIterable responses = client.listChannelsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listChannels(software.amazon.awssdk.services.iotanalytics.model.ListChannelsRequest) operation.
This is a convenience which creates an instance of the ListChannelsRequest.Builder avoiding the need to
create one manually via ListChannelsRequest.builder()
listChannelsRequest - A Consumer that will call methods on ListChannelsRequest.Builder to create a request.InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDatasetContentsResponse listDatasetContents(ListDatasetContentsRequest listDatasetContentsRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, IoTAnalyticsException
Lists information about data set contents that have been created.
listDatasetContentsRequest - InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.ResourceNotFoundException - A resource with the specified name could not be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDatasetContentsResponse listDatasetContents(Consumer<ListDatasetContentsRequest.Builder> listDatasetContentsRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, IoTAnalyticsException
Lists information about data set contents that have been created.
This is a convenience which creates an instance of the ListDatasetContentsRequest.Builder avoiding the
need to create one manually via ListDatasetContentsRequest.builder()
listDatasetContentsRequest - A Consumer that will call methods on ListDatasetContentsRequest.Builder to create a
request.InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.ResourceNotFoundException - A resource with the specified name could not be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDatasetContentsIterable listDatasetContentsPaginator(ListDatasetContentsRequest listDatasetContentsRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, IoTAnalyticsException
Lists information about data set contents that have been created.
This is a variant of
listDatasetContents(software.amazon.awssdk.services.iotanalytics.model.ListDatasetContentsRequest)
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
software.amazon.awssdk.services.iotanalytics.paginators.ListDatasetContentsIterable responses = client.listDatasetContentsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotanalytics.paginators.ListDatasetContentsIterable responses = client
.listDatasetContentsPaginator(request);
for (software.amazon.awssdk.services.iotanalytics.model.ListDatasetContentsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotanalytics.paginators.ListDatasetContentsIterable responses = client.listDatasetContentsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listDatasetContents(software.amazon.awssdk.services.iotanalytics.model.ListDatasetContentsRequest)
operation.
listDatasetContentsRequest - InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.ResourceNotFoundException - A resource with the specified name could not be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDatasetContentsIterable listDatasetContentsPaginator(Consumer<ListDatasetContentsRequest.Builder> listDatasetContentsRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, IoTAnalyticsException
Lists information about data set contents that have been created.
This is a variant of
listDatasetContents(software.amazon.awssdk.services.iotanalytics.model.ListDatasetContentsRequest)
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
software.amazon.awssdk.services.iotanalytics.paginators.ListDatasetContentsIterable responses = client.listDatasetContentsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotanalytics.paginators.ListDatasetContentsIterable responses = client
.listDatasetContentsPaginator(request);
for (software.amazon.awssdk.services.iotanalytics.model.ListDatasetContentsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotanalytics.paginators.ListDatasetContentsIterable responses = client.listDatasetContentsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listDatasetContents(software.amazon.awssdk.services.iotanalytics.model.ListDatasetContentsRequest)
operation.
This is a convenience which creates an instance of the ListDatasetContentsRequest.Builder avoiding the
need to create one manually via ListDatasetContentsRequest.builder()
listDatasetContentsRequest - A Consumer that will call methods on ListDatasetContentsRequest.Builder to create a
request.InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.ResourceNotFoundException - A resource with the specified name could not be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDatasetsResponse listDatasets() throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves information about data sets.
InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionlistDatasets(ListDatasetsRequest),
AWS API
Documentationdefault ListDatasetsResponse listDatasets(ListDatasetsRequest listDatasetsRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves information about data sets.
listDatasetsRequest - InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDatasetsResponse listDatasets(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves information about data sets.
This is a convenience which creates an instance of the ListDatasetsRequest.Builder avoiding the need to
create one manually via ListDatasetsRequest.builder()
listDatasetsRequest - A Consumer that will call methods on ListDatasetsRequest.Builder to create a request.InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDatasetsIterable listDatasetsPaginator() throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves information about data sets.
This is a variant of
listDatasets(software.amazon.awssdk.services.iotanalytics.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
software.amazon.awssdk.services.iotanalytics.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotanalytics.paginators.ListDatasetsIterable responses = client
.listDatasetsPaginator(request);
for (software.amazon.awssdk.services.iotanalytics.model.ListDatasetsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotanalytics.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listDatasets(software.amazon.awssdk.services.iotanalytics.model.ListDatasetsRequest) operation.
InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionlistDatasetsPaginator(ListDatasetsRequest),
AWS API
Documentationdefault ListDatasetsIterable listDatasetsPaginator(ListDatasetsRequest listDatasetsRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves information about data sets.
This is a variant of
listDatasets(software.amazon.awssdk.services.iotanalytics.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
software.amazon.awssdk.services.iotanalytics.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotanalytics.paginators.ListDatasetsIterable responses = client
.listDatasetsPaginator(request);
for (software.amazon.awssdk.services.iotanalytics.model.ListDatasetsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotanalytics.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listDatasets(software.amazon.awssdk.services.iotanalytics.model.ListDatasetsRequest) operation.
listDatasetsRequest - InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDatasetsIterable listDatasetsPaginator(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves information about data sets.
This is a variant of
listDatasets(software.amazon.awssdk.services.iotanalytics.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
software.amazon.awssdk.services.iotanalytics.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotanalytics.paginators.ListDatasetsIterable responses = client
.listDatasetsPaginator(request);
for (software.amazon.awssdk.services.iotanalytics.model.ListDatasetsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotanalytics.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listDatasets(software.amazon.awssdk.services.iotanalytics.model.ListDatasetsRequest) operation.
This is a convenience which creates an instance of the ListDatasetsRequest.Builder avoiding the need to
create one manually via ListDatasetsRequest.builder()
listDatasetsRequest - A Consumer that will call methods on ListDatasetsRequest.Builder to create a request.InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDatastoresResponse listDatastores() throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves a list of data stores.
InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionlistDatastores(ListDatastoresRequest),
AWS
API Documentationdefault ListDatastoresResponse listDatastores(ListDatastoresRequest listDatastoresRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves a list of data stores.
listDatastoresRequest - InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDatastoresResponse listDatastores(Consumer<ListDatastoresRequest.Builder> listDatastoresRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves a list of data stores.
This is a convenience which creates an instance of the ListDatastoresRequest.Builder avoiding the need to
create one manually via ListDatastoresRequest.builder()
listDatastoresRequest - A Consumer that will call methods on ListDatastoresRequest.Builder to create a request.InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDatastoresIterable listDatastoresPaginator() throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves a list of data stores.
This is a variant of
listDatastores(software.amazon.awssdk.services.iotanalytics.model.ListDatastoresRequest) 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
software.amazon.awssdk.services.iotanalytics.paginators.ListDatastoresIterable responses = client.listDatastoresPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotanalytics.paginators.ListDatastoresIterable responses = client
.listDatastoresPaginator(request);
for (software.amazon.awssdk.services.iotanalytics.model.ListDatastoresResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotanalytics.paginators.ListDatastoresIterable responses = client.listDatastoresPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listDatastores(software.amazon.awssdk.services.iotanalytics.model.ListDatastoresRequest) operation.
InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionlistDatastoresPaginator(ListDatastoresRequest),
AWS
API Documentationdefault ListDatastoresIterable listDatastoresPaginator(ListDatastoresRequest listDatastoresRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves a list of data stores.
This is a variant of
listDatastores(software.amazon.awssdk.services.iotanalytics.model.ListDatastoresRequest) 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
software.amazon.awssdk.services.iotanalytics.paginators.ListDatastoresIterable responses = client.listDatastoresPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotanalytics.paginators.ListDatastoresIterable responses = client
.listDatastoresPaginator(request);
for (software.amazon.awssdk.services.iotanalytics.model.ListDatastoresResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotanalytics.paginators.ListDatastoresIterable responses = client.listDatastoresPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listDatastores(software.amazon.awssdk.services.iotanalytics.model.ListDatastoresRequest) operation.
listDatastoresRequest - InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDatastoresIterable listDatastoresPaginator(Consumer<ListDatastoresRequest.Builder> listDatastoresRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves a list of data stores.
This is a variant of
listDatastores(software.amazon.awssdk.services.iotanalytics.model.ListDatastoresRequest) 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
software.amazon.awssdk.services.iotanalytics.paginators.ListDatastoresIterable responses = client.listDatastoresPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotanalytics.paginators.ListDatastoresIterable responses = client
.listDatastoresPaginator(request);
for (software.amazon.awssdk.services.iotanalytics.model.ListDatastoresResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotanalytics.paginators.ListDatastoresIterable responses = client.listDatastoresPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listDatastores(software.amazon.awssdk.services.iotanalytics.model.ListDatastoresRequest) operation.
This is a convenience which creates an instance of the ListDatastoresRequest.Builder avoiding the need to
create one manually via ListDatastoresRequest.builder()
listDatastoresRequest - A Consumer that will call methods on ListDatastoresRequest.Builder to create a request.InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPipelinesResponse listPipelines() throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves a list of pipelines.
InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionlistPipelines(ListPipelinesRequest),
AWS API
Documentationdefault ListPipelinesResponse listPipelines(ListPipelinesRequest listPipelinesRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves a list of pipelines.
listPipelinesRequest - InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPipelinesResponse listPipelines(Consumer<ListPipelinesRequest.Builder> listPipelinesRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves a list of pipelines.
This is a convenience which creates an instance of the ListPipelinesRequest.Builder avoiding the need to
create one manually via ListPipelinesRequest.builder()
listPipelinesRequest - A Consumer that will call methods on ListPipelinesRequest.Builder to create a request.InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPipelinesIterable listPipelinesPaginator() throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves a list of pipelines.
This is a variant of
listPipelines(software.amazon.awssdk.services.iotanalytics.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
software.amazon.awssdk.services.iotanalytics.paginators.ListPipelinesIterable responses = client.listPipelinesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotanalytics.paginators.ListPipelinesIterable responses = client
.listPipelinesPaginator(request);
for (software.amazon.awssdk.services.iotanalytics.model.ListPipelinesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotanalytics.paginators.ListPipelinesIterable responses = client.listPipelinesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listPipelines(software.amazon.awssdk.services.iotanalytics.model.ListPipelinesRequest) operation.
InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionlistPipelinesPaginator(ListPipelinesRequest),
AWS API
Documentationdefault ListPipelinesIterable listPipelinesPaginator(ListPipelinesRequest listPipelinesRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves a list of pipelines.
This is a variant of
listPipelines(software.amazon.awssdk.services.iotanalytics.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
software.amazon.awssdk.services.iotanalytics.paginators.ListPipelinesIterable responses = client.listPipelinesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotanalytics.paginators.ListPipelinesIterable responses = client
.listPipelinesPaginator(request);
for (software.amazon.awssdk.services.iotanalytics.model.ListPipelinesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotanalytics.paginators.ListPipelinesIterable responses = client.listPipelinesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listPipelines(software.amazon.awssdk.services.iotanalytics.model.ListPipelinesRequest) operation.
listPipelinesRequest - InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPipelinesIterable listPipelinesPaginator(Consumer<ListPipelinesRequest.Builder> listPipelinesRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves a list of pipelines.
This is a variant of
listPipelines(software.amazon.awssdk.services.iotanalytics.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
software.amazon.awssdk.services.iotanalytics.paginators.ListPipelinesIterable responses = client.listPipelinesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotanalytics.paginators.ListPipelinesIterable responses = client
.listPipelinesPaginator(request);
for (software.amazon.awssdk.services.iotanalytics.model.ListPipelinesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotanalytics.paginators.ListPipelinesIterable responses = client.listPipelinesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listPipelines(software.amazon.awssdk.services.iotanalytics.model.ListPipelinesRequest) operation.
This is a convenience which creates an instance of the ListPipelinesRequest.Builder avoiding the need to
create one manually via ListPipelinesRequest.builder()
listPipelinesRequest - A Consumer that will call methods on ListPipelinesRequest.Builder to create a request.InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, LimitExceededException, ResourceNotFoundException, AwsServiceException, SdkClientException, IoTAnalyticsException
Lists the tags (metadata) which you have assigned to the resource.
listTagsForResourceRequest - InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.LimitExceededException - The command caused an internal limit to be exceeded.ResourceNotFoundException - A resource with the specified name could not be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, LimitExceededException, ResourceNotFoundException, AwsServiceException, SdkClientException, IoTAnalyticsException
Lists the tags (metadata) which you have assigned to the resource.
This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder avoiding the
need to create one manually via ListTagsForResourceRequest.builder()
listTagsForResourceRequest - A Consumer that will call methods on ListTagsForResourceRequest.Builder to create a
request.InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.LimitExceededException - The command caused an internal limit to be exceeded.ResourceNotFoundException - A resource with the specified name could not be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutLoggingOptionsResponse putLoggingOptions(PutLoggingOptionsRequest putLoggingOptionsRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Sets or updates the AWS IoT Analytics logging options.
Note that if you update the value of any loggingOptions field, it takes up to one minute for the
change to take effect. Also, if you change the policy attached to the role you specified in the roleArn field
(for example, to correct an invalid policy) it takes up to 5 minutes for that change to take effect.
putLoggingOptionsRequest - InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutLoggingOptionsResponse putLoggingOptions(Consumer<PutLoggingOptionsRequest.Builder> putLoggingOptionsRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Sets or updates the AWS IoT Analytics logging options.
Note that if you update the value of any loggingOptions field, it takes up to one minute for the
change to take effect. Also, if you change the policy attached to the role you specified in the roleArn field
(for example, to correct an invalid policy) it takes up to 5 minutes for that change to take effect.
This is a convenience which creates an instance of the PutLoggingOptionsRequest.Builder avoiding the need
to create one manually via PutLoggingOptionsRequest.builder()
putLoggingOptionsRequest - A Consumer that will call methods on PutLoggingOptionsRequest.Builder to create a request.InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault RunPipelineActivityResponse runPipelineActivity(RunPipelineActivityRequest runPipelineActivityRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Simulates the results of running a pipeline activity on a message payload.
runPipelineActivityRequest - InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault RunPipelineActivityResponse runPipelineActivity(Consumer<RunPipelineActivityRequest.Builder> runPipelineActivityRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Simulates the results of running a pipeline activity on a message payload.
This is a convenience which creates an instance of the RunPipelineActivityRequest.Builder avoiding the
need to create one manually via RunPipelineActivityRequest.builder()
runPipelineActivityRequest - A Consumer that will call methods on RunPipelineActivityRequest.Builder to create a
request.InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault SampleChannelDataResponse sampleChannelData(SampleChannelDataRequest sampleChannelDataRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves a sample of messages from the specified channel ingested during the specified timeframe. Up to 10 messages can be retrieved.
sampleChannelDataRequest - InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault SampleChannelDataResponse sampleChannelData(Consumer<SampleChannelDataRequest.Builder> sampleChannelDataRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Retrieves a sample of messages from the specified channel ingested during the specified timeframe. Up to 10 messages can be retrieved.
This is a convenience which creates an instance of the SampleChannelDataRequest.Builder avoiding the need
to create one manually via SampleChannelDataRequest.builder()
sampleChannelDataRequest - A Consumer that will call methods on SampleChannelDataRequest.Builder to create a request.InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartPipelineReprocessingResponse startPipelineReprocessing(StartPipelineReprocessingRequest startPipelineReprocessingRequest) throws ResourceNotFoundException, ResourceAlreadyExistsException, InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Starts the reprocessing of raw message data through the pipeline.
startPipelineReprocessingRequest - ResourceNotFoundException - A resource with the specified name could not be found.ResourceAlreadyExistsException - A resource with the same name already exists.InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartPipelineReprocessingResponse startPipelineReprocessing(Consumer<StartPipelineReprocessingRequest.Builder> startPipelineReprocessingRequest) throws ResourceNotFoundException, ResourceAlreadyExistsException, InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Starts the reprocessing of raw message data through the pipeline.
This is a convenience which creates an instance of the StartPipelineReprocessingRequest.Builder avoiding
the need to create one manually via StartPipelineReprocessingRequest.builder()
startPipelineReprocessingRequest - A Consumer that will call methods on StartPipelineReprocessingRequest.Builder to create a
request.ResourceNotFoundException - A resource with the specified name could not be found.ResourceAlreadyExistsException - A resource with the same name already exists.InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, LimitExceededException, ResourceNotFoundException, AwsServiceException, SdkClientException, IoTAnalyticsException
Adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource.
tagResourceRequest - InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.LimitExceededException - The command caused an internal limit to be exceeded.ResourceNotFoundException - A resource with the specified name could not be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, LimitExceededException, ResourceNotFoundException, AwsServiceException, SdkClientException, IoTAnalyticsException
Adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource.
This is a convenience which creates an instance of the TagResourceRequest.Builder avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest - A Consumer that will call methods on TagResourceRequest.Builder to create a request.InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.LimitExceededException - The command caused an internal limit to be exceeded.ResourceNotFoundException - A resource with the specified name could not be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, LimitExceededException, ResourceNotFoundException, AwsServiceException, SdkClientException, IoTAnalyticsException
Removes the given tags (metadata) from the resource.
untagResourceRequest - InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.LimitExceededException - The command caused an internal limit to be exceeded.ResourceNotFoundException - A resource with the specified name could not be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws InvalidRequestException, InternalFailureException, ServiceUnavailableException, ThrottlingException, LimitExceededException, ResourceNotFoundException, AwsServiceException, SdkClientException, IoTAnalyticsException
Removes the given tags (metadata) from the resource.
This is a convenience which creates an instance of the UntagResourceRequest.Builder avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest - A Consumer that will call methods on UntagResourceRequest.Builder to create a request.InvalidRequestException - The request was not valid.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.LimitExceededException - The command caused an internal limit to be exceeded.ResourceNotFoundException - A resource with the specified name could not be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateChannelResponse updateChannel(UpdateChannelRequest updateChannelRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Updates the settings of a channel.
updateChannelRequest - InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateChannelResponse updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Updates the settings of a channel.
This is a convenience which creates an instance of the UpdateChannelRequest.Builder avoiding the need to
create one manually via UpdateChannelRequest.builder()
updateChannelRequest - A Consumer that will call methods on UpdateChannelRequest.Builder to create a request.InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDatasetResponse updateDataset(UpdateDatasetRequest updateDatasetRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Updates the settings of a data set.
updateDatasetRequest - InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDatasetResponse updateDataset(Consumer<UpdateDatasetRequest.Builder> updateDatasetRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Updates the settings of a data set.
This is a convenience which creates an instance of the UpdateDatasetRequest.Builder avoiding the need to
create one manually via UpdateDatasetRequest.builder()
updateDatasetRequest - A Consumer that will call methods on UpdateDatasetRequest.Builder to create a request.InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDatastoreResponse updateDatastore(UpdateDatastoreRequest updateDatastoreRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Updates the settings of a data store.
updateDatastoreRequest - InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDatastoreResponse updateDatastore(Consumer<UpdateDatastoreRequest.Builder> updateDatastoreRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, AwsServiceException, SdkClientException, IoTAnalyticsException
Updates the settings of a data store.
This is a convenience which creates an instance of the UpdateDatastoreRequest.Builder avoiding the need
to create one manually via UpdateDatastoreRequest.builder()
updateDatastoreRequest - A Consumer that will call methods on UpdateDatastoreRequest.Builder to create a request.InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdatePipelineResponse updatePipeline(UpdatePipelineRequest updatePipelineRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTAnalyticsException
Updates the settings of a pipeline.
updatePipelineRequest - InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.LimitExceededException - The command caused an internal limit to be exceeded.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdatePipelineResponse updatePipeline(Consumer<UpdatePipelineRequest.Builder> updatePipelineRequest) throws InvalidRequestException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ThrottlingException, LimitExceededException, AwsServiceException, SdkClientException, IoTAnalyticsException
Updates the settings of a pipeline.
This is a convenience which creates an instance of the UpdatePipelineRequest.Builder avoiding the need to
create one manually via UpdatePipelineRequest.builder()
updatePipelineRequest - A Consumer that will call methods on UpdatePipelineRequest.Builder to create a request.InvalidRequestException - The request was not valid.ResourceNotFoundException - A resource with the specified name could not be found.InternalFailureException - There was an internal failure.ServiceUnavailableException - The service is temporarily unavailable.ThrottlingException - The request was denied due to request throttling.LimitExceededException - The command caused an internal limit to be exceeded.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IoTAnalyticsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionstatic ServiceMetadata serviceMetadata()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.