Uses of Class
com.amazonaws.services.ecs.model.Volume
-
Packages that use Volume Package Description com.amazonaws.services.ecs.model -
-
Uses of Volume in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return Volume Modifier and Type Method Description VolumeVolume. clone()VolumeVolume. withHost(HostVolumeProperties host)The contents of thehostparameter determine whether your data volume persists on the host container instance and where it is stored.VolumeVolume. withName(String name)The name of the volume.Methods in com.amazonaws.services.ecs.model that return types with arguments of type Volume Modifier and Type Method Description List<Volume>RegisterTaskDefinitionRequest. getVolumes()A list of volume definitions in JSON format that containers in your task may use.List<Volume>TaskDefinition. getVolumes()The list of volumes in a task.Methods in com.amazonaws.services.ecs.model with parameters of type Volume Modifier and Type Method Description RegisterTaskDefinitionRequestRegisterTaskDefinitionRequest. withVolumes(Volume... volumes)A list of volume definitions in JSON format that containers in your task may use.TaskDefinitionTaskDefinition. withVolumes(Volume... volumes)The list of volumes in a task.Method parameters in com.amazonaws.services.ecs.model with type arguments of type Volume Modifier and Type Method Description voidRegisterTaskDefinitionRequest. setVolumes(Collection<Volume> volumes)A list of volume definitions in JSON format that containers in your task may use.voidTaskDefinition. setVolumes(Collection<Volume> volumes)The list of volumes in a task.RegisterTaskDefinitionRequestRegisterTaskDefinitionRequest. withVolumes(Collection<Volume> volumes)A list of volume definitions in JSON format that containers in your task may use.TaskDefinitionTaskDefinition. withVolumes(Collection<Volume> volumes)The list of volumes in a task.
-