@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSIoTEvents extends Object implements AWSIoTEvents
AWSIoTEvents
. Convenient method forms pass through to the corresponding overload
that takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
CreateDetectorModelResult |
createDetectorModel(CreateDetectorModelRequest request)
Creates a detector model.
|
CreateInputResult |
createInput(CreateInputRequest request)
Creates an input.
|
DeleteDetectorModelResult |
deleteDetectorModel(DeleteDetectorModelRequest request)
Deletes a detector model.
|
DeleteInputResult |
deleteInput(DeleteInputRequest request)
Deletes an input.
|
DescribeDetectorModelResult |
describeDetectorModel(DescribeDetectorModelRequest request)
Describes a detector model.
|
DescribeInputResult |
describeInput(DescribeInputRequest request)
Describes an input.
|
DescribeLoggingOptionsResult |
describeLoggingOptions(DescribeLoggingOptionsRequest request)
Retrieves the current settings of the AWS IoT Events logging options.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListDetectorModelsResult |
listDetectorModels(ListDetectorModelsRequest request)
Lists the detector models you have created.
|
ListDetectorModelVersionsResult |
listDetectorModelVersions(ListDetectorModelVersionsRequest request)
Lists all the versions of a detector model.
|
ListInputsResult |
listInputs(ListInputsRequest request)
Lists the inputs you have created.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Lists the tags (metadata) you have assigned to the resource.
|
PutLoggingOptionsResult |
putLoggingOptions(PutLoggingOptionsRequest request)
Sets or updates the AWS IoT Events logging options.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Adds to or modifies the tags of the given resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes the given tags (metadata) from the resource.
|
UpdateDetectorModelResult |
updateDetectorModel(UpdateDetectorModelRequest request)
Updates a detector model.
|
UpdateInputResult |
updateInput(UpdateInputRequest request)
Updates an input.
|
public CreateDetectorModelResult createDetectorModel(CreateDetectorModelRequest request)
AWSIoTEvents
Creates a detector model.
createDetectorModel
in interface AWSIoTEvents
public CreateInputResult createInput(CreateInputRequest request)
AWSIoTEvents
Creates an input.
createInput
in interface AWSIoTEvents
public DeleteDetectorModelResult deleteDetectorModel(DeleteDetectorModelRequest request)
AWSIoTEvents
Deletes a detector model. Any active instances of the detector model are also deleted.
deleteDetectorModel
in interface AWSIoTEvents
public DeleteInputResult deleteInput(DeleteInputRequest request)
AWSIoTEvents
Deletes an input.
deleteInput
in interface AWSIoTEvents
public DescribeDetectorModelResult describeDetectorModel(DescribeDetectorModelRequest request)
AWSIoTEvents
Describes a detector model. If the version
parameter is not specified, information about the latest
version is returned.
describeDetectorModel
in interface AWSIoTEvents
public DescribeInputResult describeInput(DescribeInputRequest request)
AWSIoTEvents
Describes an input.
describeInput
in interface AWSIoTEvents
public DescribeLoggingOptionsResult describeLoggingOptions(DescribeLoggingOptionsRequest request)
AWSIoTEvents
Retrieves the current settings of the AWS IoT Events logging options.
describeLoggingOptions
in interface AWSIoTEvents
public ListDetectorModelVersionsResult listDetectorModelVersions(ListDetectorModelVersionsRequest request)
AWSIoTEvents
Lists all the versions of a detector model. Only the metadata associated with each detector model version is returned.
listDetectorModelVersions
in interface AWSIoTEvents
public ListDetectorModelsResult listDetectorModels(ListDetectorModelsRequest request)
AWSIoTEvents
Lists the detector models you have created. Only the metadata associated with each detector model is returned.
listDetectorModels
in interface AWSIoTEvents
public ListInputsResult listInputs(ListInputsRequest request)
AWSIoTEvents
Lists the inputs you have created.
listInputs
in interface AWSIoTEvents
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSIoTEvents
Lists the tags (metadata) you have assigned to the resource.
listTagsForResource
in interface AWSIoTEvents
public PutLoggingOptionsResult putLoggingOptions(PutLoggingOptionsRequest request)
AWSIoTEvents
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.
putLoggingOptions
in interface AWSIoTEvents
public TagResourceResult tagResource(TagResourceRequest request)
AWSIoTEvents
Adds to or modifies the tags of the given resource. Tags are metadata that can be used to manage a resource.
tagResource
in interface AWSIoTEvents
public UntagResourceResult untagResource(UntagResourceRequest request)
AWSIoTEvents
Removes the given tags (metadata) from the resource.
untagResource
in interface AWSIoTEvents
public UpdateDetectorModelResult updateDetectorModel(UpdateDetectorModelRequest request)
AWSIoTEvents
Updates a detector model. Detectors (instances) spawned by the previous version are deleted and then re-created as new inputs arrive.
updateDetectorModel
in interface AWSIoTEvents
public UpdateInputResult updateInput(UpdateInputRequest request)
AWSIoTEvents
Updates an input.
updateInput
in interface AWSIoTEvents
public void shutdown()
AWSIoTEvents
shutdown
in interface AWSIoTEvents
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSIoTEvents
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata
in interface AWSIoTEvents
request
- The originally executed request.