Uses of Class
software.amazon.awssdk.services.ecs.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of Tag in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CapacityProvider. tags()The metadata that you apply to the capacity provider to help you categorize and organize it.List<Tag>Cluster. tags()The metadata that you apply to the cluster to help you categorize and organize them.List<Tag>ContainerInstance. tags()The metadata that you apply to the container instance to help you categorize and organize them.List<Tag>CreateCapacityProviderRequest. tags()The metadata that you apply to the capacity provider to categorize and organize them more conveniently.List<Tag>CreateClusterRequest. tags()The metadata that you apply to the cluster to help you categorize and organize them.List<Tag>CreateServiceRequest. tags()The metadata that you apply to the service to help you categorize and organize them.List<Tag>CreateTaskSetRequest. tags()The metadata that you apply to the task set to help you categorize and organize them.List<Tag>DescribeTaskDefinitionResponse. tags()The metadata that's applied to the task definition to help you categorize and organize them.List<Tag>ListTagsForResourceResponse. tags()The tags for the resource.List<Tag>RegisterContainerInstanceRequest. tags()The metadata that you apply to the container instance to help you categorize and organize them.List<Tag>RegisterTaskDefinitionRequest. tags()The metadata that you apply to the task definition to help you categorize and organize them.List<Tag>RegisterTaskDefinitionResponse. tags()The list of tags associated with the task definition.List<Tag>RunTaskRequest. tags()The metadata that you apply to the task to help you categorize and organize them.List<Tag>Service. tags()The metadata that you apply to the service to help you categorize and organize them.List<Tag>StartTaskRequest. tags()The metadata that you apply to the task to help you categorize and organize them.List<Tag>TagResourceRequest. tags()The tags to add to the resource.List<Tag>Task. tags()The metadata that you apply to the task to help you categorize and organize the task.List<Tag>TaskSet. tags()The metadata that you apply to the task set to help you categorize and organize them.Methods in software.amazon.awssdk.services.ecs.model with parameters of type Tag Modifier and Type Method Description CapacityProvider.BuilderCapacityProvider.Builder. tags(Tag... tags)The metadata that you apply to the capacity provider to help you categorize and organize it.Cluster.BuilderCluster.Builder. tags(Tag... tags)The metadata that you apply to the cluster to help you categorize and organize them.ContainerInstance.BuilderContainerInstance.Builder. tags(Tag... tags)The metadata that you apply to the container instance to help you categorize and organize them.CreateCapacityProviderRequest.BuilderCreateCapacityProviderRequest.Builder. tags(Tag... tags)The metadata that you apply to the capacity provider to categorize and organize them more conveniently.CreateClusterRequest.BuilderCreateClusterRequest.Builder. tags(Tag... tags)The metadata that you apply to the cluster to help you categorize and organize them.CreateServiceRequest.BuilderCreateServiceRequest.Builder. tags(Tag... tags)The metadata that you apply to the service to help you categorize and organize them.CreateTaskSetRequest.BuilderCreateTaskSetRequest.Builder. tags(Tag... tags)The metadata that you apply to the task set to help you categorize and organize them.DescribeTaskDefinitionResponse.BuilderDescribeTaskDefinitionResponse.Builder. tags(Tag... tags)The metadata that's applied to the task definition to help you categorize and organize them.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The tags for the resource.RegisterContainerInstanceRequest.BuilderRegisterContainerInstanceRequest.Builder. tags(Tag... tags)The metadata that you apply to the container instance to help you categorize and organize them.RegisterTaskDefinitionRequest.BuilderRegisterTaskDefinitionRequest.Builder. tags(Tag... tags)The metadata that you apply to the task definition to help you categorize and organize them.RegisterTaskDefinitionResponse.BuilderRegisterTaskDefinitionResponse.Builder. tags(Tag... tags)The list of tags associated with the task definition.RunTaskRequest.BuilderRunTaskRequest.Builder. tags(Tag... tags)The metadata that you apply to the task to help you categorize and organize them.Service.BuilderService.Builder. tags(Tag... tags)The metadata that you apply to the service to help you categorize and organize them.StartTaskRequest.BuilderStartTaskRequest.Builder. tags(Tag... tags)The metadata that you apply to the task to help you categorize and organize them.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tags to add to the resource.Task.BuilderTask.Builder. tags(Tag... tags)The metadata that you apply to the task to help you categorize and organize the task.TaskSet.BuilderTaskSet.Builder. tags(Tag... tags)The metadata that you apply to the task set to help you categorize and organize them.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type Tag Modifier and Type Method Description CapacityProvider.BuilderCapacityProvider.Builder. tags(Collection<Tag> tags)The metadata that you apply to the capacity provider to help you categorize and organize it.Cluster.BuilderCluster.Builder. tags(Collection<Tag> tags)The metadata that you apply to the cluster to help you categorize and organize them.ContainerInstance.BuilderContainerInstance.Builder. tags(Collection<Tag> tags)The metadata that you apply to the container instance to help you categorize and organize them.CreateCapacityProviderRequest.BuilderCreateCapacityProviderRequest.Builder. tags(Collection<Tag> tags)The metadata that you apply to the capacity provider to categorize and organize them more conveniently.CreateClusterRequest.BuilderCreateClusterRequest.Builder. tags(Collection<Tag> tags)The metadata that you apply to the cluster to help you categorize and organize them.CreateServiceRequest.BuilderCreateServiceRequest.Builder. tags(Collection<Tag> tags)The metadata that you apply to the service to help you categorize and organize them.CreateTaskSetRequest.BuilderCreateTaskSetRequest.Builder. tags(Collection<Tag> tags)The metadata that you apply to the task set to help you categorize and organize them.DescribeTaskDefinitionResponse.BuilderDescribeTaskDefinitionResponse.Builder. tags(Collection<Tag> tags)The metadata that's applied to the task definition to help you categorize and organize them.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The tags for the resource.RegisterContainerInstanceRequest.BuilderRegisterContainerInstanceRequest.Builder. tags(Collection<Tag> tags)The metadata that you apply to the container instance to help you categorize and organize them.RegisterTaskDefinitionRequest.BuilderRegisterTaskDefinitionRequest.Builder. tags(Collection<Tag> tags)The metadata that you apply to the task definition to help you categorize and organize them.RegisterTaskDefinitionResponse.BuilderRegisterTaskDefinitionResponse.Builder. tags(Collection<Tag> tags)The list of tags associated with the task definition.RunTaskRequest.BuilderRunTaskRequest.Builder. tags(Collection<Tag> tags)The metadata that you apply to the task to help you categorize and organize them.Service.BuilderService.Builder. tags(Collection<Tag> tags)The metadata that you apply to the service to help you categorize and organize them.StartTaskRequest.BuilderStartTaskRequest.Builder. tags(Collection<Tag> tags)The metadata that you apply to the task to help you categorize and organize them.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tags to add to the resource.Task.BuilderTask.Builder. tags(Collection<Tag> tags)The metadata that you apply to the task to help you categorize and organize the task.TaskSet.BuilderTaskSet.Builder. tags(Collection<Tag> tags)The metadata that you apply to the task set to help you categorize and organize them.
-