com.amazonaws.services.s3.model
Class DeleteObjectsRequest.KeyVersion

java.lang.Object
  extended by 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.


Constructor Summary
DeleteObjectsRequest.KeyVersion(String key)
          Constructs a key without a version.
DeleteObjectsRequest.KeyVersion(String key, String version)
          Constructs a key-version pair.
 
Method Summary
 String getKey()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.

Method Detail

getKey

public String getKey()

getVersion

public String getVersion()


Copyright © 2016. All rights reserved.