Uses of Class
com.amazonaws.services.ecs.model.Volume
Packages that use Volume
-
Uses of Volume in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return VolumeModifier and TypeMethodDescriptionVolume.clone()
Volume.withHost
(HostVolumeProperties host) The contents of thehost
parameter determine whether your data volume persists on the host container instance and where it is stored.The name of the volume.Methods in com.amazonaws.services.ecs.model that return types with arguments of type VolumeModifier and TypeMethodDescriptionRegisterTaskDefinitionRequest.getVolumes()
A list of volume definitions in JSON format that containers in your task may use.TaskDefinition.getVolumes()
The list of volumes in a task.Methods in com.amazonaws.services.ecs.model with parameters of type VolumeModifier and TypeMethodDescriptionRegisterTaskDefinitionRequest.withVolumes
(Volume... volumes) A list of volume definitions in JSON format that containers in your task may use.TaskDefinition.withVolumes
(Volume... volumes) The list of volumes in a task.Method parameters in com.amazonaws.services.ecs.model with type arguments of type VolumeModifier and TypeMethodDescriptionvoid
RegisterTaskDefinitionRequest.setVolumes
(Collection<Volume> volumes) A list of volume definitions in JSON format that containers in your task may use.void
TaskDefinition.setVolumes
(Collection<Volume> volumes) The list of volumes in a task.RegisterTaskDefinitionRequest.withVolumes
(Collection<Volume> volumes) A list of volume definitions in JSON format that containers in your task may use.TaskDefinition.withVolumes
(Collection<Volume> volumes) The list of volumes in a task.