Uses of Class
com.amazonaws.services.ecs.model.Attribute
-
Packages that use Attribute Package Description com.amazonaws.services.ecs.model -
-
Uses of Attribute in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return Attribute Modifier and Type Method Description Attribute
Attribute. clone()
Attribute
Attribute. withName(String name)
The name of the container instance attribute.Attribute
Attribute. withValue(String value)
The value of the container instance attribute (at this time, the value here isNull
, but this could change in future revisions for expandability).Methods in com.amazonaws.services.ecs.model that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>
ContainerInstance. getAttributes()
The attributes set for the container instance by the Amazon ECS container agent at instance registration.List<Attribute>
RegisterContainerInstanceRequest. getAttributes()
The container instance attributes that this container instance supports.List<Attribute>
TaskDefinition. getRequiresAttributes()
The container instance attributes required by your task.Methods in com.amazonaws.services.ecs.model with parameters of type Attribute Modifier and Type Method Description ContainerInstance
ContainerInstance. withAttributes(Attribute... attributes)
The attributes set for the container instance by the Amazon ECS container agent at instance registration.RegisterContainerInstanceRequest
RegisterContainerInstanceRequest. withAttributes(Attribute... attributes)
The container instance attributes that this container instance supports.TaskDefinition
TaskDefinition. withRequiresAttributes(Attribute... requiresAttributes)
The container instance attributes required by your task.Method parameters in com.amazonaws.services.ecs.model with type arguments of type Attribute Modifier and Type Method Description void
ContainerInstance. setAttributes(Collection<Attribute> attributes)
The attributes set for the container instance by the Amazon ECS container agent at instance registration.void
RegisterContainerInstanceRequest. setAttributes(Collection<Attribute> attributes)
The container instance attributes that this container instance supports.void
TaskDefinition. setRequiresAttributes(Collection<Attribute> requiresAttributes)
The container instance attributes required by your task.ContainerInstance
ContainerInstance. withAttributes(Collection<Attribute> attributes)
The attributes set for the container instance by the Amazon ECS container agent at instance registration.RegisterContainerInstanceRequest
RegisterContainerInstanceRequest. withAttributes(Collection<Attribute> attributes)
The container instance attributes that this container instance supports.TaskDefinition
TaskDefinition. withRequiresAttributes(Collection<Attribute> requiresAttributes)
The container instance attributes required by your task.
-