Uses of Class
com.amazonaws.services.ecs.model.HostVolumeProperties
-
Packages that use HostVolumeProperties Package Description com.amazonaws.services.ecs.model -
-
Uses of HostVolumeProperties in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return HostVolumeProperties Modifier and Type Method Description HostVolumePropertiesHostVolumeProperties. clone()HostVolumePropertiesVolume. getHost()The contents of thehostparameter determine whether your data volume persists on the host container instance and where it is stored.HostVolumePropertiesHostVolumeProperties. withSourcePath(String sourcePath)The path on the host container instance that is presented to the container.Methods in com.amazonaws.services.ecs.model with parameters of type HostVolumeProperties Modifier and Type Method Description voidVolume. setHost(HostVolumeProperties host)The contents of thehostparameter determine whether your data volume persists on the host container instance and where it is stored.VolumeVolume. withHost(HostVolumeProperties host)The contents of thehostparameter determine whether your data volume persists on the host container instance and where it is stored.
-