Uses of Class
software.amazon.awssdk.crt.io.TlsContext
-
-
Uses of TlsContext in software.amazon.awssdk.crt.auth.credentials
Methods in software.amazon.awssdk.crt.auth.credentials with parameters of type TlsContext Modifier and Type Method Description CognitoCredentialsProvider.CognitoCredentialsProviderBuilder
CognitoCredentialsProvider.CognitoCredentialsProviderBuilder. withTlsContext(TlsContext tlsContext)
Sets the tls context to use when making HTTP requests to the Cognito Identity serviceEcsCredentialsProvider.Builder
EcsCredentialsProvider.Builder. withTlsContext(TlsContext tlsContext)
Sets the tls context to use for any secure network connections made while sourcing credentials.ProfileCredentialsProvider.Builder
ProfileCredentialsProvider.Builder. withTlsContext(TlsContext tlsContext)
Sets the tls context to use for any secure network connections made while sourcing credentials.StsCredentialsProvider.Builder
StsCredentialsProvider.Builder. withTlsContext(TlsContext tlsContext)
Sets the tls context to use for any secure network connections made while sourcing credentials.StsWebIdentityCredentialsProvider.Builder
StsWebIdentityCredentialsProvider.Builder. withTlsContext(TlsContext tlsContext)
Sets the tls context to use for any secure network connections made while sourcing credentials.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 -
Uses of TlsContext in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return TlsContext Modifier and Type Method Description TlsContext
HttpClientConnectionManagerOptions. getTlsContext()
TlsContext
HttpProxyOptions. getTlsContext()
Methods in software.amazon.awssdk.crt.http with parameters of type TlsContext Modifier and Type Method Description void
HttpProxyOptions. setTlsContext(TlsContext tlsContext)
Sets the tls context for the proxy connectionHttpClientConnectionManagerOptions
HttpClientConnectionManagerOptions. withTlsContext(TlsContext tlsContext)
Sets the tls context to use for connections in the connection pool -
Uses of TlsContext in software.amazon.awssdk.crt.io
Subclasses of TlsContext in software.amazon.awssdk.crt.io Modifier and Type Class 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.Constructors in software.amazon.awssdk.crt.io with parameters of type TlsContext Constructor Description TlsConnectionOptions(TlsContext tlsContext)
Initialize the connection-specific TLS options with TLSContext. -
Uses of TlsContext in software.amazon.awssdk.crt.mqtt
Methods in software.amazon.awssdk.crt.mqtt that return TlsContext Modifier and Type Method Description TlsContext
MqttClient. getTlsContext()
Constructors in software.amazon.awssdk.crt.mqtt with parameters of type TlsContext Constructor Description MqttClient(ClientBootstrap clientBootstrap, TlsContext context)
Creates an MqttClient from the providedClientBootstrap
andTlsContext
MqttClient(TlsContext context)
Creates an MqttClient with a default staticClientBootstrap
and providedTlsContext
-
Uses of TlsContext in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return TlsContext Modifier and Type Method Description TlsContext
Mqtt5ClientOptions. getTlsContext()
Returns the TLS context for secure socket connections.Methods in software.amazon.awssdk.crt.mqtt5 with parameters of type TlsContext Modifier and Type Method Description Mqtt5ClientOptions.Mqtt5ClientOptionsBuilder
Mqtt5ClientOptions.Mqtt5ClientOptionsBuilder. withTlsContext(TlsContext tlsContext)
Sets the TLS context for secure socket connections. -
Uses of TlsContext in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return TlsContext Modifier and Type Method Description TlsContext
S3ClientOptions. getTlsContext()
Methods in software.amazon.awssdk.crt.s3 with parameters of type TlsContext Modifier and Type Method Description S3ClientOptions
S3ClientOptions. withTlsContext(TlsContext tlsContext)
-