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 HostVolumeProperties
HostVolumeProperties. clone()
HostVolumeProperties
Volume. getHost()
The contents of thehost
parameter determine whether your data volume persists on the host container instance and where it is stored.HostVolumeProperties
HostVolumeProperties. 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 void
Volume. setHost(HostVolumeProperties host)
The contents of thehost
parameter determine whether your data volume persists on the host container instance and where it is stored.Volume
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.
-