AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
gamelift
/
aws.sdk.kotlin.services.gamelift.model
/
BalancingStrategy
Balancing
Strategy
sealed
class
BalancingStrategy
Inheritors
OnDemandOnly
SpotOnly
SpotPreferred
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
On
Demand
Only
Link copied to clipboard
object
OnDemandOnly
:
BalancingStrategy
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BalancingStrategy
Spot
Only
Link copied to clipboard
object
SpotOnly
:
BalancingStrategy
Spot
Preferred
Link copied to clipboard
object
SpotPreferred
:
BalancingStrategy
Properties
value
Link copied to clipboard
abstract
val
value
:
String