AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
mwaa
/
aws.sdk.kotlin.services.mwaa.model
/
RestApiMethod
Rest
Api
Method
sealed
class
RestApiMethod
Inheritors
Delete
Get
Patch
Post
Put
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Delete
Link copied to clipboard
object
Delete
:
RestApiMethod
Get
Link copied to clipboard
object
Get
:
RestApiMethod
Patch
Link copied to clipboard
object
Patch
:
RestApiMethod
Post
Link copied to clipboard
object
Post
:
RestApiMethod
Put
Link copied to clipboard
object
Put
:
RestApiMethod
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RestApiMethod
Properties
value
Link copied to clipboard
abstract
val
value
:
String