AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
wafv2
/
aws.sdk.kotlin.services.wafv2.model
/
ResponseContentType
Response
Content
Type
sealed
class
ResponseContentType
Inheritors
ApplicationJson
TextHtml
TextPlain
SdkUnknown
Members
Types
Application
Json
Link copied to clipboard
object
ApplicationJson
:
ResponseContentType
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ResponseContentType
Text
Html
Link copied to clipboard
object
TextHtml
:
ResponseContentType
Text
Plain
Link copied to clipboard
object
TextPlain
:
ResponseContentType
Properties
value
Link copied to clipboard
abstract
val
value
:
String