AWS SDK for Kotlin
Toggle table of contents
1.4.123
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ec2
/
aws.sdk.kotlin.services.ec2.model
/
PlacementStrategy
Placement
Strategy
sealed
class
PlacementStrategy
Inheritors
Cluster
Partition
Spread
SdkUnknown
Members
Types
Cluster
Link copied to clipboard
object
Cluster
:
PlacementStrategy
Companion
Link copied to clipboard
object
Companion
Partition
Link copied to clipboard
object
Partition
:
PlacementStrategy
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PlacementStrategy
Spread
Link copied to clipboard
object
Spread
:
PlacementStrategy
Properties
value
Link copied to clipboard
abstract
val
value
:
String