AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
appconfig
/
aws.sdk.kotlin.services.appconfig.model
/
ActionPoint
Action
Point
sealed
class
ActionPoint
Inheritors
AtDeploymentTick
OnDeploymentBaking
OnDeploymentComplete
OnDeploymentRolledBack
OnDeploymentStart
OnDeploymentStep
PreCreateHostedConfigurationVersion
PreStartDeployment
SdkUnknown
Members
Types
At
Deployment
Tick
Link copied to clipboard
object
AtDeploymentTick
:
ActionPoint
Companion
Link copied to clipboard
object
Companion
On
Deployment
Baking
Link copied to clipboard
object
OnDeploymentBaking
:
ActionPoint
On
Deployment
Complete
Link copied to clipboard
object
OnDeploymentComplete
:
ActionPoint
On
Deployment
Rolled
Back
Link copied to clipboard
object
OnDeploymentRolledBack
:
ActionPoint
On
Deployment
Start
Link copied to clipboard
object
OnDeploymentStart
:
ActionPoint
On
Deployment
Step
Link copied to clipboard
object
OnDeploymentStep
:
ActionPoint
Pre
Create
Hosted
Configuration
Version
Link copied to clipboard
object
PreCreateHostedConfigurationVersion
:
ActionPoint
Pre
Start
Deployment
Link copied to clipboard
object
PreStartDeployment
:
ActionPoint
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ActionPoint
Properties
value
Link copied to clipboard
abstract
val
value
:
String