Uses of Class
software.amazon.awssdk.services.transfer.model.S3InputFileLocation
-
Packages that use S3InputFileLocation Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of S3InputFileLocation in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return S3InputFileLocation Modifier and Type Method Description S3InputFileLocationInputFileLocation. s3FileLocation()Specifies the details for the Amazon S3 file that's being copied or decrypted.Methods in software.amazon.awssdk.services.transfer.model with parameters of type S3InputFileLocation Modifier and Type Method Description InputFileLocation.BuilderInputFileLocation.Builder. s3FileLocation(S3InputFileLocation s3FileLocation)Specifies the details for the Amazon S3 file that's being copied or decrypted.
-