Uses of Class
com.amazonaws.services.ecs.model.Attribute
Packages that use Attribute
-
Uses of Attribute in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return AttributeModifier and TypeMethodDescriptionAttribute.clone()
The name of the container instance attribute.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 AttributeModifier and TypeMethodDescriptionContainerInstance.getAttributes()
The attributes set for the container instance by the Amazon ECS container agent at instance registration.RegisterContainerInstanceRequest.getAttributes()
The container instance attributes that this container instance supports.TaskDefinition.getRequiresAttributes()
The container instance attributes required by your task.Methods in com.amazonaws.services.ecs.model with parameters of type AttributeModifier and TypeMethodDescriptionContainerInstance.withAttributes
(Attribute... attributes) The attributes set for the container instance by the Amazon ECS container agent at instance registration.RegisterContainerInstanceRequest.withAttributes
(Attribute... attributes) The container instance attributes that this container instance supports.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 AttributeModifier and TypeMethodDescriptionvoid
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.withAttributes
(Collection<Attribute> attributes) The attributes set for the container instance by the Amazon ECS container agent at instance registration.RegisterContainerInstanceRequest.withAttributes
(Collection<Attribute> attributes) The container instance attributes that this container instance supports.TaskDefinition.withRequiresAttributes
(Collection<Attribute> requiresAttributes) The container instance attributes required by your task.