Package | Description |
---|---|
com.amazonaws.services.datapipeline.model | |
com.amazonaws.services.datapipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Tag> |
PipelineDescription.tags
A list of tags to associated with a pipeline.
|
private SdkInternalList<Tag> |
CreatePipelineRequest.tags
A list of tags to associate with the pipeline at creation.
|
private SdkInternalList<Tag> |
AddTagsRequest.tags
The tags to add, as key/value pairs.
|
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(java.lang.String key)
The key name of a tag defined by a user.
|
Tag |
Tag.withValue(java.lang.String value)
The optional value portion of a tag defined by a user.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Tag> |
PipelineDescription.getTags()
A list of tags to associated with a pipeline.
|
java.util.List<Tag> |
CreatePipelineRequest.getTags()
A list of tags to associate with the pipeline at creation.
|
java.util.List<Tag> |
AddTagsRequest.getTags()
The tags to add, as key/value pairs.
|
Modifier and Type | Method and Description |
---|---|
PipelineDescription |
PipelineDescription.withTags(Tag... tags)
A list of tags to associated with a pipeline.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PipelineDescription.setTags(java.util.Collection<Tag> tags)
A list of tags to associated with a pipeline.
|
void |
CreatePipelineRequest.setTags(java.util.Collection<Tag> tags)
A list of tags to associate with the pipeline at creation.
|
void |
AddTagsRequest.setTags(java.util.Collection<Tag> tags)
The tags to add, as key/value pairs.
|
PipelineDescription |
PipelineDescription.withTags(java.util.Collection<Tag> tags)
A list of tags to associated with a pipeline.
|
CreatePipelineRequest |
CreatePipelineRequest.withTags(java.util.Collection<Tag> tags)
A list of tags to associate with the pipeline at creation.
|
AddTagsRequest |
AddTagsRequest.withTags(java.util.Collection<Tag> tags)
The tags to add, as key/value pairs.
|
Modifier and Type | Method and Description |
---|---|
Tag |
TagJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TagJsonMarshaller.marshall(Tag tag,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|