public class ListVolumesCmdImpl extends AbstrDockerCmd<ListVolumesCmd,ListVolumesResponse> implements ListVolumesCmd
ListVolumesCmd.Execexecution| Constructor and Description |
|---|
ListVolumesCmdImpl(ListVolumesCmd.Exec exec) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<String>> |
getFilters() |
ListVolumesCmd |
withDanglingFilter(Boolean dangling) |
ListVolumesCmd |
withFilter(String filterName,
Collection<String> filterValues) |
close, exec, registryAuth, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexecpublic ListVolumesCmdImpl(ListVolumesCmd.Exec exec)
public Map<String,List<String>> getFilters()
getFilters in interface ListVolumesCmdpublic ListVolumesCmd withDanglingFilter(Boolean dangling)
withDanglingFilter in interface ListVolumesCmdpublic ListVolumesCmd withFilter(String filterName, Collection<String> filterValues)
withFilter in interface ListVolumesCmdCopyright © 2025. All rights reserved.