Uses of Class
software.amazon.awssdk.crt.io.TlsContext
Packages that use TlsContext
Package
Description
-
Uses of TlsContext in software.amazon.awssdk.crt.auth.credentials
Methods in software.amazon.awssdk.crt.auth.credentials with parameters of type TlsContextModifier and TypeMethodDescriptionCognitoCredentialsProvider.CognitoCredentialsProviderBuilder.withTlsContext(TlsContext tlsContext) Sets the tls context to use when making HTTP requests to the Cognito Identity serviceEcsCredentialsProvider.Builder.withTlsContext(TlsContext tlsContext) Sets the tls context to use for any secure network connections made while sourcing credentials.ProfileCredentialsProvider.Builder.withTlsContext(TlsContext tlsContext) Sets the tls context to use for any secure network connections made while sourcing credentials.StsCredentialsProvider.Builder.withTlsContext(TlsContext tlsContext) Sets the tls context to use for any secure network connections made while sourcing credentials.StsWebIdentityCredentialsProvider.Builder.withTlsContext(TlsContext tlsContext) Sets the tls context to use for any secure network connections made while sourcing credentials.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 TlsContextModifier and TypeMethodDescriptionHttpClientConnectionManagerOptions.getTlsContext()HttpProxyOptions.getTlsContext()Methods in software.amazon.awssdk.crt.http with parameters of type TlsContextModifier and TypeMethodDescriptionvoidHttpProxyOptions.setTlsContext(TlsContext tlsContext) Sets the tls context for the proxy connectionHttpClientConnectionManagerOptions.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.ioModifier and TypeClassDescriptionfinal classThis class wraps the aws_tls_context from aws-c-io to provide access to TLS configuration contexts in the AWS Common Runtime.final classThis 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 TlsContextModifierConstructorDescriptionTlsConnectionOptions(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 TlsContextConstructors in software.amazon.awssdk.crt.mqtt with parameters of type TlsContextModifierConstructorDescriptionMqttClient(ClientBootstrap clientBootstrap, TlsContext context) Creates an MqttClient from the providedClientBootstrapandTlsContextMqttClient(TlsContext context) Creates an MqttClient with a default staticClientBootstrapand providedTlsContext -
Uses of TlsContext in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return TlsContextModifier and TypeMethodDescriptionMqtt5ClientOptions.getTlsContext()Returns the TLS context for secure socket connections.Methods in software.amazon.awssdk.crt.mqtt5 with parameters of type TlsContextModifier and TypeMethodDescriptionMqtt5ClientOptions.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 TlsContextMethods in software.amazon.awssdk.crt.s3 with parameters of type TlsContext