Uses of Class
software.amazon.awssdk.services.transfer.model.InputFileLocation
-
Packages that use InputFileLocation Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of InputFileLocation in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return InputFileLocation Modifier and Type Method Description InputFileLocationCopyStepDetails. destinationFileLocation()Specifies the location for the file being copied.InputFileLocationDecryptStepDetails. destinationFileLocation()Specifies the location for the file being decrypted.Methods in software.amazon.awssdk.services.transfer.model with parameters of type InputFileLocation Modifier and Type Method Description CopyStepDetails.BuilderCopyStepDetails.Builder. destinationFileLocation(InputFileLocation destinationFileLocation)Specifies the location for the file being copied.DecryptStepDetails.BuilderDecryptStepDetails.Builder. destinationFileLocation(InputFileLocation destinationFileLocation)Specifies the location for the file being decrypted.
-