Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
A user-defined key, which is the minimum required information for a valid
tag.
|
Tag |
Tag.withValue(String value)
A user-defined value, which is optional in a tag.
|
Modifier and Type | Method and Description |
---|---|
List<Tag> |
Cluster.getTags()
A list of tags associated with a cluster.
|
List<Tag> |
AddTagsRequest.getTags()
A list of tags to associate with a cluster and propagate to Amazon EC2
instances.
|
List<Tag> |
RunJobFlowRequest.getTags()
A list of tags to associate with a cluster and propagate to Amazon EC2
instances.
|
Modifier and Type | Method and Description |
---|---|
Cluster |
Cluster.withTags(Tag... tags)
A list of tags associated with a cluster.
|
AddTagsRequest |
AddTagsRequest.withTags(Tag... tags)
A list of tags to associate with a cluster and propagate to Amazon EC2
instances.
|
RunJobFlowRequest |
RunJobFlowRequest.withTags(Tag... tags)
A list of tags to associate with a cluster and propagate to Amazon EC2
instances.
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.setTags(Collection<Tag> tags)
A list of tags associated with a cluster.
|
void |
AddTagsRequest.setTags(Collection<Tag> tags)
A list of tags to associate with a cluster and propagate to Amazon EC2
instances.
|
void |
RunJobFlowRequest.setTags(Collection<Tag> tags)
A list of tags to associate with a cluster and propagate to Amazon EC2
instances.
|
Cluster |
Cluster.withTags(Collection<Tag> tags)
A list of tags associated with a cluster.
|
AddTagsRequest |
AddTagsRequest.withTags(Collection<Tag> tags)
A list of tags to associate with a cluster and propagate to Amazon EC2
instances.
|
RunJobFlowRequest |
RunJobFlowRequest.withTags(Collection<Tag> tags)
A list of tags to associate with a cluster and propagate to Amazon EC2
instances.
|
Constructor and Description |
---|
AddTagsRequest(String resourceId,
List<Tag> tags)
Constructs a new AddTagsRequest object.
|
Copyright © 2018. All rights reserved.