Uses of Class
software.amazon.awssdk.crt.http.HttpMonitoringOptions
-
Packages that use HttpMonitoringOptions Package Description software.amazon.awssdk.crt.http software.amazon.awssdk.crt.s3 -
-
Uses of HttpMonitoringOptions in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return HttpMonitoringOptions Modifier and Type Method Description HttpMonitoringOptions
HttpClientConnectionManagerOptions. getMonitoringOptions()
Methods in software.amazon.awssdk.crt.http with parameters of type HttpMonitoringOptions Modifier and Type Method Description HttpClientConnectionManagerOptions
HttpClientConnectionManagerOptions. withMonitoringOptions(HttpMonitoringOptions monitoringOptions)
Sets the monitoring options for connections in the connection pool -
Uses of HttpMonitoringOptions in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return HttpMonitoringOptions Modifier and Type Method Description HttpMonitoringOptions
S3ClientOptions. getMonitoringOptions()
Methods in software.amazon.awssdk.crt.s3 with parameters of type HttpMonitoringOptions Modifier and Type Method Description S3ClientOptions
S3ClientOptions. withHttpMonitoringOptions(HttpMonitoringOptions monitoringOptions)
Options for detecting bad HTTP connections.
-