toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
forecast
/
aws.sdk.kotlin.services.forecast.model
/
Month
Month
sealed
class
Month
Inheritors
April
August
December
February
January
July
June
March
May
November
October
September
SdkUnknown
Members
Types
April
Link copied to clipboard
object
April
:
Month
August
Link copied to clipboard
object
August
:
Month
Companion
Link copied to clipboard
object
Companion
December
Link copied to clipboard
object
December
:
Month
February
Link copied to clipboard
object
February
:
Month
January
Link copied to clipboard
object
January
:
Month
July
Link copied to clipboard
object
July
:
Month
June
Link copied to clipboard
object
June
:
Month
March
Link copied to clipboard
object
March
:
Month
May
Link copied to clipboard
object
May
:
Month
November
Link copied to clipboard
object
November
:
Month
October
Link copied to clipboard
object
October
:
Month
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
Month
September
Link copied to clipboard
object
September
:
Month
Properties
value
Link copied to clipboard
abstract
val
value
:
String