| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceRequirement> |
ContainerDefinition.resourceRequirements()
The type and amount of a resource to assign to a container.
|
List<ResourceRequirement> |
ContainerOverride.resourceRequirements()
The type and amount of a resource to assign to a container, instead of the default value from the task
definition.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerDefinition.Builder |
ContainerDefinition.Builder.resourceRequirements(ResourceRequirement... resourceRequirements)
The type and amount of a resource to assign to a container.
|
ContainerOverride.Builder |
ContainerOverride.Builder.resourceRequirements(ResourceRequirement... resourceRequirements)
The type and amount of a resource to assign to a container, instead of the default value from the task
definition.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerDefinition.Builder |
ContainerDefinition.Builder.resourceRequirements(Collection<ResourceRequirement> resourceRequirements)
The type and amount of a resource to assign to a container.
|
ContainerOverride.Builder |
ContainerOverride.Builder.resourceRequirements(Collection<ResourceRequirement> resourceRequirements)
The type and amount of a resource to assign to a container, instead of the default value from the task
definition.
|
Copyright © 2022. All rights reserved.