| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
Task.attachments()
The Elastic Network Adapter associated with the task if the task uses the
awsvpc network mode. |
List<Attachment> |
Cluster.attachments()
The resources attached to a cluster.
|
List<Attachment> |
ContainerInstance.attachments()
The resources attached to a container instance, such as elastic network interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
Task.Builder |
Task.Builder.attachments(Attachment... attachments)
The Elastic Network Adapter associated with the task if the task uses the
awsvpc network mode. |
Cluster.Builder |
Cluster.Builder.attachments(Attachment... attachments)
The resources attached to a cluster.
|
ContainerInstance.Builder |
ContainerInstance.Builder.attachments(Attachment... attachments)
The resources attached to a container instance, such as elastic network interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
Task.Builder |
Task.Builder.attachments(Collection<Attachment> attachments)
The Elastic Network Adapter associated with the task if the task uses the
awsvpc network mode. |
Cluster.Builder |
Cluster.Builder.attachments(Collection<Attachment> attachments)
The resources attached to a cluster.
|
ContainerInstance.Builder |
ContainerInstance.Builder.attachments(Collection<Attachment> attachments)
The resources attached to a container instance, such as elastic network interfaces.
|
Copyright © 2021. All rights reserved.