Uses of Class
com.amazonaws.services.ecs.model.HostVolumeProperties
Packages that use HostVolumeProperties
-
Uses of HostVolumeProperties in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return HostVolumePropertiesModifier and TypeMethodDescriptionHostVolumeProperties.clone()Volume.getHost()The contents of thehostparameter determine whether your data volume persists on the host container instance and where it is stored.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 HostVolumePropertiesModifier and TypeMethodDescriptionvoidVolume.setHost(HostVolumeProperties host) The contents of thehostparameter determine whether your data volume persists on the host container instance and where it is stored.Volume.withHost(HostVolumeProperties host) The contents of thehostparameter determine whether your data volume persists on the host container instance and where it is stored.