| Modifier and Type | Method and Description |
|---|---|
X509CredentialsProvider.X509CredentialsProviderBuilder |
X509CredentialsProvider.X509CredentialsProviderBuilder.withTlsContext(TlsContext tlsContext)
Sets the tls context initialized with a x509 certificate and private key suitable for
queries against the account's iot credential provider endpoint
|
ProfileCredentialsProvider.Builder |
ProfileCredentialsProvider.Builder.withTlsContext(TlsContext tlsContext)
Sets the tls context to use for any secure network connections made while sourcing credentials.
|
| Modifier and Type | Method and Description |
|---|---|
TlsContext |
HttpProxyOptions.getTlsContext() |
TlsContext |
HttpClientConnectionManagerOptions.getTlsContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpProxyOptions.setTlsContext(TlsContext tlsContext)
Sets the tls context for the proxy connection
|
HttpClientConnectionManagerOptions |
HttpClientConnectionManagerOptions.withTlsContext(TlsContext tlsContext)
Sets the tls context to use for connections in the connection pool
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientTlsContext
This class wraps the aws_tls_context from aws-c-io to provide access to TLS
configuration contexts in the AWS Common Runtime.
|
class |
ServerTlsContext
This class wraps the aws_tls_context from aws-c-io to provide access to TLS
configuration contexts in the AWS Common Runtime.
|
| Modifier and Type | Method and Description |
|---|---|
TlsContext |
MqttClient.getTlsContext() |
| Constructor and Description |
|---|
MqttClient(ClientBootstrap clientBootstrap,
TlsContext context)
Creates an MqttClient from the provided
ClientBootstrap and TlsContext |
| Modifier and Type | Method and Description |
|---|---|
TlsContext |
S3ClientOptions.getTlsContext() |
| Modifier and Type | Method and Description |
|---|---|
S3ClientOptions |
S3ClientOptions.withTlsContext(TlsContext tlsContext) |
Copyright © 2021. All rights reserved.