Uses of Class
software.amazon.awssdk.transfer.s3.model.CompletedDirectoryDownload
-
Packages that use CompletedDirectoryDownload Package Description software.amazon.awssdk.transfer.s3.internal.model software.amazon.awssdk.transfer.s3.model -
-
Uses of CompletedDirectoryDownload in software.amazon.awssdk.transfer.s3.internal.model
Methods in software.amazon.awssdk.transfer.s3.internal.model that return types with arguments of type CompletedDirectoryDownload Modifier and Type Method Description CompletableFuture<CompletedDirectoryDownload>DefaultDirectoryDownload. completionFuture()Constructor parameters in software.amazon.awssdk.transfer.s3.internal.model with type arguments of type CompletedDirectoryDownload Constructor Description DefaultDirectoryDownload(CompletableFuture<CompletedDirectoryDownload> completionFuture) -
Uses of CompletedDirectoryDownload in software.amazon.awssdk.transfer.s3.model
Methods in software.amazon.awssdk.transfer.s3.model that return CompletedDirectoryDownload Modifier and Type Method Description CompletedDirectoryDownloadCompletedDirectoryDownload.Builder. build()Builds aCompletedDirectoryDownloadbased on the properties supplied to this builderMethods in software.amazon.awssdk.transfer.s3.model that return types with arguments of type CompletedDirectoryDownload Modifier and Type Method Description CompletableFuture<CompletedDirectoryDownload>DirectoryDownload. completionFuture()
-