AWS SDK for Kotlin
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
partnercentralselling
/
aws.sdk.kotlin.services.partnercentralselling.model
/
DeliveryModel
Delivery
Model
sealed
class
DeliveryModel
Inheritors
ByolOrAmi
ManagedServices
Other
ProfessionalServices
Resell
SaasOrPaas
SdkUnknown
Members
Types
Byol
Or
Ami
Link copied to clipboard
object
ByolOrAmi
:
DeliveryModel
Companion
Link copied to clipboard
object
Companion
Managed
Services
Link copied to clipboard
object
ManagedServices
:
DeliveryModel
Other
Link copied to clipboard
object
Other
:
DeliveryModel
Professional
Services
Link copied to clipboard
object
ProfessionalServices
:
DeliveryModel
Resell
Link copied to clipboard
object
Resell
:
DeliveryModel
Saas
Or
Paas
Link copied to clipboard
object
SaasOrPaas
:
DeliveryModel
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DeliveryModel
Properties
value
Link copied to clipboard
abstract
val
value
:
String