@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSIoTEventsAsync extends AbstractAWSIoTEvents implements AWSIoTEventsAsync
AWSIoTEventsAsync. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSIoTEventsAsync() |
createDetectorModel, createInput, deleteDetectorModel, deleteInput, describeDetectorModel, describeInput, describeLoggingOptions, getCachedResponseMetadata, listDetectorModels, listDetectorModelVersions, listInputs, listTagsForResource, putLoggingOptions, shutdown, tagResource, untagResource, updateDetectorModel, updateInputclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateDetectorModel, createInput, deleteDetectorModel, deleteInput, describeDetectorModel, describeInput, describeLoggingOptions, getCachedResponseMetadata, listDetectorModels, listDetectorModelVersions, listInputs, listTagsForResource, putLoggingOptions, shutdown, tagResource, untagResource, updateDetectorModel, updateInputpublic Future<CreateDetectorModelResult> createDetectorModelAsync(CreateDetectorModelRequest request)
AWSIoTEventsAsyncCreates a detector model.
createDetectorModelAsync in interface AWSIoTEventsAsyncpublic Future<CreateDetectorModelResult> createDetectorModelAsync(CreateDetectorModelRequest request, AsyncHandler<CreateDetectorModelRequest,CreateDetectorModelResult> asyncHandler)
AWSIoTEventsAsyncCreates a detector model.
createDetectorModelAsync in interface AWSIoTEventsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateInputResult> createInputAsync(CreateInputRequest request)
AWSIoTEventsAsyncCreates an input.
createInputAsync in interface AWSIoTEventsAsyncpublic Future<CreateInputResult> createInputAsync(CreateInputRequest request, AsyncHandler<CreateInputRequest,CreateInputResult> asyncHandler)
AWSIoTEventsAsyncCreates an input.
createInputAsync in interface AWSIoTEventsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteDetectorModelResult> deleteDetectorModelAsync(DeleteDetectorModelRequest request)
AWSIoTEventsAsyncDeletes a detector model. Any active instances of the detector model are also deleted.
deleteDetectorModelAsync in interface AWSIoTEventsAsyncpublic Future<DeleteDetectorModelResult> deleteDetectorModelAsync(DeleteDetectorModelRequest request, AsyncHandler<DeleteDetectorModelRequest,DeleteDetectorModelResult> asyncHandler)
AWSIoTEventsAsyncDeletes a detector model. Any active instances of the detector model are also deleted.
deleteDetectorModelAsync in interface AWSIoTEventsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteInputResult> deleteInputAsync(DeleteInputRequest request)
AWSIoTEventsAsyncDeletes an input.
deleteInputAsync in interface AWSIoTEventsAsyncpublic Future<DeleteInputResult> deleteInputAsync(DeleteInputRequest request, AsyncHandler<DeleteInputRequest,DeleteInputResult> asyncHandler)
AWSIoTEventsAsyncDeletes an input.
deleteInputAsync in interface AWSIoTEventsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeDetectorModelResult> describeDetectorModelAsync(DescribeDetectorModelRequest request)
AWSIoTEventsAsync
Describes a detector model. If the version parameter is not specified, information about the latest
version is returned.
describeDetectorModelAsync in interface AWSIoTEventsAsyncpublic Future<DescribeDetectorModelResult> describeDetectorModelAsync(DescribeDetectorModelRequest request, AsyncHandler<DescribeDetectorModelRequest,DescribeDetectorModelResult> asyncHandler)
AWSIoTEventsAsync
Describes a detector model. If the version parameter is not specified, information about the latest
version is returned.
describeDetectorModelAsync in interface AWSIoTEventsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeInputResult> describeInputAsync(DescribeInputRequest request)
AWSIoTEventsAsyncDescribes an input.
describeInputAsync in interface AWSIoTEventsAsyncpublic Future<DescribeInputResult> describeInputAsync(DescribeInputRequest request, AsyncHandler<DescribeInputRequest,DescribeInputResult> asyncHandler)
AWSIoTEventsAsyncDescribes an input.
describeInputAsync in interface AWSIoTEventsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeLoggingOptionsResult> describeLoggingOptionsAsync(DescribeLoggingOptionsRequest request)
AWSIoTEventsAsyncRetrieves the current settings of the AWS IoT Events logging options.
describeLoggingOptionsAsync in interface AWSIoTEventsAsyncpublic Future<DescribeLoggingOptionsResult> describeLoggingOptionsAsync(DescribeLoggingOptionsRequest request, AsyncHandler<DescribeLoggingOptionsRequest,DescribeLoggingOptionsResult> asyncHandler)
AWSIoTEventsAsyncRetrieves the current settings of the AWS IoT Events logging options.
describeLoggingOptionsAsync in interface AWSIoTEventsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDetectorModelVersionsResult> listDetectorModelVersionsAsync(ListDetectorModelVersionsRequest request)
AWSIoTEventsAsyncLists all the versions of a detector model. Only the metadata associated with each detector model version is returned.
listDetectorModelVersionsAsync in interface AWSIoTEventsAsyncpublic Future<ListDetectorModelVersionsResult> listDetectorModelVersionsAsync(ListDetectorModelVersionsRequest request, AsyncHandler<ListDetectorModelVersionsRequest,ListDetectorModelVersionsResult> asyncHandler)
AWSIoTEventsAsyncLists all the versions of a detector model. Only the metadata associated with each detector model version is returned.
listDetectorModelVersionsAsync in interface AWSIoTEventsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDetectorModelsResult> listDetectorModelsAsync(ListDetectorModelsRequest request)
AWSIoTEventsAsyncLists the detector models you have created. Only the metadata associated with each detector model is returned.
listDetectorModelsAsync in interface AWSIoTEventsAsyncpublic Future<ListDetectorModelsResult> listDetectorModelsAsync(ListDetectorModelsRequest request, AsyncHandler<ListDetectorModelsRequest,ListDetectorModelsResult> asyncHandler)
AWSIoTEventsAsyncLists the detector models you have created. Only the metadata associated with each detector model is returned.
listDetectorModelsAsync in interface AWSIoTEventsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListInputsResult> listInputsAsync(ListInputsRequest request)
AWSIoTEventsAsyncLists the inputs you have created.
listInputsAsync in interface AWSIoTEventsAsyncpublic Future<ListInputsResult> listInputsAsync(ListInputsRequest request, AsyncHandler<ListInputsRequest,ListInputsResult> asyncHandler)
AWSIoTEventsAsyncLists the inputs you have created.
listInputsAsync in interface AWSIoTEventsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSIoTEventsAsyncLists the tags (metadata) you have assigned to the resource.
listTagsForResourceAsync in interface AWSIoTEventsAsyncpublic Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSIoTEventsAsyncLists the tags (metadata) you have assigned to the resource.
listTagsForResourceAsync in interface AWSIoTEventsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutLoggingOptionsResult> putLoggingOptionsAsync(PutLoggingOptionsRequest request)
AWSIoTEventsAsyncSets 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.
putLoggingOptionsAsync in interface AWSIoTEventsAsyncpublic Future<PutLoggingOptionsResult> putLoggingOptionsAsync(PutLoggingOptionsRequest request, AsyncHandler<PutLoggingOptionsRequest,PutLoggingOptionsResult> asyncHandler)
AWSIoTEventsAsyncSets 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.
putLoggingOptionsAsync in interface AWSIoTEventsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSIoTEventsAsyncAdds to or modifies the tags of the given resource. Tags are metadata that can be used to manage a resource.
tagResourceAsync in interface AWSIoTEventsAsyncpublic Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSIoTEventsAsyncAdds to or modifies the tags of the given resource. Tags are metadata that can be used to manage a resource.
tagResourceAsync in interface AWSIoTEventsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSIoTEventsAsyncRemoves the given tags (metadata) from the resource.
untagResourceAsync in interface AWSIoTEventsAsyncpublic Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSIoTEventsAsyncRemoves the given tags (metadata) from the resource.
untagResourceAsync in interface AWSIoTEventsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateDetectorModelResult> updateDetectorModelAsync(UpdateDetectorModelRequest request)
AWSIoTEventsAsyncUpdates a detector model. Detectors (instances) spawned by the previous version are deleted and then re-created as new inputs arrive.
updateDetectorModelAsync in interface AWSIoTEventsAsyncpublic Future<UpdateDetectorModelResult> updateDetectorModelAsync(UpdateDetectorModelRequest request, AsyncHandler<UpdateDetectorModelRequest,UpdateDetectorModelResult> asyncHandler)
AWSIoTEventsAsyncUpdates a detector model. Detectors (instances) spawned by the previous version are deleted and then re-created as new inputs arrive.
updateDetectorModelAsync in interface AWSIoTEventsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateInputResult> updateInputAsync(UpdateInputRequest request)
AWSIoTEventsAsyncUpdates an input.
updateInputAsync in interface AWSIoTEventsAsyncpublic Future<UpdateInputResult> updateInputAsync(UpdateInputRequest request, AsyncHandler<UpdateInputRequest,UpdateInputResult> asyncHandler)
AWSIoTEventsAsyncUpdates an input.
updateInputAsync in interface AWSIoTEventsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2021. All rights reserved.