| Package | Description |
|---|---|
| software.amazon.awssdk.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
List<EcsResourceRequirement> |
EcsContainerOverride.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 |
|---|---|
EcsContainerOverride.Builder |
EcsContainerOverride.Builder.resourceRequirements(EcsResourceRequirement... 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 |
|---|---|
EcsContainerOverride.Builder |
EcsContainerOverride.Builder.resourceRequirements(Collection<EcsResourceRequirement> resourceRequirements)
The type and amount of a resource to assign to a container, instead of the default value from the task
definition.
|
Copyright © 2023. All rights reserved.