Uses of Class
software.amazon.awssdk.services.transfer.model.FileLocation
-
Packages that use FileLocation Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of FileLocation in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return FileLocation Modifier and Type Method Description FileLocationDescribedExecution. initialFileLocation()A structure that describes the Amazon S3 or EFS file location.FileLocationListedExecution. initialFileLocation()A structure that describes the Amazon S3 or EFS file location.Methods in software.amazon.awssdk.services.transfer.model with parameters of type FileLocation Modifier and Type Method Description DescribedExecution.BuilderDescribedExecution.Builder. initialFileLocation(FileLocation initialFileLocation)A structure that describes the Amazon S3 or EFS file location.ListedExecution.BuilderListedExecution.Builder. initialFileLocation(FileLocation initialFileLocation)A structure that describes the Amazon S3 or EFS file location.
-