AWS SDK for C++
AWS SDK for C++ Version 1.11.832
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
src
aws-cpp-sdk-s3-transfer
include
aws
s3-transfer
DownloadHandle.h
1
5
#pragma once
6
#include <aws/s3-transfer/S3Transfer_EXPORTS.h>
7
#include <future>
8
#include <memory>
9
#include <aws/s3-transfer/DownloadResponse.h>
10
11
12
namespace
Aws
{
13
namespace
S3 {
14
namespace
Transfer {
15
20
class
AWS_S3_TRANSFER_API
DownloadHandle
final {
21
public
:
22
DownloadHandle
();
23
~DownloadHandle
();
24
DownloadHandle
(
DownloadHandle
&&) noexcept;
25
DownloadHandle
& operator=(
DownloadHandle
&&) noexcept;
26
30
std::future<
DownloadOutcome
> CompletionFuture();
31
36
void
Cancel();
37
};
38
39
40
}
41
}
42
}
Aws::S3::Transfer::DownloadHandle
Definition
DownloadHandle.h:20
Aws::S3::Transfer::DownloadHandle::~DownloadHandle
~DownloadHandle()
Aws::S3::Transfer::DownloadHandle::DownloadHandle
DownloadHandle(DownloadHandle &&) noexcept
Aws::S3::Transfer::DownloadHandle::DownloadHandle
DownloadHandle()
Aws::Utils::Outcome
Aws
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences