public interface InspectVolumeCmd extends SyncDockerCmd<InspectVolumeResponse>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InspectVolumeCmd.Exec |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
InspectVolumeCmd |
withName(java.lang.String name) |
execjava.lang.String getName()
InspectVolumeCmd withName(@Nonnull java.lang.String name)
name - - The volume’s name.Copyright © 2019. All Rights Reserved.