| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
EfsFileLocation |
EfsFileLocation.clone() |
EfsFileLocation |
FileLocation.getEfsFileLocation()
Specifies the Amazon EFS identifier and the path for the file being used.
|
EfsFileLocation |
InputFileLocation.getEfsFileLocation()
Specifies the details for the Amazon Elastic File System (Amazon EFS) file that's being decrypted.
|
EfsFileLocation |
EfsFileLocation.withFileSystemId(String fileSystemId)
The identifier of the file system, assigned by Amazon EFS.
|
EfsFileLocation |
EfsFileLocation.withPath(String path)
The pathname for the folder being used by a workflow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileLocation.setEfsFileLocation(EfsFileLocation efsFileLocation)
Specifies the Amazon EFS identifier and the path for the file being used.
|
void |
InputFileLocation.setEfsFileLocation(EfsFileLocation efsFileLocation)
Specifies the details for the Amazon Elastic File System (Amazon EFS) file that's being decrypted.
|
FileLocation |
FileLocation.withEfsFileLocation(EfsFileLocation efsFileLocation)
Specifies the Amazon EFS identifier and the path for the file being used.
|
InputFileLocation |
InputFileLocation.withEfsFileLocation(EfsFileLocation efsFileLocation)
Specifies the details for the Amazon Elastic File System (Amazon EFS) file that's being decrypted.
|
Copyright © 2025. All rights reserved.