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
/
SalesActivity
Sales
Activity
sealed
class
SalesActivity
Inheritors
AgreedOnSolutionToBusinessProblem
CompletedActionPlan
ConductedPocDemo
CustomerHasShownInterest
FinalizedDeploymentNeeds
InitializedDiscussionsWithCustomer
InEvaluationPlanningStage
SowSigned
SdkUnknown
Members
Types
Agreed
On
Solution
To
Business
Problem
Link copied to clipboard
object
AgreedOnSolutionToBusinessProblem
:
SalesActivity
Companion
Link copied to clipboard
object
Companion
Completed
Action
Plan
Link copied to clipboard
object
CompletedActionPlan
:
SalesActivity
Conducted
Poc
Demo
Link copied to clipboard
object
ConductedPocDemo
:
SalesActivity
Customer
Has
Shown
Interest
Link copied to clipboard
object
CustomerHasShownInterest
:
SalesActivity
Finalized
Deployment
Needs
Link copied to clipboard
object
FinalizedDeploymentNeeds
:
SalesActivity
In
Evaluation
Planning
Stage
Link copied to clipboard
object
InEvaluationPlanningStage
:
SalesActivity
Initialized
Discussions
With
Customer
Link copied to clipboard
object
InitializedDiscussionsWithCustomer
:
SalesActivity
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SalesActivity
Sow
Signed
Link copied to clipboard
object
SowSigned
:
SalesActivity
Properties
value
Link copied to clipboard
abstract
val
value
:
String