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