| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.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> |
CreateDatastoreRequest.getTags()
Metadata which can be used to manage the data store.
|
List<Tag> |
CreatePipelineRequest.getTags()
Metadata which can be used to manage the pipeline.
|
List<Tag> |
CreateDatasetRequest.getTags()
Metadata which can be used to manage the data set.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The tags (metadata) which you have assigned to the resource.
|
List<Tag> |
CreateChannelRequest.getTags()
Metadata which can be used to manage the channel.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The new or modified tags for the resource.
|
CreateDatastoreRequest |
CreateDatastoreRequest.withTags(Tag... tags)
Metadata which can be used to manage the data store.
|
CreatePipelineRequest |
CreatePipelineRequest.withTags(Tag... tags)
Metadata which can be used to manage the pipeline.
|
CreateDatasetRequest |
CreateDatasetRequest.withTags(Tag... tags)
Metadata which can be used to manage the data set.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tags (metadata) which you have assigned to the resource.
|
CreateChannelRequest |
CreateChannelRequest.withTags(Tag... tags)
Metadata which can be used to manage the channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The new or modified tags for the resource.
|
void |
CreateDatastoreRequest.setTags(Collection<Tag> tags)
Metadata which can be used to manage the data store.
|
void |
CreatePipelineRequest.setTags(Collection<Tag> tags)
Metadata which can be used to manage the pipeline.
|
void |
CreateDatasetRequest.setTags(Collection<Tag> tags)
Metadata which can be used to manage the data set.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The tags (metadata) which you have assigned to the resource.
|
void |
CreateChannelRequest.setTags(Collection<Tag> tags)
Metadata which can be used to manage the channel.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The new or modified tags for the resource.
|
CreateDatastoreRequest |
CreateDatastoreRequest.withTags(Collection<Tag> tags)
Metadata which can be used to manage the data store.
|
CreatePipelineRequest |
CreatePipelineRequest.withTags(Collection<Tag> tags)
Metadata which can be used to manage the pipeline.
|
CreateDatasetRequest |
CreateDatasetRequest.withTags(Collection<Tag> tags)
Metadata which can be used to manage the data set.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tags (metadata) which you have assigned to the resource.
|
CreateChannelRequest |
CreateChannelRequest.withTags(Collection<Tag> tags)
Metadata which can be used to manage the channel.
|
Copyright © 2020. All rights reserved.