| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
S3FileLocation |
S3FileLocation.clone() |
S3FileLocation |
FileLocation.getS3FileLocation()
Specifies the S3 details for the file being used, such as bucket, ETag, and so forth.
|
S3FileLocation |
S3FileLocation.withBucket(String bucket)
Specifies the S3 bucket that contains the file being used.
|
S3FileLocation |
S3FileLocation.withEtag(String etag)
The entity tag is a hash of the object.
|
S3FileLocation |
S3FileLocation.withKey(String key)
The name assigned to the file when it was created in Amazon S3.
|
S3FileLocation |
S3FileLocation.withVersionId(String versionId)
Specifies the file version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileLocation.setS3FileLocation(S3FileLocation s3FileLocation)
Specifies the S3 details for the file being used, such as bucket, ETag, and so forth.
|
FileLocation |
FileLocation.withS3FileLocation(S3FileLocation s3FileLocation)
Specifies the S3 details for the file being used, such as bucket, ETag, and so forth.
|
Copyright © 2024. All rights reserved.