AWS SDK for Kotlin
Toggle table of contents
1.5.93
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
partnercentralaccount
/
aws.sdk.kotlin.services.partnercentralaccount.model
/
PrimarySolutionType
Primary
Solution
Type
sealed
class
PrimarySolutionType
Inheritors
CommunicationServices
ConsultingServices
HardwareProducts
ManagedServices
ProfessionalServices
SoftwareProducts
TrainingServices
ValueAddedResaleAwsServices
SdkUnknown
Members
Types
Communication
Services
Link copied to clipboard
object
CommunicationServices
:
PrimarySolutionType
Companion
Link copied to clipboard
object
Companion
Consulting
Services
Link copied to clipboard
object
ConsultingServices
:
PrimarySolutionType
Hardware
Products
Link copied to clipboard
object
HardwareProducts
:
PrimarySolutionType
Managed
Services
Link copied to clipboard
object
ManagedServices
:
PrimarySolutionType
Professional
Services
Link copied to clipboard
object
ProfessionalServices
:
PrimarySolutionType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PrimarySolutionType
Software
Products
Link copied to clipboard
object
SoftwareProducts
:
PrimarySolutionType
Training
Services
Link copied to clipboard
object
TrainingServices
:
PrimarySolutionType
Value
Added
Resale
Aws
Services
Link copied to clipboard
object
ValueAddedResaleAwsServices
:
PrimarySolutionType
Properties
value
Link copied to clipboard
abstract
val
value
:
String