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