Home
last modified time | relevance | path

Searched defs:withTlsContext (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/auth/credentials/
H A DStsWebIdentityCredentialsProvider.java80 Builder withTlsContext(TlsContext tlsContext); in withTlsContext() method
102 public Builder withTlsContext(TlsContext tlsContext) { in withTlsContext() method in StsWebIdentityCredentialsProvider.BuilderImpl
H A DProfileCredentialsProvider.java92 Builder withTlsContext(TlsContext tlsContext); in withTlsContext() method
140 public Builder withTlsContext(TlsContext tlsContext) { in withTlsContext() method in ProfileCredentialsProvider.BuilderImpl
H A DEcsCredentialsProvider.java93 Builder withTlsContext(TlsContext tlsContext); in withTlsContext() method
136 public Builder withTlsContext(TlsContext tlsContext) { in withTlsContext() method in EcsCredentialsProvider.BuilderImpl
H A DStsCredentialsProvider.java87 Builder withTlsContext(TlsContext tlsContext); in withTlsContext() method
138 public Builder withTlsContext(TlsContext tlsContext) { in withTlsContext() method in StsCredentialsProvider.BuilderImpl
H A DX509CredentialsProvider.java59 public X509CredentialsProviderBuilder withTlsContext(TlsContext tlsContext) { in withTlsContext() method in X509CredentialsProvider.X509CredentialsProviderBuilder
H A DCognitoCredentialsProvider.java129 public CognitoCredentialsProviderBuilder withTlsContext(TlsContext tlsContext) { in withTlsContext() method in CognitoCredentialsProvider.CognitoCredentialsProviderBuilder
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/http/
H A DHttpClientConnectionManagerOptions.java82 public HttpClientConnectionManagerOptions withTlsContext(TlsContext tlsContext) { in withTlsContext() method in HttpClientConnectionManagerOptions
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/s3/
H A DS3ClientOptions.java234 public S3ClientOptions withTlsContext(TlsContext tlsContext) { in withTlsContext() method in S3ClientOptions
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/mqtt5/
H A DMqtt5ClientOptions.java643 public Mqtt5ClientOptionsBuilder withTlsContext(TlsContext tlsContext) in withTlsContext() method in Mqtt5ClientOptions.Mqtt5ClientOptionsBuilder