Package | Description |
---|---|
com.amazonaws.services.datapipeline.model |
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key name of a tag defined by a user.
|
Tag |
Tag.withValue(String value)
The optional value portion of a tag defined by a user.
|
Modifier and Type | Method and Description |
---|---|
List<Tag> |
CreatePipelineRequest.getTags()
A list of tags to associate with the pipeline at creation.
|
List<Tag> |
AddTagsRequest.getTags()
The tags to add, as key/value pairs.
|
List<Tag> |
PipelineDescription.getTags()
A list of tags to associated with a pipeline.
|
Modifier and Type | Method and Description |
---|---|
CreatePipelineRequest |
CreatePipelineRequest.withTags(Tag... tags)
A list of tags to associate with the pipeline at creation.
|
AddTagsRequest |
AddTagsRequest.withTags(Tag... tags)
The tags to add, as key/value pairs.
|
PipelineDescription |
PipelineDescription.withTags(Tag... tags)
A list of tags to associated with a pipeline.
|
Modifier and Type | Method and Description |
---|---|
void |
CreatePipelineRequest.setTags(Collection<Tag> tags)
A list of tags to associate with the pipeline at creation.
|
void |
AddTagsRequest.setTags(Collection<Tag> tags)
The tags to add, as key/value pairs.
|
void |
PipelineDescription.setTags(Collection<Tag> tags)
A list of tags to associated with a pipeline.
|
CreatePipelineRequest |
CreatePipelineRequest.withTags(Collection<Tag> tags)
A list of tags to associate with the pipeline at creation.
|
AddTagsRequest |
AddTagsRequest.withTags(Collection<Tag> tags)
The tags to add, as key/value pairs.
|
PipelineDescription |
PipelineDescription.withTags(Collection<Tag> tags)
A list of tags to associated with a pipeline.
|
Copyright © 2018. All rights reserved.