| 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> |
StartNotebookExecutionRequest.getTags()
A list of tags associated with a notebook execution.
|
List<Tag> |
RunJobFlowRequest.getTags()
A list of tags to associate with a cluster and propagate to Amazon EC2 instances.
|
List<Tag> |
NotebookExecution.getTags()
A list of tags associated with a notebook execution.
|
List<Tag> |
Studio.getTags()
A list of tags associated with the Amazon EMR Studio.
|
List<Tag> |
Cluster.getTags()
A list of tags associated with a cluster.
|
List<Tag> |
CreateStudioRequest.getTags()
A list of tags to associate with the Amazon EMR Studio.
|
List<Tag> |
AddTagsRequest.getTags()
A list of tags to associate with a resource.
|
| Modifier and Type | Method and Description |
|---|---|
StartNotebookExecutionRequest |
StartNotebookExecutionRequest.withTags(Tag... tags)
A list of tags associated with a notebook execution.
|
RunJobFlowRequest |
RunJobFlowRequest.withTags(Tag... tags)
A list of tags to associate with a cluster and propagate to Amazon EC2 instances.
|
NotebookExecution |
NotebookExecution.withTags(Tag... tags)
A list of tags associated with a notebook execution.
|
Studio |
Studio.withTags(Tag... tags)
A list of tags associated with the Amazon EMR Studio.
|
Cluster |
Cluster.withTags(Tag... tags)
A list of tags associated with a cluster.
|
CreateStudioRequest |
CreateStudioRequest.withTags(Tag... tags)
A list of tags to associate with the Amazon EMR Studio.
|
AddTagsRequest |
AddTagsRequest.withTags(Tag... tags)
A list of tags to associate with a resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartNotebookExecutionRequest.setTags(Collection<Tag> tags)
A list of tags associated with a notebook execution.
|
void |
RunJobFlowRequest.setTags(Collection<Tag> tags)
A list of tags to associate with a cluster and propagate to Amazon EC2 instances.
|
void |
NotebookExecution.setTags(Collection<Tag> tags)
A list of tags associated with a notebook execution.
|
void |
Studio.setTags(Collection<Tag> tags)
A list of tags associated with the Amazon EMR Studio.
|
void |
Cluster.setTags(Collection<Tag> tags)
A list of tags associated with a cluster.
|
void |
CreateStudioRequest.setTags(Collection<Tag> tags)
A list of tags to associate with the Amazon EMR Studio.
|
void |
AddTagsRequest.setTags(Collection<Tag> tags)
A list of tags to associate with a resource.
|
StartNotebookExecutionRequest |
StartNotebookExecutionRequest.withTags(Collection<Tag> tags)
A list of tags associated with a notebook execution.
|
RunJobFlowRequest |
RunJobFlowRequest.withTags(Collection<Tag> tags)
A list of tags to associate with a cluster and propagate to Amazon EC2 instances.
|
NotebookExecution |
NotebookExecution.withTags(Collection<Tag> tags)
A list of tags associated with a notebook execution.
|
Studio |
Studio.withTags(Collection<Tag> tags)
A list of tags associated with the Amazon EMR Studio.
|
Cluster |
Cluster.withTags(Collection<Tag> tags)
A list of tags associated with a cluster.
|
CreateStudioRequest |
CreateStudioRequest.withTags(Collection<Tag> tags)
A list of tags to associate with the Amazon EMR Studio.
|
AddTagsRequest |
AddTagsRequest.withTags(Collection<Tag> tags)
A list of tags to associate with a resource.
|
| Constructor and Description |
|---|
AddTagsRequest(String resourceId,
List<Tag> tags)
Constructs a new AddTagsRequest object.
|
Copyright © 2022. All rights reserved.