public class KeyVersion extends Object implements Serializable
KeyVersion
is a unique identifier of an S3Object inside of a bucket, with optional versioning supportConstructor and Description |
---|
KeyVersion(String value)
Constructs a key without a version.
|
KeyVersion(String value,
String version)
Constructs a key-version pair.
|
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
String |
getVersion() |
void |
setValue(String value) |
void |
setVersion(String version) |
public KeyVersion(String value)
value
- Constructs a key without a version.Copyright © 2010–2020. All rights reserved.