Package | Description |
---|---|
com.amazonaws.services.transfer.model |
Modifier and Type | Method and Description |
---|---|
EfsFileLocation |
EfsFileLocation.clone() |
EfsFileLocation |
FileLocation.getEfsFileLocation()
Specifies the Amazon EFS ID and the path for the file being used.
|
EfsFileLocation |
InputFileLocation.getEfsFileLocation()
Reserved for future use.
|
EfsFileLocation |
EfsFileLocation.withFileSystemId(String fileSystemId)
The ID 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 ID and the path for the file being used.
|
void |
InputFileLocation.setEfsFileLocation(EfsFileLocation efsFileLocation)
Reserved for future use.
|
FileLocation |
FileLocation.withEfsFileLocation(EfsFileLocation efsFileLocation)
Specifies the Amazon EFS ID and the path for the file being used.
|
InputFileLocation |
InputFileLocation.withEfsFileLocation(EfsFileLocation efsFileLocation)
Reserved for future use.
|
Copyright © 2022. All rights reserved.