public final class PutObjectOptions extends Object
Constructor and Description |
---|
PutObjectOptions(boolean keepMarkers,
String storageClass,
Map<String,String> headers)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static PutObjectOptions |
deletingDirs()
Get the options to delete directory markers.
|
Map<String,String> |
getHeaders()
Headers for the put/post request.
|
boolean |
isKeepMarkers()
Get the marker retention flag.
|
static PutObjectOptions |
keepingDirs()
Get the options to keep directories.
|
String |
toString() |
public boolean isKeepMarkers()
public Map<String,String> getHeaders()
public static PutObjectOptions keepingDirs()
public static PutObjectOptions deletingDirs()
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.