@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface IotEventsClient extends SdkClient
builder() method.
AWS IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions when such events occur. You can use AWS IoT Events API operations to create, read, update, and delete inputs and detector models, and to list their versions.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static IotEventsClientBuilder |
builder()
Create a builder that can be used to configure and create a
IotEventsClient. |
static IotEventsClient |
create()
Create a
IotEventsClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CreateAlarmModelResponse |
createAlarmModel(Consumer<CreateAlarmModelRequest.Builder> createAlarmModelRequest)
Creates an alarm model to monitor an AWS IoT Events input attribute.
|
default CreateAlarmModelResponse |
createAlarmModel(CreateAlarmModelRequest createAlarmModelRequest)
Creates an alarm model to monitor an AWS IoT Events input attribute.
|
default CreateDetectorModelResponse |
createDetectorModel(Consumer<CreateDetectorModelRequest.Builder> createDetectorModelRequest)
Creates a detector model.
|
default CreateDetectorModelResponse |
createDetectorModel(CreateDetectorModelRequest createDetectorModelRequest)
Creates a detector model.
|
default CreateInputResponse |
createInput(Consumer<CreateInputRequest.Builder> createInputRequest)
Creates an input.
|
default CreateInputResponse |
createInput(CreateInputRequest createInputRequest)
Creates an input.
|
default DeleteAlarmModelResponse |
deleteAlarmModel(Consumer<DeleteAlarmModelRequest.Builder> deleteAlarmModelRequest)
Deletes an alarm model.
|
default DeleteAlarmModelResponse |
deleteAlarmModel(DeleteAlarmModelRequest deleteAlarmModelRequest)
Deletes an alarm model.
|
default DeleteDetectorModelResponse |
deleteDetectorModel(Consumer<DeleteDetectorModelRequest.Builder> deleteDetectorModelRequest)
Deletes a detector model.
|
default DeleteDetectorModelResponse |
deleteDetectorModel(DeleteDetectorModelRequest deleteDetectorModelRequest)
Deletes a detector model.
|
default DeleteInputResponse |
deleteInput(Consumer<DeleteInputRequest.Builder> deleteInputRequest)
Deletes an input.
|
default DeleteInputResponse |
deleteInput(DeleteInputRequest deleteInputRequest)
Deletes an input.
|
default DescribeAlarmModelResponse |
describeAlarmModel(Consumer<DescribeAlarmModelRequest.Builder> describeAlarmModelRequest)
Retrieves information about an alarm model.
|
default DescribeAlarmModelResponse |
describeAlarmModel(DescribeAlarmModelRequest describeAlarmModelRequest)
Retrieves information about an alarm model.
|
default DescribeDetectorModelResponse |
describeDetectorModel(Consumer<DescribeDetectorModelRequest.Builder> describeDetectorModelRequest)
Describes a detector model.
|
default DescribeDetectorModelResponse |
describeDetectorModel(DescribeDetectorModelRequest describeDetectorModelRequest)
Describes a detector model.
|
default DescribeDetectorModelAnalysisResponse |
describeDetectorModelAnalysis(Consumer<DescribeDetectorModelAnalysisRequest.Builder> describeDetectorModelAnalysisRequest)
Retrieves runtime information about a detector model analysis.
|
default DescribeDetectorModelAnalysisResponse |
describeDetectorModelAnalysis(DescribeDetectorModelAnalysisRequest describeDetectorModelAnalysisRequest)
Retrieves runtime information about a detector model analysis.
|
default DescribeInputResponse |
describeInput(Consumer<DescribeInputRequest.Builder> describeInputRequest)
Describes an input.
|
default DescribeInputResponse |
describeInput(DescribeInputRequest describeInputRequest)
Describes an input.
|
default DescribeLoggingOptionsResponse |
describeLoggingOptions(Consumer<DescribeLoggingOptionsRequest.Builder> describeLoggingOptionsRequest)
Retrieves the current settings of the AWS IoT Events logging options.
|
default DescribeLoggingOptionsResponse |
describeLoggingOptions(DescribeLoggingOptionsRequest describeLoggingOptionsRequest)
Retrieves the current settings of the AWS IoT Events logging options.
|
default GetDetectorModelAnalysisResultsResponse |
getDetectorModelAnalysisResults(Consumer<GetDetectorModelAnalysisResultsRequest.Builder> getDetectorModelAnalysisResultsRequest)
Retrieves one or more analysis results of the detector model.
|
default GetDetectorModelAnalysisResultsResponse |
getDetectorModelAnalysisResults(GetDetectorModelAnalysisResultsRequest getDetectorModelAnalysisResultsRequest)
Retrieves one or more analysis results of the detector model.
|
default ListAlarmModelsResponse |
listAlarmModels(Consumer<ListAlarmModelsRequest.Builder> listAlarmModelsRequest)
Lists the alarm models that you created.
|
default ListAlarmModelsResponse |
listAlarmModels(ListAlarmModelsRequest listAlarmModelsRequest)
Lists the alarm models that you created.
|
default ListAlarmModelVersionsResponse |
listAlarmModelVersions(Consumer<ListAlarmModelVersionsRequest.Builder> listAlarmModelVersionsRequest)
Lists all the versions of an alarm model.
|
default ListAlarmModelVersionsResponse |
listAlarmModelVersions(ListAlarmModelVersionsRequest listAlarmModelVersionsRequest)
Lists all the versions of an alarm model.
|
default ListDetectorModelsResponse |
listDetectorModels(Consumer<ListDetectorModelsRequest.Builder> listDetectorModelsRequest)
Lists the detector models you have created.
|
default ListDetectorModelsResponse |
listDetectorModels(ListDetectorModelsRequest listDetectorModelsRequest)
Lists the detector models you have created.
|
default ListDetectorModelVersionsResponse |
listDetectorModelVersions(Consumer<ListDetectorModelVersionsRequest.Builder> listDetectorModelVersionsRequest)
Lists all the versions of a detector model.
|
default ListDetectorModelVersionsResponse |
listDetectorModelVersions(ListDetectorModelVersionsRequest listDetectorModelVersionsRequest)
Lists all the versions of a detector model.
|
default ListInputRoutingsResponse |
listInputRoutings(Consumer<ListInputRoutingsRequest.Builder> listInputRoutingsRequest)
Lists one or more input routings.
|
default ListInputRoutingsResponse |
listInputRoutings(ListInputRoutingsRequest listInputRoutingsRequest)
Lists one or more input routings.
|
default ListInputsResponse |
listInputs(Consumer<ListInputsRequest.Builder> listInputsRequest)
Lists the inputs you have created.
|
default ListInputsResponse |
listInputs(ListInputsRequest listInputsRequest)
Lists the inputs you have created.
|
default ListTagsForResourceResponse |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists the tags (metadata) you have assigned to the resource.
|
default ListTagsForResourceResponse |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags (metadata) you have assigned to the resource.
|
default PutLoggingOptionsResponse |
putLoggingOptions(Consumer<PutLoggingOptionsRequest.Builder> putLoggingOptionsRequest)
Sets or updates the AWS IoT Events logging options.
|
default PutLoggingOptionsResponse |
putLoggingOptions(PutLoggingOptionsRequest putLoggingOptionsRequest)
Sets or updates the AWS IoT Events logging options.
|
static ServiceMetadata |
serviceMetadata() |
default StartDetectorModelAnalysisResponse |
startDetectorModelAnalysis(Consumer<StartDetectorModelAnalysisRequest.Builder> startDetectorModelAnalysisRequest)
Performs an analysis of your detector model.
|
default StartDetectorModelAnalysisResponse |
startDetectorModelAnalysis(StartDetectorModelAnalysisRequest startDetectorModelAnalysisRequest)
Performs an analysis of your detector model.
|
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 UpdateAlarmModelResponse |
updateAlarmModel(Consumer<UpdateAlarmModelRequest.Builder> updateAlarmModelRequest)
Updates an alarm model.
|
default UpdateAlarmModelResponse |
updateAlarmModel(UpdateAlarmModelRequest updateAlarmModelRequest)
Updates an alarm model.
|
default UpdateDetectorModelResponse |
updateDetectorModel(Consumer<UpdateDetectorModelRequest.Builder> updateDetectorModelRequest)
Updates a detector model.
|
default UpdateDetectorModelResponse |
updateDetectorModel(UpdateDetectorModelRequest updateDetectorModelRequest)
Updates a detector model.
|
default UpdateInputResponse |
updateInput(Consumer<UpdateInputRequest.Builder> updateInputRequest)
Updates an input.
|
default UpdateInputResponse |
updateInput(UpdateInputRequest updateInputRequest)
Updates an input.
|
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.static IotEventsClient create()
IotEventsClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static IotEventsClientBuilder builder()
IotEventsClient.default CreateAlarmModelResponse createAlarmModel(CreateAlarmModelRequest createAlarmModelRequest) throws InvalidRequestException, ResourceInUseException, ResourceAlreadyExistsException, LimitExceededException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Creates an alarm model to monitor an AWS IoT Events input attribute. You can use the alarm to get notified when the value is outside a specified range. For more information, see Create an alarm model in the AWS IoT Events Developer Guide.
createAlarmModelRequest - InvalidRequestException - The request was invalid.ResourceInUseException - The resource is in use.ResourceAlreadyExistsException - The resource already exists.LimitExceededException - A limit was exceeded.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateAlarmModelResponse createAlarmModel(Consumer<CreateAlarmModelRequest.Builder> createAlarmModelRequest) throws InvalidRequestException, ResourceInUseException, ResourceAlreadyExistsException, LimitExceededException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Creates an alarm model to monitor an AWS IoT Events input attribute. You can use the alarm to get notified when the value is outside a specified range. For more information, see Create an alarm model in the AWS IoT Events Developer Guide.
This is a convenience which creates an instance of the CreateAlarmModelRequest.Builder avoiding the need
to create one manually via CreateAlarmModelRequest.builder()
createAlarmModelRequest - A Consumer that will call methods on CreateAlarmModelRequest.Builder to create a request.InvalidRequestException - The request was invalid.ResourceInUseException - The resource is in use.ResourceAlreadyExistsException - The resource already exists.LimitExceededException - A limit was exceeded.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDetectorModelResponse createDetectorModel(CreateDetectorModelRequest createDetectorModelRequest) throws InvalidRequestException, ResourceInUseException, ResourceAlreadyExistsException, LimitExceededException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Creates a detector model.
createDetectorModelRequest - InvalidRequestException - The request was invalid.ResourceInUseException - The resource is in use.ResourceAlreadyExistsException - The resource already exists.LimitExceededException - A limit was exceeded.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDetectorModelResponse createDetectorModel(Consumer<CreateDetectorModelRequest.Builder> createDetectorModelRequest) throws InvalidRequestException, ResourceInUseException, ResourceAlreadyExistsException, LimitExceededException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Creates a detector model.
This is a convenience which creates an instance of the CreateDetectorModelRequest.Builder avoiding the
need to create one manually via CreateDetectorModelRequest.builder()
createDetectorModelRequest - A Consumer that will call methods on CreateDetectorModelRequest.Builder to create a
request.InvalidRequestException - The request was invalid.ResourceInUseException - The resource is in use.ResourceAlreadyExistsException - The resource already exists.LimitExceededException - A limit was exceeded.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateInputResponse createInput(CreateInputRequest createInputRequest) throws InvalidRequestException, ThrottlingException, InternalFailureException, ServiceUnavailableException, ResourceAlreadyExistsException, AwsServiceException, SdkClientException, IotEventsException
Creates an input.
createInputRequest - InvalidRequestException - The request was invalid.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.ResourceAlreadyExistsException - The resource already exists.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateInputResponse createInput(Consumer<CreateInputRequest.Builder> createInputRequest) throws InvalidRequestException, ThrottlingException, InternalFailureException, ServiceUnavailableException, ResourceAlreadyExistsException, AwsServiceException, SdkClientException, IotEventsException
Creates an input.
This is a convenience which creates an instance of the CreateInputRequest.Builder avoiding the need to
create one manually via CreateInputRequest.builder()
createInputRequest - A Consumer that will call methods on CreateInputRequest.Builder to create a request.InvalidRequestException - The request was invalid.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.ResourceAlreadyExistsException - The resource already exists.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteAlarmModelResponse deleteAlarmModel(DeleteAlarmModelRequest deleteAlarmModelRequest) throws InvalidRequestException, ResourceInUseException, ResourceNotFoundException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Deletes an alarm model. Any alarm instances that were created based on this alarm model are also deleted. This action can't be undone.
deleteAlarmModelRequest - InvalidRequestException - The request was invalid.ResourceInUseException - The resource is in use.ResourceNotFoundException - The resource was not found.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteAlarmModelResponse deleteAlarmModel(Consumer<DeleteAlarmModelRequest.Builder> deleteAlarmModelRequest) throws InvalidRequestException, ResourceInUseException, ResourceNotFoundException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Deletes an alarm model. Any alarm instances that were created based on this alarm model are also deleted. This action can't be undone.
This is a convenience which creates an instance of the DeleteAlarmModelRequest.Builder avoiding the need
to create one manually via DeleteAlarmModelRequest.builder()
deleteAlarmModelRequest - A Consumer that will call methods on DeleteAlarmModelRequest.Builder to create a request.InvalidRequestException - The request was invalid.ResourceInUseException - The resource is in use.ResourceNotFoundException - The resource was not found.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDetectorModelResponse deleteDetectorModel(DeleteDetectorModelRequest deleteDetectorModelRequest) throws InvalidRequestException, ResourceInUseException, ResourceNotFoundException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Deletes a detector model. Any active instances of the detector model are also deleted.
deleteDetectorModelRequest - InvalidRequestException - The request was invalid.ResourceInUseException - The resource is in use.ResourceNotFoundException - The resource was not found.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDetectorModelResponse deleteDetectorModel(Consumer<DeleteDetectorModelRequest.Builder> deleteDetectorModelRequest) throws InvalidRequestException, ResourceInUseException, ResourceNotFoundException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Deletes a detector model. Any active instances of the detector model are also deleted.
This is a convenience which creates an instance of the DeleteDetectorModelRequest.Builder avoiding the
need to create one manually via DeleteDetectorModelRequest.builder()
deleteDetectorModelRequest - A Consumer that will call methods on DeleteDetectorModelRequest.Builder to create a
request.InvalidRequestException - The request was invalid.ResourceInUseException - The resource is in use.ResourceNotFoundException - The resource was not found.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteInputResponse deleteInput(DeleteInputRequest deleteInputRequest) throws InvalidRequestException, ResourceNotFoundException, ThrottlingException, InternalFailureException, ServiceUnavailableException, ResourceInUseException, AwsServiceException, SdkClientException, IotEventsException
Deletes an input.
deleteInputRequest - InvalidRequestException - The request was invalid.ResourceNotFoundException - The resource was not found.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.ResourceInUseException - The resource is in use.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteInputResponse deleteInput(Consumer<DeleteInputRequest.Builder> deleteInputRequest) throws InvalidRequestException, ResourceNotFoundException, ThrottlingException, InternalFailureException, ServiceUnavailableException, ResourceInUseException, AwsServiceException, SdkClientException, IotEventsException
Deletes an input.
This is a convenience which creates an instance of the DeleteInputRequest.Builder avoiding the need to
create one manually via DeleteInputRequest.builder()
deleteInputRequest - A Consumer that will call methods on DeleteInputRequest.Builder to create a request.InvalidRequestException - The request was invalid.ResourceNotFoundException - The resource was not found.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.ResourceInUseException - The resource is in use.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeAlarmModelResponse describeAlarmModel(DescribeAlarmModelRequest describeAlarmModelRequest) throws InvalidRequestException, ResourceNotFoundException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Retrieves information about an alarm model. If you don't specify a value for the alarmModelVersion
parameter, the latest version is returned.
describeAlarmModelRequest - InvalidRequestException - The request was invalid.ResourceNotFoundException - The resource was not found.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeAlarmModelResponse describeAlarmModel(Consumer<DescribeAlarmModelRequest.Builder> describeAlarmModelRequest) throws InvalidRequestException, ResourceNotFoundException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Retrieves information about an alarm model. If you don't specify a value for the alarmModelVersion
parameter, the latest version is returned.
This is a convenience which creates an instance of the DescribeAlarmModelRequest.Builder avoiding the
need to create one manually via DescribeAlarmModelRequest.builder()
describeAlarmModelRequest - A Consumer that will call methods on DescribeAlarmModelRequest.Builder to create a
request.InvalidRequestException - The request was invalid.ResourceNotFoundException - The resource was not found.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeDetectorModelResponse describeDetectorModel(DescribeDetectorModelRequest describeDetectorModelRequest) throws InvalidRequestException, ResourceNotFoundException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Describes a detector model. If the version parameter is not specified, information about the latest
version is returned.
describeDetectorModelRequest - InvalidRequestException - The request was invalid.ResourceNotFoundException - The resource was not found.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeDetectorModelResponse describeDetectorModel(Consumer<DescribeDetectorModelRequest.Builder> describeDetectorModelRequest) throws InvalidRequestException, ResourceNotFoundException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Describes a detector model. If the version parameter is not specified, information about the latest
version is returned.
This is a convenience which creates an instance of the DescribeDetectorModelRequest.Builder avoiding the
need to create one manually via DescribeDetectorModelRequest.builder()
describeDetectorModelRequest - A Consumer that will call methods on DescribeDetectorModelRequest.Builder to create a
request.InvalidRequestException - The request was invalid.ResourceNotFoundException - The resource was not found.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeDetectorModelAnalysisResponse describeDetectorModelAnalysis(DescribeDetectorModelAnalysisRequest describeDetectorModelAnalysisRequest) throws InvalidRequestException, ResourceNotFoundException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Retrieves runtime information about a detector model analysis.
After AWS IoT Events starts analyzing your detector model, you have up to 24 hours to retrieve the analysis results.
describeDetectorModelAnalysisRequest - InvalidRequestException - The request was invalid.ResourceNotFoundException - The resource was not found.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeDetectorModelAnalysisResponse describeDetectorModelAnalysis(Consumer<DescribeDetectorModelAnalysisRequest.Builder> describeDetectorModelAnalysisRequest) throws InvalidRequestException, ResourceNotFoundException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Retrieves runtime information about a detector model analysis.
After AWS IoT Events starts analyzing your detector model, you have up to 24 hours to retrieve the analysis results.
This is a convenience which creates an instance of the DescribeDetectorModelAnalysisRequest.Builder
avoiding the need to create one manually via DescribeDetectorModelAnalysisRequest.builder()
describeDetectorModelAnalysisRequest - A Consumer that will call methods on DescribeDetectorModelAnalysisRequest.Builder to
create a request.InvalidRequestException - The request was invalid.ResourceNotFoundException - The resource was not found.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeInputResponse describeInput(DescribeInputRequest describeInputRequest) throws InvalidRequestException, ResourceNotFoundException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Describes an input.
describeInputRequest - InvalidRequestException - The request was invalid.ResourceNotFoundException - The resource was not found.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeInputResponse describeInput(Consumer<DescribeInputRequest.Builder> describeInputRequest) throws InvalidRequestException, ResourceNotFoundException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Describes an input.
This is a convenience which creates an instance of the DescribeInputRequest.Builder avoiding the need to
create one manually via DescribeInputRequest.builder()
describeInputRequest - A Consumer that will call methods on DescribeInputRequest.Builder to create a request.InvalidRequestException - The request was invalid.ResourceNotFoundException - The resource was not found.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeLoggingOptionsResponse describeLoggingOptions(DescribeLoggingOptionsRequest describeLoggingOptionsRequest) throws InvalidRequestException, ThrottlingException, InternalFailureException, ResourceNotFoundException, ServiceUnavailableException, UnsupportedOperationException, AwsServiceException, SdkClientException, IotEventsException
Retrieves the current settings of the AWS IoT Events logging options.
describeLoggingOptionsRequest - InvalidRequestException - The request was invalid.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ResourceNotFoundException - The resource was not found.ServiceUnavailableException - The service is currently unavailable.UnsupportedOperationException - The requested operation is not supported.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.UnsupportedOperationExceptionAwsServiceExceptiondefault DescribeLoggingOptionsResponse describeLoggingOptions(Consumer<DescribeLoggingOptionsRequest.Builder> describeLoggingOptionsRequest) throws InvalidRequestException, ThrottlingException, InternalFailureException, ResourceNotFoundException, ServiceUnavailableException, UnsupportedOperationException, AwsServiceException, SdkClientException, IotEventsException
Retrieves the current settings of the AWS IoT Events 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 invalid.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ResourceNotFoundException - The resource was not found.ServiceUnavailableException - The service is currently unavailable.UnsupportedOperationException - The requested operation is not supported.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.UnsupportedOperationExceptionAwsServiceExceptiondefault GetDetectorModelAnalysisResultsResponse getDetectorModelAnalysisResults(GetDetectorModelAnalysisResultsRequest getDetectorModelAnalysisResultsRequest) throws InvalidRequestException, ResourceNotFoundException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Retrieves one or more analysis results of the detector model.
After AWS IoT Events starts analyzing your detector model, you have up to 24 hours to retrieve the analysis results.
getDetectorModelAnalysisResultsRequest - InvalidRequestException - The request was invalid.ResourceNotFoundException - The resource was not found.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDetectorModelAnalysisResultsResponse getDetectorModelAnalysisResults(Consumer<GetDetectorModelAnalysisResultsRequest.Builder> getDetectorModelAnalysisResultsRequest) throws InvalidRequestException, ResourceNotFoundException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Retrieves one or more analysis results of the detector model.
After AWS IoT Events starts analyzing your detector model, you have up to 24 hours to retrieve the analysis results.
This is a convenience which creates an instance of the GetDetectorModelAnalysisResultsRequest.Builder
avoiding the need to create one manually via GetDetectorModelAnalysisResultsRequest.builder()
getDetectorModelAnalysisResultsRequest - A Consumer that will call methods on GetDetectorModelAnalysisResultsRequest.Builder to
create a request.InvalidRequestException - The request was invalid.ResourceNotFoundException - The resource was not found.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAlarmModelVersionsResponse listAlarmModelVersions(ListAlarmModelVersionsRequest listAlarmModelVersionsRequest) throws InvalidRequestException, ResourceNotFoundException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Lists all the versions of an alarm model. The operation returns only the metadata associated with each alarm model version.
listAlarmModelVersionsRequest - InvalidRequestException - The request was invalid.ResourceNotFoundException - The resource was not found.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAlarmModelVersionsResponse listAlarmModelVersions(Consumer<ListAlarmModelVersionsRequest.Builder> listAlarmModelVersionsRequest) throws InvalidRequestException, ResourceNotFoundException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Lists all the versions of an alarm model. The operation returns only the metadata associated with each alarm model version.
This is a convenience which creates an instance of the ListAlarmModelVersionsRequest.Builder avoiding the
need to create one manually via ListAlarmModelVersionsRequest.builder()
listAlarmModelVersionsRequest - A Consumer that will call methods on ListAlarmModelVersionsRequest.Builder to create a
request.InvalidRequestException - The request was invalid.ResourceNotFoundException - The resource was not found.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAlarmModelsResponse listAlarmModels(ListAlarmModelsRequest listAlarmModelsRequest) throws InvalidRequestException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Lists the alarm models that you created. The operation returns only the metadata associated with each alarm model.
listAlarmModelsRequest - InvalidRequestException - The request was invalid.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAlarmModelsResponse listAlarmModels(Consumer<ListAlarmModelsRequest.Builder> listAlarmModelsRequest) throws InvalidRequestException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Lists the alarm models that you created. The operation returns only the metadata associated with each alarm model.
This is a convenience which creates an instance of the ListAlarmModelsRequest.Builder avoiding the need
to create one manually via ListAlarmModelsRequest.builder()
listAlarmModelsRequest - A Consumer that will call methods on ListAlarmModelsRequest.Builder to create a request.InvalidRequestException - The request was invalid.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDetectorModelVersionsResponse listDetectorModelVersions(ListDetectorModelVersionsRequest listDetectorModelVersionsRequest) throws InvalidRequestException, ResourceNotFoundException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Lists all the versions of a detector model. Only the metadata associated with each detector model version is returned.
listDetectorModelVersionsRequest - InvalidRequestException - The request was invalid.ResourceNotFoundException - The resource was not found.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDetectorModelVersionsResponse listDetectorModelVersions(Consumer<ListDetectorModelVersionsRequest.Builder> listDetectorModelVersionsRequest) throws InvalidRequestException, ResourceNotFoundException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Lists all the versions of a detector model. Only the metadata associated with each detector model version is returned.
This is a convenience which creates an instance of the ListDetectorModelVersionsRequest.Builder avoiding
the need to create one manually via ListDetectorModelVersionsRequest.builder()
listDetectorModelVersionsRequest - A Consumer that will call methods on ListDetectorModelVersionsRequest.Builder to create a
request.InvalidRequestException - The request was invalid.ResourceNotFoundException - The resource was not found.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDetectorModelsResponse listDetectorModels(ListDetectorModelsRequest listDetectorModelsRequest) throws InvalidRequestException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Lists the detector models you have created. Only the metadata associated with each detector model is returned.
listDetectorModelsRequest - InvalidRequestException - The request was invalid.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDetectorModelsResponse listDetectorModels(Consumer<ListDetectorModelsRequest.Builder> listDetectorModelsRequest) throws InvalidRequestException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Lists the detector models you have created. Only the metadata associated with each detector model is returned.
This is a convenience which creates an instance of the ListDetectorModelsRequest.Builder avoiding the
need to create one manually via ListDetectorModelsRequest.builder()
listDetectorModelsRequest - A Consumer that will call methods on ListDetectorModelsRequest.Builder to create a
request.InvalidRequestException - The request was invalid.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListInputRoutingsResponse listInputRoutings(ListInputRoutingsRequest listInputRoutingsRequest) throws InvalidRequestException, ThrottlingException, InternalFailureException, ServiceUnavailableException, ResourceNotFoundException, AwsServiceException, SdkClientException, IotEventsException
Lists one or more input routings.
listInputRoutingsRequest - InvalidRequestException - The request was invalid.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.ResourceNotFoundException - The resource was not 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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListInputRoutingsResponse listInputRoutings(Consumer<ListInputRoutingsRequest.Builder> listInputRoutingsRequest) throws InvalidRequestException, ThrottlingException, InternalFailureException, ServiceUnavailableException, ResourceNotFoundException, AwsServiceException, SdkClientException, IotEventsException
Lists one or more input routings.
This is a convenience which creates an instance of the ListInputRoutingsRequest.Builder avoiding the need
to create one manually via ListInputRoutingsRequest.builder()
listInputRoutingsRequest - A Consumer that will call methods on ListInputRoutingsRequest.Builder to create a request.InvalidRequestException - The request was invalid.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.ResourceNotFoundException - The resource was not 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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListInputsResponse listInputs(ListInputsRequest listInputsRequest) throws InvalidRequestException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Lists the inputs you have created.
listInputsRequest - InvalidRequestException - The request was invalid.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListInputsResponse listInputs(Consumer<ListInputsRequest.Builder> listInputsRequest) throws InvalidRequestException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Lists the inputs you have created.
This is a convenience which creates an instance of the ListInputsRequest.Builder avoiding the need to
create one manually via ListInputsRequest.builder()
listInputsRequest - A Consumer that will call methods on ListInputsRequest.Builder to create a request.InvalidRequestException - The request was invalid.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws InvalidRequestException, ResourceNotFoundException, ResourceInUseException, ThrottlingException, InternalFailureException, AwsServiceException, SdkClientException, IotEventsException
Lists the tags (metadata) you have assigned to the resource.
listTagsForResourceRequest - InvalidRequestException - The request was invalid.ResourceNotFoundException - The resource was not found.ResourceInUseException - The resource is in use.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.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.IotEventsException - 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, ResourceNotFoundException, ResourceInUseException, ThrottlingException, InternalFailureException, AwsServiceException, SdkClientException, IotEventsException
Lists the tags (metadata) 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 invalid.ResourceNotFoundException - The resource was not found.ResourceInUseException - The resource is in use.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutLoggingOptionsResponse putLoggingOptions(PutLoggingOptionsRequest putLoggingOptionsRequest) throws InvalidRequestException, ThrottlingException, InternalFailureException, ServiceUnavailableException, UnsupportedOperationException, ResourceInUseException, AwsServiceException, SdkClientException, IotEventsException
Sets or updates the AWS IoT Events logging options.
If you update the value of any loggingOptions field, it takes up to one minute for the change to
take effect. 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 five minutes for that change to take effect.
putLoggingOptionsRequest - InvalidRequestException - The request was invalid.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.UnsupportedOperationException - The requested operation is not supported.ResourceInUseException - The resource is in use.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.UnsupportedOperationExceptionAwsServiceExceptiondefault PutLoggingOptionsResponse putLoggingOptions(Consumer<PutLoggingOptionsRequest.Builder> putLoggingOptionsRequest) throws InvalidRequestException, ThrottlingException, InternalFailureException, ServiceUnavailableException, UnsupportedOperationException, ResourceInUseException, AwsServiceException, SdkClientException, IotEventsException
Sets or updates the AWS IoT Events logging options.
If you update the value of any loggingOptions field, it takes up to one minute for the change to
take effect. 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 five 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 invalid.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.UnsupportedOperationException - The requested operation is not supported.ResourceInUseException - The resource is in use.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.UnsupportedOperationExceptionAwsServiceExceptiondefault StartDetectorModelAnalysisResponse startDetectorModelAnalysis(StartDetectorModelAnalysisRequest startDetectorModelAnalysisRequest) throws InvalidRequestException, LimitExceededException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Performs an analysis of your detector model. For more information, see Troubleshooting a detector model in the AWS IoT Events Developer Guide.
startDetectorModelAnalysisRequest - InvalidRequestException - The request was invalid.LimitExceededException - A limit was exceeded.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartDetectorModelAnalysisResponse startDetectorModelAnalysis(Consumer<StartDetectorModelAnalysisRequest.Builder> startDetectorModelAnalysisRequest) throws InvalidRequestException, LimitExceededException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Performs an analysis of your detector model. For more information, see Troubleshooting a detector model in the AWS IoT Events Developer Guide.
This is a convenience which creates an instance of the StartDetectorModelAnalysisRequest.Builder avoiding
the need to create one manually via StartDetectorModelAnalysisRequest.builder()
startDetectorModelAnalysisRequest - A Consumer that will call methods on StartDetectorModelAnalysisRequest.Builder to create a
request.InvalidRequestException - The request was invalid.LimitExceededException - A limit was exceeded.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws InvalidRequestException, ResourceNotFoundException, ResourceInUseException, ThrottlingException, LimitExceededException, InternalFailureException, AwsServiceException, SdkClientException, IotEventsException
Adds to or modifies the tags of the given resource. Tags are metadata that can be used to manage a resource.
tagResourceRequest - InvalidRequestException - The request was invalid.ResourceNotFoundException - The resource was not found.ResourceInUseException - The resource is in use.ThrottlingException - The request could not be completed due to throttling.LimitExceededException - A limit was exceeded.InternalFailureException - An internal failure occurred.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.IotEventsException - 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, ResourceNotFoundException, ResourceInUseException, ThrottlingException, LimitExceededException, InternalFailureException, AwsServiceException, SdkClientException, IotEventsException
Adds to or modifies the tags of the given resource. Tags are metadata that 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 invalid.ResourceNotFoundException - The resource was not found.ResourceInUseException - The resource is in use.ThrottlingException - The request could not be completed due to throttling.LimitExceededException - A limit was exceeded.InternalFailureException - An internal failure occurred.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws InvalidRequestException, ResourceNotFoundException, ResourceInUseException, ThrottlingException, InternalFailureException, AwsServiceException, SdkClientException, IotEventsException
Removes the given tags (metadata) from the resource.
untagResourceRequest - InvalidRequestException - The request was invalid.ResourceNotFoundException - The resource was not found.ResourceInUseException - The resource is in use.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.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.IotEventsException - 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, ResourceNotFoundException, ResourceInUseException, ThrottlingException, InternalFailureException, AwsServiceException, SdkClientException, IotEventsException
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 invalid.ResourceNotFoundException - The resource was not found.ResourceInUseException - The resource is in use.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateAlarmModelResponse updateAlarmModel(UpdateAlarmModelRequest updateAlarmModelRequest) throws InvalidRequestException, ResourceInUseException, ResourceNotFoundException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Updates an alarm model. Any alarms that were created based on the previous version are deleted and then created again as new data arrives.
updateAlarmModelRequest - InvalidRequestException - The request was invalid.ResourceInUseException - The resource is in use.ResourceNotFoundException - The resource was not found.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateAlarmModelResponse updateAlarmModel(Consumer<UpdateAlarmModelRequest.Builder> updateAlarmModelRequest) throws InvalidRequestException, ResourceInUseException, ResourceNotFoundException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Updates an alarm model. Any alarms that were created based on the previous version are deleted and then created again as new data arrives.
This is a convenience which creates an instance of the UpdateAlarmModelRequest.Builder avoiding the need
to create one manually via UpdateAlarmModelRequest.builder()
updateAlarmModelRequest - A Consumer that will call methods on UpdateAlarmModelRequest.Builder to create a request.InvalidRequestException - The request was invalid.ResourceInUseException - The resource is in use.ResourceNotFoundException - The resource was not found.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDetectorModelResponse updateDetectorModel(UpdateDetectorModelRequest updateDetectorModelRequest) throws InvalidRequestException, ResourceInUseException, ResourceNotFoundException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Updates a detector model. Detectors (instances) spawned by the previous version are deleted and then re-created as new inputs arrive.
updateDetectorModelRequest - InvalidRequestException - The request was invalid.ResourceInUseException - The resource is in use.ResourceNotFoundException - The resource was not found.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDetectorModelResponse updateDetectorModel(Consumer<UpdateDetectorModelRequest.Builder> updateDetectorModelRequest) throws InvalidRequestException, ResourceInUseException, ResourceNotFoundException, ThrottlingException, InternalFailureException, ServiceUnavailableException, AwsServiceException, SdkClientException, IotEventsException
Updates a detector model. Detectors (instances) spawned by the previous version are deleted and then re-created as new inputs arrive.
This is a convenience which creates an instance of the UpdateDetectorModelRequest.Builder avoiding the
need to create one manually via UpdateDetectorModelRequest.builder()
updateDetectorModelRequest - A Consumer that will call methods on UpdateDetectorModelRequest.Builder to create a
request.InvalidRequestException - The request was invalid.ResourceInUseException - The resource is in use.ResourceNotFoundException - The resource was not found.ThrottlingException - The request could not be completed due to throttling.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateInputResponse updateInput(UpdateInputRequest updateInputRequest) throws InvalidRequestException, ThrottlingException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ResourceInUseException, AwsServiceException, SdkClientException, IotEventsException
Updates an input.
updateInputRequest - InvalidRequestException - The request was invalid.ThrottlingException - The request could not be completed due to throttling.ResourceNotFoundException - The resource was not found.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.ResourceInUseException - The resource is in use.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateInputResponse updateInput(Consumer<UpdateInputRequest.Builder> updateInputRequest) throws InvalidRequestException, ThrottlingException, ResourceNotFoundException, InternalFailureException, ServiceUnavailableException, ResourceInUseException, AwsServiceException, SdkClientException, IotEventsException
Updates an input.
This is a convenience which creates an instance of the UpdateInputRequest.Builder avoiding the need to
create one manually via UpdateInputRequest.builder()
updateInputRequest - A Consumer that will call methods on UpdateInputRequest.Builder to create a request.InvalidRequestException - The request was invalid.ThrottlingException - The request could not be completed due to throttling.ResourceNotFoundException - The resource was not found.InternalFailureException - An internal failure occurred.ServiceUnavailableException - The service is currently unavailable.ResourceInUseException - The resource is in use.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.IotEventsException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionstatic ServiceMetadata serviceMetadata()
Copyright © 2022. All rights reserved.