Uses of Class
software.amazon.awssdk.services.transfer.model.S3FileLocation
-
Packages that use S3FileLocation Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of S3FileLocation in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return S3FileLocation Modifier and Type Method Description S3FileLocationFileLocation. s3FileLocation()Specifies the S3 details for the file being used, such as bucket, ETag, and so forth.Methods in software.amazon.awssdk.services.transfer.model with parameters of type S3FileLocation Modifier and Type Method Description FileLocation.BuilderFileLocation.Builder. s3FileLocation(S3FileLocation s3FileLocation)Specifies the S3 details for the file being used, such as bucket, ETag, and so forth.
-