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 ProfileCredentialsProvider.BuilderProfileCredentialsProvider.Builder. withTlsContext(TlsContext tlsContext)Sets the tls context to use for any secure network connections made while sourcing credentials.X509CredentialsProvider.X509CredentialsProviderBuilderX509CredentialsProvider.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 TlsContextHttpClientConnectionManagerOptions. getTlsContext()TlsContextHttpProxyOptions. getTlsContext()Methods in software.amazon.awssdk.crt.http with parameters of type TlsContext Modifier and Type Method Description voidHttpProxyOptions. setTlsContext(TlsContext tlsContext)Sets the tls context for the proxy connectionHttpClientConnectionManagerOptionsHttpClientConnectionManagerOptions. 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 classClientTlsContextThis class wraps the aws_tls_context from aws-c-io to provide access to TLS configuration contexts in the AWS Common Runtime.classServerTlsContextThis class wraps the aws_tls_context from aws-c-io to provide access to TLS configuration contexts in the AWS Common Runtime. -
Uses of TlsContext in software.amazon.awssdk.crt.mqtt
Methods in software.amazon.awssdk.crt.mqtt that return TlsContext Modifier and Type Method Description TlsContextMqttClient. 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 providedClientBootstrapandTlsContext -
Uses of TlsContext in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return TlsContext Modifier and Type Method Description TlsContextS3ClientOptions. getTlsContext()Methods in software.amazon.awssdk.crt.s3 with parameters of type TlsContext Modifier and Type Method Description S3ClientOptionsS3ClientOptions. withTlsContext(TlsContext tlsContext)
-