| Package | Description |
|---|---|
| com.amazonaws.services.osis.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The tag key.
|
Tag |
Tag.withValue(String value)
The value assigned to the corresponding tag key.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
PipelineSummary.getTags()
A list of tags associated with the given pipeline.
|
List<Tag> |
TagResourceRequest.getTags()
The list of key-value tags to add to the pipeline.
|
List<Tag> |
ListTagsForResourceResult.getTags()
A list of tags associated with the given pipeline.
|
List<Tag> |
Pipeline.getTags()
A list of tags associated with the given pipeline.
|
List<Tag> |
CreatePipelineRequest.getTags()
List of tags to add to the pipeline upon creation.
|
| Modifier and Type | Method and Description |
|---|---|
PipelineSummary |
PipelineSummary.withTags(Tag... tags)
A list of tags associated with the given pipeline.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The list of key-value tags to add to the pipeline.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
A list of tags associated with the given pipeline.
|
Pipeline |
Pipeline.withTags(Tag... tags)
A list of tags associated with the given pipeline.
|
CreatePipelineRequest |
CreatePipelineRequest.withTags(Tag... tags)
List of tags to add to the pipeline upon creation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineSummary.setTags(Collection<Tag> tags)
A list of tags associated with the given pipeline.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The list of key-value tags to add to the pipeline.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
A list of tags associated with the given pipeline.
|
void |
Pipeline.setTags(Collection<Tag> tags)
A list of tags associated with the given pipeline.
|
void |
CreatePipelineRequest.setTags(Collection<Tag> tags)
List of tags to add to the pipeline upon creation.
|
PipelineSummary |
PipelineSummary.withTags(Collection<Tag> tags)
A list of tags associated with the given pipeline.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The list of key-value tags to add to the pipeline.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
A list of tags associated with the given pipeline.
|
Pipeline |
Pipeline.withTags(Collection<Tag> tags)
A list of tags associated with the given pipeline.
|
CreatePipelineRequest |
CreatePipelineRequest.withTags(Collection<Tag> tags)
List of tags to add to the pipeline upon creation.
|
Copyright © 2024. All rights reserved.