Uses of Class
software.amazon.awssdk.services.transfer.model.EfsFileLocation
-
Packages that use EfsFileLocation Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of EfsFileLocation in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return EfsFileLocation Modifier and Type Method Description EfsFileLocationFileLocation. efsFileLocation()Specifies the Amazon EFS identifier and the path for the file being used.EfsFileLocationInputFileLocation. efsFileLocation()Specifies the details for the Amazon Elastic File System (Amazon EFS) file that's being decrypted.Methods in software.amazon.awssdk.services.transfer.model with parameters of type EfsFileLocation Modifier and Type Method Description FileLocation.BuilderFileLocation.Builder. efsFileLocation(EfsFileLocation efsFileLocation)Specifies the Amazon EFS identifier and the path for the file being used.InputFileLocation.BuilderInputFileLocation.Builder. efsFileLocation(EfsFileLocation efsFileLocation)Specifies the details for the Amazon Elastic File System (Amazon EFS) file that's being decrypted.
-