AWS SDK for Kotlin
Toggle table of contents
1.5.4
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
xray
/
aws.sdk.kotlin.services.xray.model
/
BackendConnectionErrors
Backend
Connection
Errors
class
BackendConnectionErrors
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
connection
Refused
Count
Link copied to clipboard
val
connectionRefusedCount
:
Int
?
http
Code4Xx
Count
Link copied to clipboard
val
httpCode4XxCount
:
Int
?
http
Code5Xx
Count
Link copied to clipboard
val
httpCode5XxCount
:
Int
?
other
Count
Link copied to clipboard
val
otherCount
:
Int
?
timeout
Count
Link copied to clipboard
val
timeoutCount
:
Int
?
unknown
Host
Count
Link copied to clipboard
val
unknownHostCount
:
Int
?
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
BackendConnectionErrors.Builder
.
(
)
->
Unit
=
{}
)
:
BackendConnectionErrors
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String