| Package | Description | 
|---|---|
| com.amazonaws | |
| com.amazonaws.http | |
| com.amazonaws.http.settings | 
| Modifier and Type | Method and Description | 
|---|---|
| TlsKeyManagersProvider | ClientConfiguration. getTlsKeyManagersProvider() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClientConfiguration. setTlsKeyManagersProvider(TlsKeyManagersProvider tlsKeyManagersProvider)Sets  TlsKeyManagersProviderthat will provide theKeyManagers to use when
 constructing the client's SSL context. | 
| ClientConfiguration | ClientConfiguration. withTlsKeyManagersProvider(TlsKeyManagersProvider tlsKeyManagersProvider)Sets  TlsKeyManagersProviderthat will provide theKeyManagers to use when
 constructing the client's SSL context. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FileStoreTlsKeyManagersProviderImplementation of  TlsKeyManagersProviderthat loads from a given file path. | 
| class  | NoneTlsKeyManagersProviderSimple implementation of  TlsKeyManagersProviderthat return a null array. | 
| class  | SystemPropertyTlsKeyManagersProviderImplementation of  TlsKeyManagersProviderthat gets the information
 about the KeyStore to load from the system properties. | 
| Modifier and Type | Method and Description | 
|---|---|
| TlsKeyManagersProvider | HttpClientSettings. getTlsKeyMangersProvider() | 
Copyright © 2024. All rights reserved.