Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and 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 is
Null , but this could change in future revisions for
expandability). |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2016. All rights reserved.