AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
pcs
/
aws.sdk.kotlin.services.pcs.model
/
SpotAllocationStrategy
Spot
Allocation
Strategy
sealed
class
SpotAllocationStrategy
Inheritors
CapacityOptimized
LowestPrice
PriceCapacityOptimized
SdkUnknown
Members
Types
Capacity
Optimized
Link copied to clipboard
object
CapacityOptimized
:
SpotAllocationStrategy
Companion
Link copied to clipboard
object
Companion
Lowest
Price
Link copied to clipboard
object
LowestPrice
:
SpotAllocationStrategy
Price
Capacity
Optimized
Link copied to clipboard
object
PriceCapacityOptimized
:
SpotAllocationStrategy
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SpotAllocationStrategy
Properties
value
Link copied to clipboard
abstract
val
value
:
String