| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
List<Container> |
Task.containers()
The containers that's associated with the task.
|
| Modifier and Type | Method and Description |
|---|---|
Task.Builder |
Task.Builder.containers(Container... containers)
The containers that's associated with the task.
|
| Modifier and Type | Method and Description |
|---|---|
Task.Builder |
Task.Builder.containers(Collection<Container> containers)
The containers that's associated with the task.
|
Copyright © 2021. All rights reserved.