aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
This is the complete list of members for Aws::Crt::Auth::Credentials, including all inherited members.
Credentials(const aws_credentials *credentials) noexcept | Aws::Crt::Auth::Credentials | |
Credentials(ByteCursor access_key_id, ByteCursor secret_access_key, ByteCursor session_token, uint64_t expiration_timepoint_in_seconds, Allocator *allocator=g_allocator) noexcept | Aws::Crt::Auth::Credentials | |
Credentials(const Credentials &)=delete | Aws::Crt::Auth::Credentials | |
Credentials(Credentials &&)=delete | Aws::Crt::Auth::Credentials | |
GetAccessKeyId() const noexcept | Aws::Crt::Auth::Credentials | |
GetExpirationTimepointInSeconds() const noexcept | Aws::Crt::Auth::Credentials | |
GetSecretAccessKey() const noexcept | Aws::Crt::Auth::Credentials | |
GetSessionToken() const noexcept | Aws::Crt::Auth::Credentials | |
GetUnderlyingHandle() const noexcept | Aws::Crt::Auth::Credentials | inline |
operator bool() const noexcept | Aws::Crt::Auth::Credentials | explicit |
operator=(const Credentials &)=delete | Aws::Crt::Auth::Credentials | |
operator=(Credentials &&)=delete | Aws::Crt::Auth::Credentials | |
~Credentials() | Aws::Crt::Auth::Credentials |