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 ConnectionHealthConfigurationConnectionHealthConfiguration.Builder. build()Methods in software.amazon.awssdk.http.crt with parameters of type ConnectionHealthConfiguration Modifier and Type Method Description AwsCrtAsyncHttpClient.BuilderAwsCrtAsyncHttpClient.Builder. connectionHealthConfiguration(ConnectionHealthConfiguration healthChecksConfiguration)Configure the health checks for all connections established by this client.AwsCrtHttpClient.BuilderAwsCrtHttpClient.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 ConnectionHealthConfigurationAwsCrtClientBuilderBase. getConnectionHealthConfiguration()Methods in software.amazon.awssdk.http.crt.internal with parameters of type ConnectionHealthConfiguration Modifier and Type Method Description BuilderTAwsCrtClientBuilderBase. connectionHealthConfiguration(ConnectionHealthConfiguration monitoringOptions)
-