Uses of Interface
software.amazon.awssdk.http.urlconnection.UrlConnectionHttpClient.Builder
-
Uses of UrlConnectionHttpClient.Builder in software.amazon.awssdk.http.urlconnection
Methods in software.amazon.awssdk.http.urlconnection that return UrlConnectionHttpClient.BuilderModifier and TypeMethodDescriptionUrlConnectionHttpClient.builder()UrlConnectionHttpClient.Builder.connectionTimeout(Duration connectionTimeout) The amount of time to wait when initially establishing a connection before giving up and timing out.UrlConnectionHttpClient.Builder.proxyConfiguration(Consumer<ProxyConfiguration.Builder> proxyConfigurationBuilderConsumer) Sets the http proxy configuration to use for this client.UrlConnectionHttpClient.Builder.proxyConfiguration(ProxyConfiguration proxyConfiguration) Configuration that defines how to communicate via an HTTP proxy.UrlConnectionHttpClient.Builder.socketTimeout(Duration socketTimeout) The amount of time to wait for data to be transferred over an established, open connection before the connection is timed out.UrlConnectionHttpClient.Builder.tlsKeyManagersProvider(TlsKeyManagersProvider tlsKeyManagersProvider) Configure theTlsKeyManagersProviderthat will provide theKeyManagers to use when constructing the SSL context.UrlConnectionHttpClient.Builder.tlsTrustManagersProvider(TlsTrustManagersProvider tlsTrustManagersProvider) Configure theTlsTrustManagersProviderthat will provide theTrustManagers to use when constructing the SSL context.