com.amazonaws.services.s3.model
Class DeleteObjectsRequest.KeyVersion
java.lang.Object
com.amazonaws.services.s3.model.DeleteObjectsRequest.KeyVersion
- Enclosing class:
- DeleteObjectsRequest
public static class DeleteObjectsRequest.KeyVersion
- extends Object
A key to delete, with an optional version attribute.
DeleteObjectsRequest.KeyVersion
public DeleteObjectsRequest.KeyVersion(String key)
- Constructs a key without a version.
DeleteObjectsRequest.KeyVersion
public DeleteObjectsRequest.KeyVersion(String key,
String version)
- Constructs a key-version pair.
getKey
public String getKey()
getVersion
public String getVersion()
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.