| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.tags()
The new or modified tags for the resource.
|
List<Tag> |
CreateDatastoreRequest.tags()
Metadata which can be used to manage the data store.
|
List<Tag> |
CreatePipelineRequest.tags()
Metadata which can be used to manage the pipeline.
|
List<Tag> |
CreateDatasetRequest.tags()
Metadata which can be used to manage the dataset.
|
List<Tag> |
ListTagsForResourceResponse.tags()
The tags (metadata) that you have assigned to the resource.
|
List<Tag> |
CreateChannelRequest.tags()
Metadata which can be used to manage the channel.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The new or modified tags for the resource.
|
CreateDatastoreRequest.Builder |
CreateDatastoreRequest.Builder.tags(Tag... tags)
Metadata which can be used to manage the data store.
|
CreatePipelineRequest.Builder |
CreatePipelineRequest.Builder.tags(Tag... tags)
Metadata which can be used to manage the pipeline.
|
CreateDatasetRequest.Builder |
CreateDatasetRequest.Builder.tags(Tag... tags)
Metadata which can be used to manage the dataset.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
The tags (metadata) that you have assigned to the resource.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.tags(Tag... tags)
Metadata which can be used to manage the channel.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The new or modified tags for the resource.
|
CreateDatastoreRequest.Builder |
CreateDatastoreRequest.Builder.tags(Collection<Tag> tags)
Metadata which can be used to manage the data store.
|
CreatePipelineRequest.Builder |
CreatePipelineRequest.Builder.tags(Collection<Tag> tags)
Metadata which can be used to manage the pipeline.
|
CreateDatasetRequest.Builder |
CreateDatasetRequest.Builder.tags(Collection<Tag> tags)
Metadata which can be used to manage the dataset.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
The tags (metadata) that you have assigned to the resource.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.tags(Collection<Tag> tags)
Metadata which can be used to manage the channel.
|
Copyright © 2023. All rights reserved.