public class PutObjectResponse extends Object
putObject operation.
Use this request to access information about the new object created from the
putObject request, such as its ETag and optional version ID.| Constructor and Description |
|---|
PutObjectResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getETag()
Gets the ETag value for the newly created object.
|
void |
setETag(String eTag)
Sets the ETag value for the new object that was created from the
associated
putObject request. |
public String getETag()
public void setETag(String eTag)
putObject request.eTag - The ETag value for the new object.Copyright © 2020. All rights reserved.