Uses of Class
software.amazon.awssdk.services.emr.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.emr.model -
-
Uses of Tag in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>AddTagsRequest. tags()A list of tags to associate with a resource.List<Tag>Cluster. tags()A list of tags associated with a cluster.List<Tag>CreateStudioRequest. tags()A list of tags to associate with the Amazon EMR Studio.List<Tag>NotebookExecution. tags()A list of tags associated with a notebook execution.List<Tag>RunJobFlowRequest. tags()A list of tags to associate with a cluster and propagate to Amazon EC2 instances.List<Tag>StartNotebookExecutionRequest. tags()A list of tags associated with a notebook execution.List<Tag>Studio. tags()A list of tags associated with the Amazon EMR Studio.Methods in software.amazon.awssdk.services.emr.model with parameters of type Tag Modifier and Type Method Description AddTagsRequest.BuilderAddTagsRequest.Builder. tags(Tag... tags)A list of tags to associate with a resource.Cluster.BuilderCluster.Builder. tags(Tag... tags)A list of tags associated with a cluster.CreateStudioRequest.BuilderCreateStudioRequest.Builder. tags(Tag... tags)A list of tags to associate with the Amazon EMR Studio.NotebookExecution.BuilderNotebookExecution.Builder. tags(Tag... tags)A list of tags associated with a notebook execution.RunJobFlowRequest.BuilderRunJobFlowRequest.Builder. tags(Tag... tags)A list of tags to associate with a cluster and propagate to Amazon EC2 instances.StartNotebookExecutionRequest.BuilderStartNotebookExecutionRequest.Builder. tags(Tag... tags)A list of tags associated with a notebook execution.Studio.BuilderStudio.Builder. tags(Tag... tags)A list of tags associated with the Amazon EMR Studio.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type Tag Modifier and Type Method Description AddTagsRequest.BuilderAddTagsRequest.Builder. tags(Collection<Tag> tags)A list of tags to associate with a resource.Cluster.BuilderCluster.Builder. tags(Collection<Tag> tags)A list of tags associated with a cluster.CreateStudioRequest.BuilderCreateStudioRequest.Builder. tags(Collection<Tag> tags)A list of tags to associate with the Amazon EMR Studio.NotebookExecution.BuilderNotebookExecution.Builder. tags(Collection<Tag> tags)A list of tags associated with a notebook execution.RunJobFlowRequest.BuilderRunJobFlowRequest.Builder. tags(Collection<Tag> tags)A list of tags to associate with a cluster and propagate to Amazon EC2 instances.StartNotebookExecutionRequest.BuilderStartNotebookExecutionRequest.Builder. tags(Collection<Tag> tags)A list of tags associated with a notebook execution.Studio.BuilderStudio.Builder. tags(Collection<Tag> tags)A list of tags associated with the Amazon EMR Studio.
-