-
- All Implemented Interfaces:
-
org.veupathdb.lib.s3.s34k.params.RegionRequestParams,org.veupathdb.lib.s3.s34k.params.S3RequestParams
public interface ObjectWriteParams implements RegionRequestParams
Parameter base for S3 object write operations.
-
-
Method Summary
Modifier and Type Method Description abstract MutableTagMapgetTags()Tags that will be attached to the target object. -
Methods inherited from class org.veupathdb.lib.s3.s34k.params.RegionRequestParams
getRegion, setRegion -
Methods inherited from class org.veupathdb.lib.s3.s34k.params.S3RequestParams
getHeaders, getQueryParams -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTags
abstract MutableTagMap getTags()
Tags that will be attached to the target object.
-
-
-
-