Uses of Class
software.amazon.awssdk.services.ecs.model.Attachment
-
Packages that use Attachment Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of Attachment in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>Cluster. attachments()The resources attached to a cluster.List<Attachment>ContainerInstance. attachments()The resources attached to a container instance, such as an elastic network interface.List<Attachment>Task. attachments()The Elastic Network Adapter that's associated with the task if the task uses theawsvpcnetwork mode.Methods in software.amazon.awssdk.services.ecs.model with parameters of type Attachment Modifier and Type Method Description Cluster.BuilderCluster.Builder. attachments(Attachment... attachments)The resources attached to a cluster.ContainerInstance.BuilderContainerInstance.Builder. attachments(Attachment... attachments)The resources attached to a container instance, such as an elastic network interface.Task.BuilderTask.Builder. attachments(Attachment... attachments)The Elastic Network Adapter that's associated with the task if the task uses theawsvpcnetwork mode.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type Attachment Modifier and Type Method Description Cluster.BuilderCluster.Builder. attachments(Collection<Attachment> attachments)The resources attached to a cluster.ContainerInstance.BuilderContainerInstance.Builder. attachments(Collection<Attachment> attachments)The resources attached to a container instance, such as an elastic network interface.Task.BuilderTask.Builder. attachments(Collection<Attachment> attachments)The Elastic Network Adapter that's associated with the task if the task uses theawsvpcnetwork mode.
-