| Package | Description |
|---|---|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Attachment.clone() |
Attachment |
Attachment.withDetails(Collection<KeyValuePair> details)
Details of the attachment.
|
Attachment |
Attachment.withDetails(KeyValuePair... details)
Details of the attachment.
|
Attachment |
Attachment.withId(String id)
The unique identifier for the attachment.
|
Attachment |
Attachment.withStatus(String status)
The status of the attachment.
|
Attachment |
Attachment.withType(String type)
The type of the attachment, such as
ElasticNetworkInterface. |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
Cluster.getAttachments()
The resources attached to a cluster.
|
List<Attachment> |
Task.getAttachments()
The Elastic Network Adapter that's associated with the task if the task uses the
awsvpc network
mode. |
List<Attachment> |
ContainerInstance.getAttachments()
The resources attached to a container instance, such as elastic network interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.withAttachments(Attachment... attachments)
The resources attached to a cluster.
|
Task |
Task.withAttachments(Attachment... attachments)
The Elastic Network Adapter that's associated with the task if the task uses the
awsvpc network
mode. |
ContainerInstance |
ContainerInstance.withAttachments(Attachment... attachments)
The resources attached to a container instance, such as elastic network interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setAttachments(Collection<Attachment> attachments)
The resources attached to a cluster.
|
void |
Task.setAttachments(Collection<Attachment> attachments)
The Elastic Network Adapter that's associated with the task if the task uses the
awsvpc network
mode. |
void |
ContainerInstance.setAttachments(Collection<Attachment> attachments)
The resources attached to a container instance, such as elastic network interfaces.
|
Cluster |
Cluster.withAttachments(Collection<Attachment> attachments)
The resources attached to a cluster.
|
Task |
Task.withAttachments(Collection<Attachment> attachments)
The Elastic Network Adapter that's associated with the task if the task uses the
awsvpc network
mode. |
ContainerInstance |
ContainerInstance.withAttachments(Collection<Attachment> attachments)
The resources attached to a container instance, such as elastic network interfaces.
|
Copyright © 2021. All rights reserved.