Package software.amazon.awssdk.http
Interface TlsTrustManagersProvider
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
Provider for the 
trust managers to be used by the SDK when
 creating the SSL context. Trust managers are used when the client is checking
 if the remote host can be trusted.- 
Method Summary
 
- 
Method Details
- 
trustManagers
TrustManager[] trustManagers()- Returns:
 - The 
TrustManagers, ornull. 
 
 -