-
- All Implemented Interfaces:
-
kotlin.collections.Iterable,org.veupathdb.lib.s3.s34k.util.ListMap
public interface QueryParams implements ListMap<String, String>
Map of query parameters being sent as part of an S3 operation.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.veupathdb.lib.s3.s34k.util.ListMap
contains, get, getSize, getTotalSize, isEmpty, isNotEmpty, stream, toMap -
Methods inherited from class kotlin.collections.Iterable
forEach, iterator, spliterator -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-