|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.s3.transfer.model.CopyResult
public class CopyResult
Contains information returned by Amazon S3 for a completed copy operation.
See TransferManager
for more information about creating transfers.
TransferManager.copy(String, String, String, String)
,
TransferManager.copy(com.amazonaws.services.s3.model.CopyObjectRequest)
Constructor Summary | |
---|---|
CopyResult()
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getDestinationBucketName()
Deprecated. Gets the destination bucket name which will contain the new, copied object. |
java.lang.String |
getDestinationKey()
Deprecated. Gets the destination bucket key under which the new, copied object will be stored. |
java.lang.String |
getETag()
Deprecated. Returns the entity tag identifying the new object. |
java.lang.String |
getSourceBucketName()
Deprecated. Gets the name of the bucket containing the source object to be copied. |
java.lang.String |
getSourceKey()
Deprecated. Gets the source bucket key under which the source object to be copied is stored. |
java.lang.String |
getVersionId()
Deprecated. Returns the version ID of the new object. |
void |
setDestinationBucketName(java.lang.String destinationBucketName)
Deprecated. Sets the destination bucket name which will contain the new, copied object. |
void |
setDestinationKey(java.lang.String destinationKey)
Deprecated. Sets the destination bucket key under which the new, copied object will be stored. |
void |
setETag(java.lang.String etag)
Deprecated. Sets the entity tag identifying the new object. |
void |
setSourceBucketName(java.lang.String sourceBucketName)
Deprecated. Sets the name of the bucket containing the source object to be copied. |
void |
setSourceKey(java.lang.String sourceKey)
Deprecated. Sets the source bucket key under which the source object to be copied is stored. |
void |
setVersionId(java.lang.String versionId)
Deprecated. Sets the version ID of the new object, only present if versioning has been enabled for the bucket. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CopyResult()
Method Detail |
---|
public java.lang.String getSourceBucketName()
setSourceBucketName(String sourceBucketName)
public void setSourceBucketName(java.lang.String sourceBucketName)
sourceBucketName
- The name of the bucket containing the source object to be
copied.getSourceBucketName()
public java.lang.String getSourceKey()
setSourceKey(String sourceKey)
public void setSourceKey(java.lang.String sourceKey)
sourceKey
- The source bucket key under which the source object to be
copied is stored.setSourceKey(String sourceKey)
public java.lang.String getDestinationBucketName()
setDestinationBucketName(String destinationBucketName)
public void setDestinationBucketName(java.lang.String destinationBucketName)
destinationBucketName
- The name of the destination bucket which will contain the new,
copied object.getDestinationBucketName()
public java.lang.String getDestinationKey()
setDestinationKey(String destinationKey)
public void setDestinationKey(java.lang.String destinationKey)
destinationKey
- The destination bucket key under which the new, copied object
will be stored.getDestinationKey()
public java.lang.String getETag()
public void setETag(java.lang.String etag)
etag
- The entity tag.public java.lang.String getVersionId()
public void setVersionId(java.lang.String versionId)
versionId
- The version ID of the new object, only present if versioning
has been enabled for the bucket.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |