Package | Description |
---|---|
com.amazonaws.services.ecs.model | |
com.amazonaws.services.ecs.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Attribute> |
RegisterContainerInstanceRequest.attributes
The container instance attributes that this container instance supports.
|
private SdkInternalList<Attribute> |
ContainerInstance.attributes
The attributes set for the container instance by the Amazon ECS container
agent at instance registration.
|
private SdkInternalList<Attribute> |
TaskDefinition.requiresAttributes
The container instance attributes required by your task.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
Attribute.clone() |
Attribute |
Attribute.withName(java.lang.String name)
The name of the container instance attribute.
|
Attribute |
Attribute.withValue(java.lang.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 |
---|---|
java.util.List<Attribute> |
RegisterContainerInstanceRequest.getAttributes()
The container instance attributes that this container instance supports.
|
java.util.List<Attribute> |
ContainerInstance.getAttributes()
The attributes set for the container instance by the Amazon ECS container
agent at instance registration.
|
java.util.List<Attribute> |
TaskDefinition.getRequiresAttributes()
The container instance attributes required by your task.
|
Modifier and Type | Method and Description |
---|---|
RegisterContainerInstanceRequest |
RegisterContainerInstanceRequest.withAttributes(Attribute... attributes)
The container instance attributes that this container instance supports.
|
ContainerInstance |
ContainerInstance.withAttributes(Attribute... attributes)
The attributes set for the container instance by the Amazon ECS container
agent at instance registration.
|
TaskDefinition |
TaskDefinition.withRequiresAttributes(Attribute... requiresAttributes)
The container instance attributes required by your task.
|
Modifier and Type | Method and Description |
---|---|
void |
RegisterContainerInstanceRequest.setAttributes(java.util.Collection<Attribute> attributes)
The container instance attributes that this container instance supports.
|
void |
ContainerInstance.setAttributes(java.util.Collection<Attribute> attributes)
The attributes set for the container instance by the Amazon ECS container
agent at instance registration.
|
void |
TaskDefinition.setRequiresAttributes(java.util.Collection<Attribute> requiresAttributes)
The container instance attributes required by your task.
|
RegisterContainerInstanceRequest |
RegisterContainerInstanceRequest.withAttributes(java.util.Collection<Attribute> attributes)
The container instance attributes that this container instance supports.
|
ContainerInstance |
ContainerInstance.withAttributes(java.util.Collection<Attribute> attributes)
The attributes set for the container instance by the Amazon ECS container
agent at instance registration.
|
TaskDefinition |
TaskDefinition.withRequiresAttributes(java.util.Collection<Attribute> requiresAttributes)
The container instance attributes required by your task.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
AttributeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AttributeJsonMarshaller.marshall(Attribute attribute,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|