| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
FileLocation |
FileLocation.clone() |
FileLocation |
DescribedExecution.getInitialFileLocation()
A structure that describes the Amazon S3 or EFS file location.
|
FileLocation |
ListedExecution.getInitialFileLocation()
A structure that describes the Amazon S3 or EFS file location.
|
FileLocation |
FileLocation.withEfsFileLocation(EfsFileLocation efsFileLocation)
Specifies the Amazon EFS identifier and the path for the file being used.
|
FileLocation |
FileLocation.withS3FileLocation(S3FileLocation s3FileLocation)
Specifies the S3 details for the file being used, such as bucket, ETag, and so forth.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribedExecution.setInitialFileLocation(FileLocation initialFileLocation)
A structure that describes the Amazon S3 or EFS file location.
|
void |
ListedExecution.setInitialFileLocation(FileLocation initialFileLocation)
A structure that describes the Amazon S3 or EFS file location.
|
DescribedExecution |
DescribedExecution.withInitialFileLocation(FileLocation initialFileLocation)
A structure that describes the Amazon S3 or EFS file location.
|
ListedExecution |
ListedExecution.withInitialFileLocation(FileLocation initialFileLocation)
A structure that describes the Amazon S3 or EFS file location.
|
Copyright © 2025. All rights reserved.