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