| Package | Description |
|---|---|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
One part of a key-value pair that make up a tag.
|
Tag |
Tag.withValue(String value)
The optional part of a key-value pair that make up a tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateServiceRequest.getTags()
The metadata that you apply to the service to help you categorize and organize them.
|
List<Tag> |
TagResourceRequest.getTags()
The tags to add to the resource.
|
List<Tag> |
CapacityProvider.getTags()
The metadata that you apply to the capacity provider to help you categorize and organize it.
|
List<Tag> |
CreateCapacityProviderRequest.getTags()
The metadata that you apply to the capacity provider to categorize and organize them more conveniently.
|
List<Tag> |
CreateClusterRequest.getTags()
The metadata that you apply to the cluster to help you categorize and organize them.
|
List<Tag> |
RegisterTaskDefinitionResult.getTags()
The list of tags associated with the task definition.
|
List<Tag> |
RegisterTaskDefinitionRequest.getTags()
The metadata that you apply to the task definition to help you categorize and organize them.
|
List<Tag> |
StartTaskRequest.getTags()
The metadata that you apply to the task to help you categorize and organize them.
|
List<Tag> |
Cluster.getTags()
The metadata that you apply to the cluster to help you categorize and organize them.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The tags for the resource.
|
List<Tag> |
DescribeTaskDefinitionResult.getTags()
The metadata that's applied to the task definition to help you categorize and organize them.
|
List<Tag> |
CreateTaskSetRequest.getTags()
The metadata that you apply to the task set to help you categorize and organize them.
|
List<Tag> |
TaskSet.getTags()
The metadata that you apply to the task set to help you categorize and organize them.
|
List<Tag> |
RegisterContainerInstanceRequest.getTags()
The metadata that you apply to the container instance to help you categorize and organize them.
|
List<Tag> |
Service.getTags()
The metadata that you apply to the service to help you categorize and organize them.
|
List<Tag> |
Task.getTags()
The metadata that you apply to the task to help you categorize and organize the task.
|
List<Tag> |
RunTaskRequest.getTags()
The metadata that you apply to the task to help you categorize and organize them.
|
List<Tag> |
ContainerInstance.getTags()
The metadata that you apply to the container instance to help you categorize and organize them.
|
| Modifier and Type | Method and Description |
|---|---|
CreateServiceRequest |
CreateServiceRequest.withTags(Tag... tags)
The metadata that you apply to the service to help you categorize and organize them.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The tags to add to the resource.
|
CapacityProvider |
CapacityProvider.withTags(Tag... tags)
The metadata that you apply to the capacity provider to help you categorize and organize it.
|
CreateCapacityProviderRequest |
CreateCapacityProviderRequest.withTags(Tag... tags)
The metadata that you apply to the capacity provider to categorize and organize them more conveniently.
|
CreateClusterRequest |
CreateClusterRequest.withTags(Tag... tags)
The metadata that you apply to the cluster to help you categorize and organize them.
|
RegisterTaskDefinitionResult |
RegisterTaskDefinitionResult.withTags(Tag... tags)
The list of tags associated with the task definition.
|
RegisterTaskDefinitionRequest |
RegisterTaskDefinitionRequest.withTags(Tag... tags)
The metadata that you apply to the task definition to help you categorize and organize them.
|
StartTaskRequest |
StartTaskRequest.withTags(Tag... tags)
The metadata that you apply to the task to help you categorize and organize them.
|
Cluster |
Cluster.withTags(Tag... tags)
The metadata that you apply to the cluster to help you categorize and organize them.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tags for the resource.
|
DescribeTaskDefinitionResult |
DescribeTaskDefinitionResult.withTags(Tag... tags)
The metadata that's applied to the task definition to help you categorize and organize them.
|
CreateTaskSetRequest |
CreateTaskSetRequest.withTags(Tag... tags)
The metadata that you apply to the task set to help you categorize and organize them.
|
TaskSet |
TaskSet.withTags(Tag... tags)
The metadata that you apply to the task set to help you categorize and organize them.
|
RegisterContainerInstanceRequest |
RegisterContainerInstanceRequest.withTags(Tag... tags)
The metadata that you apply to the container instance to help you categorize and organize them.
|
Service |
Service.withTags(Tag... tags)
The metadata that you apply to the service to help you categorize and organize them.
|
Task |
Task.withTags(Tag... tags)
The metadata that you apply to the task to help you categorize and organize the task.
|
RunTaskRequest |
RunTaskRequest.withTags(Tag... tags)
The metadata that you apply to the task to help you categorize and organize them.
|
ContainerInstance |
ContainerInstance.withTags(Tag... tags)
The metadata that you apply to the container instance to help you categorize and organize them.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateServiceRequest.setTags(Collection<Tag> tags)
The metadata that you apply to the service to help you categorize and organize them.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The tags to add to the resource.
|
void |
CapacityProvider.setTags(Collection<Tag> tags)
The metadata that you apply to the capacity provider to help you categorize and organize it.
|
void |
CreateCapacityProviderRequest.setTags(Collection<Tag> tags)
The metadata that you apply to the capacity provider to categorize and organize them more conveniently.
|
void |
CreateClusterRequest.setTags(Collection<Tag> tags)
The metadata that you apply to the cluster to help you categorize and organize them.
|
void |
RegisterTaskDefinitionResult.setTags(Collection<Tag> tags)
The list of tags associated with the task definition.
|
void |
RegisterTaskDefinitionRequest.setTags(Collection<Tag> tags)
The metadata that you apply to the task definition to help you categorize and organize them.
|
void |
StartTaskRequest.setTags(Collection<Tag> tags)
The metadata that you apply to the task to help you categorize and organize them.
|
void |
Cluster.setTags(Collection<Tag> tags)
The metadata that you apply to the cluster to help you categorize and organize them.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The tags for the resource.
|
void |
DescribeTaskDefinitionResult.setTags(Collection<Tag> tags)
The metadata that's applied to the task definition to help you categorize and organize them.
|
void |
CreateTaskSetRequest.setTags(Collection<Tag> tags)
The metadata that you apply to the task set to help you categorize and organize them.
|
void |
TaskSet.setTags(Collection<Tag> tags)
The metadata that you apply to the task set to help you categorize and organize them.
|
void |
RegisterContainerInstanceRequest.setTags(Collection<Tag> tags)
The metadata that you apply to the container instance to help you categorize and organize them.
|
void |
Service.setTags(Collection<Tag> tags)
The metadata that you apply to the service to help you categorize and organize them.
|
void |
Task.setTags(Collection<Tag> tags)
The metadata that you apply to the task to help you categorize and organize the task.
|
void |
RunTaskRequest.setTags(Collection<Tag> tags)
The metadata that you apply to the task to help you categorize and organize them.
|
void |
ContainerInstance.setTags(Collection<Tag> tags)
The metadata that you apply to the container instance to help you categorize and organize them.
|
CreateServiceRequest |
CreateServiceRequest.withTags(Collection<Tag> tags)
The metadata that you apply to the service to help you categorize and organize them.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The tags to add to the resource.
|
CapacityProvider |
CapacityProvider.withTags(Collection<Tag> tags)
The metadata that you apply to the capacity provider to help you categorize and organize it.
|
CreateCapacityProviderRequest |
CreateCapacityProviderRequest.withTags(Collection<Tag> tags)
The metadata that you apply to the capacity provider to categorize and organize them more conveniently.
|
CreateClusterRequest |
CreateClusterRequest.withTags(Collection<Tag> tags)
The metadata that you apply to the cluster to help you categorize and organize them.
|
RegisterTaskDefinitionResult |
RegisterTaskDefinitionResult.withTags(Collection<Tag> tags)
The list of tags associated with the task definition.
|
RegisterTaskDefinitionRequest |
RegisterTaskDefinitionRequest.withTags(Collection<Tag> tags)
The metadata that you apply to the task definition to help you categorize and organize them.
|
StartTaskRequest |
StartTaskRequest.withTags(Collection<Tag> tags)
The metadata that you apply to the task to help you categorize and organize them.
|
Cluster |
Cluster.withTags(Collection<Tag> tags)
The metadata that you apply to the cluster to help you categorize and organize them.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tags for the resource.
|
DescribeTaskDefinitionResult |
DescribeTaskDefinitionResult.withTags(Collection<Tag> tags)
The metadata that's applied to the task definition to help you categorize and organize them.
|
CreateTaskSetRequest |
CreateTaskSetRequest.withTags(Collection<Tag> tags)
The metadata that you apply to the task set to help you categorize and organize them.
|
TaskSet |
TaskSet.withTags(Collection<Tag> tags)
The metadata that you apply to the task set to help you categorize and organize them.
|
RegisterContainerInstanceRequest |
RegisterContainerInstanceRequest.withTags(Collection<Tag> tags)
The metadata that you apply to the container instance to help you categorize and organize them.
|
Service |
Service.withTags(Collection<Tag> tags)
The metadata that you apply to the service to help you categorize and organize them.
|
Task |
Task.withTags(Collection<Tag> tags)
The metadata that you apply to the task to help you categorize and organize the task.
|
RunTaskRequest |
RunTaskRequest.withTags(Collection<Tag> tags)
The metadata that you apply to the task to help you categorize and organize them.
|
ContainerInstance |
ContainerInstance.withTags(Collection<Tag> tags)
The metadata that you apply to the container instance to help you categorize and organize them.
|
Copyright © 2021. All rights reserved.