Uses of Class
software.amazon.awssdk.http.crt.ConnectionHealthConfiguration
-
Packages that use ConnectionHealthConfiguration Package Description software.amazon.awssdk.http.crt software.amazon.awssdk.http.crt.internal -
-
Uses of ConnectionHealthConfiguration in software.amazon.awssdk.http.crt
Methods in software.amazon.awssdk.http.crt that return ConnectionHealthConfiguration Modifier and Type Method Description ConnectionHealthConfiguration
ConnectionHealthConfiguration.Builder. build()
Methods in software.amazon.awssdk.http.crt with parameters of type ConnectionHealthConfiguration Modifier and Type Method Description AwsCrtAsyncHttpClient.Builder
AwsCrtAsyncHttpClient.Builder. connectionHealthConfiguration(ConnectionHealthConfiguration healthChecksConfiguration)
Configure the health checks for all connections established by this client.AwsCrtHttpClient.Builder
AwsCrtHttpClient.Builder. connectionHealthConfiguration(ConnectionHealthConfiguration healthChecksConfiguration)
Configure the health checks for all connections established by this client. -
Uses of ConnectionHealthConfiguration in software.amazon.awssdk.http.crt.internal
Methods in software.amazon.awssdk.http.crt.internal that return ConnectionHealthConfiguration Modifier and Type Method Description ConnectionHealthConfiguration
AwsCrtClientBuilderBase. getConnectionHealthConfiguration()
Methods in software.amazon.awssdk.http.crt.internal with parameters of type ConnectionHealthConfiguration Modifier and Type Method Description BuilderT
AwsCrtClientBuilderBase. connectionHealthConfiguration(ConnectionHealthConfiguration monitoringOptions)
-