Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
ResourceRequirement |
ResourceRequirement.clone() |
ResourceRequirement |
ResourceRequirement.withType(ResourceType type)
The type of resource to assign to a container.
|
ResourceRequirement |
ResourceRequirement.withType(String type)
The type of resource to assign to a container.
|
ResourceRequirement |
ResourceRequirement.withValue(String value)
The value for the specified resource type.
|
Modifier and Type | Method and Description |
---|---|
List<ResourceRequirement> |
ContainerOverride.getResourceRequirements()
The type and amount of a resource to assign to a container, instead of the default value from the task
definition.
|
List<ResourceRequirement> |
ContainerDefinition.getResourceRequirements()
The type and amount of a resource to assign to a container.
|
Modifier and Type | Method and Description |
---|---|
ContainerOverride |
ContainerOverride.withResourceRequirements(ResourceRequirement... resourceRequirements)
The type and amount of a resource to assign to a container, instead of the default value from the task
definition.
|
ContainerDefinition |
ContainerDefinition.withResourceRequirements(ResourceRequirement... resourceRequirements)
The type and amount of a resource to assign to a container.
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerOverride.setResourceRequirements(Collection<ResourceRequirement> resourceRequirements)
The type and amount of a resource to assign to a container, instead of the default value from the task
definition.
|
void |
ContainerDefinition.setResourceRequirements(Collection<ResourceRequirement> resourceRequirements)
The type and amount of a resource to assign to a container.
|
ContainerOverride |
ContainerOverride.withResourceRequirements(Collection<ResourceRequirement> resourceRequirements)
The type and amount of a resource to assign to a container, instead of the default value from the task
definition.
|
ContainerDefinition |
ContainerDefinition.withResourceRequirements(Collection<ResourceRequirement> resourceRequirements)
The type and amount of a resource to assign to a container.
|
Copyright © 2021. All rights reserved.