Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Tag> |
RunJobFlowRequest.tags
A list of tags to associate with a cluster and propagate to Amazon EC2
instances.
|
private SdkInternalList<Tag> |
Cluster.tags
A list of tags associated with a cluster.
|
private SdkInternalList<Tag> |
AddTagsRequest.tags
A list of tags to associate with a cluster and propagate to Amazon EC2
instances.
|
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(java.lang.String key)
A user-defined key, which is the minimum required information for a valid
tag.
|
Tag |
Tag.withValue(java.lang.String value)
A user-defined value, which is optional in a tag.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Tag> |
RunJobFlowRequest.getTags()
A list of tags to associate with a cluster and propagate to Amazon EC2
instances.
|
java.util.List<Tag> |
Cluster.getTags()
A list of tags associated with a cluster.
|
java.util.List<Tag> |
AddTagsRequest.getTags()
A list of tags to associate with a cluster and propagate to Amazon EC2
instances.
|
Modifier and Type | Method and Description |
---|---|
RunJobFlowRequest |
RunJobFlowRequest.withTags(Tag... tags)
A list of tags to associate with a cluster and propagate to Amazon EC2
instances.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
RunJobFlowRequest.setTags(java.util.Collection<Tag> tags)
A list of tags to associate with a cluster and propagate to Amazon EC2
instances.
|
void |
Cluster.setTags(java.util.Collection<Tag> tags)
A list of tags associated with a cluster.
|
void |
AddTagsRequest.setTags(java.util.Collection<Tag> tags)
A list of tags to associate with a cluster and propagate to Amazon EC2
instances.
|
RunJobFlowRequest |
RunJobFlowRequest.withTags(java.util.Collection<Tag> tags)
A list of tags to associate with a cluster and propagate to Amazon EC2
instances.
|
Cluster |
Cluster.withTags(java.util.Collection<Tag> tags)
A list of tags associated with a cluster.
|
AddTagsRequest |
AddTagsRequest.withTags(java.util.Collection<Tag> tags)
A list of tags to associate with a cluster and propagate to Amazon EC2
instances.
|
Constructor and Description |
---|
AddTagsRequest(java.lang.String resourceId,
java.util.List<Tag> tags)
Constructs a new AddTagsRequest object.
|
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
|