| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResponse.tags()
The list of tags assigned to the resource.
|
List<Tag> |
TagResourceRequest.tags()
The new or modified tags for the resource.
|
List<Tag> |
CreateAlarmModelRequest.tags()
A list of key-value pairs that contain metadata for the alarm model.
|
List<Tag> |
CreateDetectorModelRequest.tags()
Metadata that can be used to manage the detector model.
|
List<Tag> |
CreateInputRequest.tags()
Metadata that can be used to manage the input.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
The list of tags assigned to the resource.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The new or modified tags for the resource.
|
CreateAlarmModelRequest.Builder |
CreateAlarmModelRequest.Builder.tags(Tag... tags)
A list of key-value pairs that contain metadata for the alarm model.
|
CreateDetectorModelRequest.Builder |
CreateDetectorModelRequest.Builder.tags(Tag... tags)
Metadata that can be used to manage the detector model.
|
CreateInputRequest.Builder |
CreateInputRequest.Builder.tags(Tag... tags)
Metadata that can be used to manage the input.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
The list of tags assigned to the resource.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The new or modified tags for the resource.
|
CreateAlarmModelRequest.Builder |
CreateAlarmModelRequest.Builder.tags(Collection<Tag> tags)
A list of key-value pairs that contain metadata for the alarm model.
|
CreateDetectorModelRequest.Builder |
CreateDetectorModelRequest.Builder.tags(Collection<Tag> tags)
Metadata that can be used to manage the detector model.
|
CreateInputRequest.Builder |
CreateInputRequest.Builder.tags(Collection<Tag> tags)
Metadata that can be used to manage the input.
|
Copyright © 2022. All rights reserved.