Build() noexcept | Aws::Iot::MqttClientConnectionConfigBuilder | |
LastError() const noexcept | Aws::Iot::MqttClientConnectionConfigBuilder | inline |
MqttClientConnectionConfigBuilder() | Aws::Iot::MqttClientConnectionConfigBuilder | |
MqttClientConnectionConfigBuilder(const char *certPath, const char *pkeyPath, Crt::Allocator *allocator=Crt::ApiAllocator()) noexcept | Aws::Iot::MqttClientConnectionConfigBuilder | |
MqttClientConnectionConfigBuilder(const Crt::ByteCursor &cert, const Crt::ByteCursor &pkey, Crt::Allocator *allocator=Crt::ApiAllocator()) noexcept | Aws::Iot::MqttClientConnectionConfigBuilder | |
MqttClientConnectionConfigBuilder(const Crt::Io::TlsContextPkcs11Options &pkcs11Options, Crt::Allocator *allocator=Crt::ApiAllocator()) noexcept | Aws::Iot::MqttClientConnectionConfigBuilder | |
MqttClientConnectionConfigBuilder(const struct Pkcs12Options &options, Crt::Allocator *allocator=Crt::ApiAllocator()) noexcept | Aws::Iot::MqttClientConnectionConfigBuilder | |
MqttClientConnectionConfigBuilder(const char *windowsCertStorePath, Crt::Allocator *allocator=Crt::ApiAllocator()) noexcept | Aws::Iot::MqttClientConnectionConfigBuilder | |
MqttClientConnectionConfigBuilder(const WebsocketConfig &config, Crt::Allocator *allocator=Crt::ApiAllocator()) noexcept | Aws::Iot::MqttClientConnectionConfigBuilder | |
NewDefaultBuilder() noexcept | Aws::Iot::MqttClientConnectionConfigBuilder | static |
operator bool() const noexcept | Aws::Iot::MqttClientConnectionConfigBuilder | inlineexplicit |
WithCertificateAuthority(const char *caPath) noexcept | Aws::Iot::MqttClientConnectionConfigBuilder | |
WithCertificateAuthority(const Crt::ByteCursor &cert) noexcept | Aws::Iot::MqttClientConnectionConfigBuilder | |
WithCustomAuthorizer(const Crt::String &username, const Crt::String &authorizerName, const Crt::String &authorizerSignature, const Crt::String &password) noexcept | Aws::Iot::MqttClientConnectionConfigBuilder | |
WithCustomAuthorizer(const Crt::String &username, const Crt::String &authorizerName, const Crt::String &authorizerSignature, const Crt::String &password, const Crt::String &tokenKeyName, const Crt::String &tokenValue) noexcept | Aws::Iot::MqttClientConnectionConfigBuilder | |
WithEndpoint(const Crt::String &endpoint) | Aws::Iot::MqttClientConnectionConfigBuilder | |
WithEndpoint(Crt::String &&endpoint) | Aws::Iot::MqttClientConnectionConfigBuilder | |
WithHttpProxyOptions(const Crt::Http::HttpClientConnectionProxyOptions &proxyOptions) noexcept | Aws::Iot::MqttClientConnectionConfigBuilder | |
WithMetricsCollection(bool enabled) | Aws::Iot::MqttClientConnectionConfigBuilder | |
WithMinimumTlsVersion(aws_tls_versions minimumTlsVersion) noexcept | Aws::Iot::MqttClientConnectionConfigBuilder | |
WithPassword(const Crt::String &password) noexcept | Aws::Iot::MqttClientConnectionConfigBuilder | |
WithPortOverride(uint32_t port) noexcept | Aws::Iot::MqttClientConnectionConfigBuilder | |
WithSdkName(const Crt::String &sdkName) | Aws::Iot::MqttClientConnectionConfigBuilder | |
WithSdkVersion(const Crt::String &sdkVersion) | Aws::Iot::MqttClientConnectionConfigBuilder | |
WithTcpConnectTimeout(uint32_t connectTimeoutMs) noexcept | Aws::Iot::MqttClientConnectionConfigBuilder | |
WithTcpKeepAlive() noexcept | Aws::Iot::MqttClientConnectionConfigBuilder | |
WithTcpKeepAliveInterval(uint16_t keepAliveIntervalSecs) noexcept | Aws::Iot::MqttClientConnectionConfigBuilder | |
WithTcpKeepAliveMaxProbes(uint16_t maxProbes) noexcept | Aws::Iot::MqttClientConnectionConfigBuilder | |
WithTcpKeepAliveTimeout(uint16_t keepAliveTimeoutSecs) noexcept | Aws::Iot::MqttClientConnectionConfigBuilder | |
WithUsername(const Crt::String &username) noexcept | Aws::Iot::MqttClientConnectionConfigBuilder | |