public interface RemoveVolumeCmd extends SyncDockerCmd<java.lang.Void>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RemoveVolumeCmd.Exec |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Void |
exec() |
java.lang.String |
getName() |
RemoveVolumeCmd |
withName(java.lang.String name) |
java.lang.String getName()
RemoveVolumeCmd withName(@Nonnull java.lang.String name)
java.lang.Void exec()
throws NotFoundException
exec in interface SyncDockerCmd<java.lang.Void>NotFoundException - No such volumeConflictException - Volume is in use and cannot be removedCopyright © 2020. All Rights Reserved.