| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The tag's key.
|
Tag |
Tag.withValue(String value)
The tag's value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
The new or modified tags for the resource.
|
List<Tag> |
CreateInputRequest.getTags()
Metadata that can be used to manage the input.
|
List<Tag> |
CreateDetectorModelRequest.getTags()
Metadata that can be used to manage the detector model.
|
List<Tag> |
CreateAlarmModelRequest.getTags()
A list of key-value pairs that contain metadata for the alarm model.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The list of tags assigned to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The new or modified tags for the resource.
|
CreateInputRequest |
CreateInputRequest.withTags(Tag... tags)
Metadata that can be used to manage the input.
|
CreateDetectorModelRequest |
CreateDetectorModelRequest.withTags(Tag... tags)
Metadata that can be used to manage the detector model.
|
CreateAlarmModelRequest |
CreateAlarmModelRequest.withTags(Tag... tags)
A list of key-value pairs that contain metadata for the alarm model.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The list of tags assigned to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The new or modified tags for the resource.
|
void |
CreateInputRequest.setTags(Collection<Tag> tags)
Metadata that can be used to manage the input.
|
void |
CreateDetectorModelRequest.setTags(Collection<Tag> tags)
Metadata that can be used to manage the detector model.
|
void |
CreateAlarmModelRequest.setTags(Collection<Tag> tags)
A list of key-value pairs that contain metadata for the alarm model.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The list of tags assigned to the resource.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The new or modified tags for the resource.
|
CreateInputRequest |
CreateInputRequest.withTags(Collection<Tag> tags)
Metadata that can be used to manage the input.
|
CreateDetectorModelRequest |
CreateDetectorModelRequest.withTags(Collection<Tag> tags)
Metadata that can be used to manage the detector model.
|
CreateAlarmModelRequest |
CreateAlarmModelRequest.withTags(Collection<Tag> tags)
A list of key-value pairs that contain metadata for the alarm model.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The list of tags assigned to the resource.
|
Copyright © 2024. All rights reserved.