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 attribute.
|
Attribute |
Attribute.withTargetId(String targetId)
The ID of the target.
|
Attribute |
Attribute.withTargetType(String targetType)
The type of the target to attach the attribute with.
|
Attribute |
Attribute.withTargetType(TargetType targetType)
The type of the target to attach the attribute with.
|
Attribute |
Attribute.withValue(String value)
The value of the attribute.
|
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
PutAttributesResult.getAttributes()
The attributes applied to your resource.
|
List<Attribute> |
DeleteAttributesResult.getAttributes()
A list of attribute objects that were successfully deleted from your resource.
|
List<Attribute> |
PutAttributesRequest.getAttributes()
The attributes to apply to your resource.
|
List<Attribute> |
RegisterContainerInstanceRequest.getAttributes()
The container instance attributes that this container instance supports.
|
List<Attribute> |
Task.getAttributes()
The attributes of the task
|
List<Attribute> |
ContainerInstance.getAttributes()
The attributes set for the container instance, either by the Amazon ECS container agent at instance registration
or manually with the PutAttributes operation.
|
List<Attribute> |
ListAttributesResult.getAttributes()
A list of attribute objects that meet the criteria of the request.
|
List<Attribute> |
DeleteAttributesRequest.getAttributes()
The attributes to delete from your resource.
|
List<Attribute> |
TaskDefinition.getRequiresAttributes()
The container instance attributes required by your task.
|
Modifier and Type | Method and Description |
---|---|
PutAttributesResult |
PutAttributesResult.withAttributes(Attribute... attributes)
The attributes applied to your resource.
|
DeleteAttributesResult |
DeleteAttributesResult.withAttributes(Attribute... attributes)
A list of attribute objects that were successfully deleted from your resource.
|
PutAttributesRequest |
PutAttributesRequest.withAttributes(Attribute... attributes)
The attributes to apply to your resource.
|
RegisterContainerInstanceRequest |
RegisterContainerInstanceRequest.withAttributes(Attribute... attributes)
The container instance attributes that this container instance supports.
|
Task |
Task.withAttributes(Attribute... attributes)
The attributes of the task
|
ContainerInstance |
ContainerInstance.withAttributes(Attribute... attributes)
The attributes set for the container instance, either by the Amazon ECS container agent at instance registration
or manually with the PutAttributes operation.
|
ListAttributesResult |
ListAttributesResult.withAttributes(Attribute... attributes)
A list of attribute objects that meet the criteria of the request.
|
DeleteAttributesRequest |
DeleteAttributesRequest.withAttributes(Attribute... attributes)
The attributes to delete from your resource.
|
TaskDefinition |
TaskDefinition.withRequiresAttributes(Attribute... requiresAttributes)
The container instance attributes required by your task.
|
Modifier and Type | Method and Description |
---|---|
void |
PutAttributesResult.setAttributes(Collection<Attribute> attributes)
The attributes applied to your resource.
|
void |
DeleteAttributesResult.setAttributes(Collection<Attribute> attributes)
A list of attribute objects that were successfully deleted from your resource.
|
void |
PutAttributesRequest.setAttributes(Collection<Attribute> attributes)
The attributes to apply to your resource.
|
void |
RegisterContainerInstanceRequest.setAttributes(Collection<Attribute> attributes)
The container instance attributes that this container instance supports.
|
void |
Task.setAttributes(Collection<Attribute> attributes)
The attributes of the task
|
void |
ContainerInstance.setAttributes(Collection<Attribute> attributes)
The attributes set for the container instance, either by the Amazon ECS container agent at instance registration
or manually with the PutAttributes operation.
|
void |
ListAttributesResult.setAttributes(Collection<Attribute> attributes)
A list of attribute objects that meet the criteria of the request.
|
void |
DeleteAttributesRequest.setAttributes(Collection<Attribute> attributes)
The attributes to delete from your resource.
|
void |
TaskDefinition.setRequiresAttributes(Collection<Attribute> requiresAttributes)
The container instance attributes required by your task.
|
PutAttributesResult |
PutAttributesResult.withAttributes(Collection<Attribute> attributes)
The attributes applied to your resource.
|
DeleteAttributesResult |
DeleteAttributesResult.withAttributes(Collection<Attribute> attributes)
A list of attribute objects that were successfully deleted from your resource.
|
PutAttributesRequest |
PutAttributesRequest.withAttributes(Collection<Attribute> attributes)
The attributes to apply to your resource.
|
RegisterContainerInstanceRequest |
RegisterContainerInstanceRequest.withAttributes(Collection<Attribute> attributes)
The container instance attributes that this container instance supports.
|
Task |
Task.withAttributes(Collection<Attribute> attributes)
The attributes of the task
|
ContainerInstance |
ContainerInstance.withAttributes(Collection<Attribute> attributes)
The attributes set for the container instance, either by the Amazon ECS container agent at instance registration
or manually with the PutAttributes operation.
|
ListAttributesResult |
ListAttributesResult.withAttributes(Collection<Attribute> attributes)
A list of attribute objects that meet the criteria of the request.
|
DeleteAttributesRequest |
DeleteAttributesRequest.withAttributes(Collection<Attribute> attributes)
The attributes to delete from your resource.
|
TaskDefinition |
TaskDefinition.withRequiresAttributes(Collection<Attribute> requiresAttributes)
The container instance attributes required by your task.
|
Copyright © 2022. All rights reserved.