AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
robomaker
/
aws.sdk.kotlin.services.robomaker.model
/
RobotDeploymentStep
Robot
Deployment
Step
sealed
class
RobotDeploymentStep
Inheritors
DownloadingExtractingStep
ExecutingDownloadCondition
FinishedStep
LaunchingStep
PostLaunchStep
PreLaunchStep
ValidatingStep
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Downloading
Extracting
Step
Link copied to clipboard
object
DownloadingExtractingStep
:
RobotDeploymentStep
Executing
Download
Condition
Link copied to clipboard
object
ExecutingDownloadCondition
:
RobotDeploymentStep
Finished
Step
Link copied to clipboard
object
FinishedStep
:
RobotDeploymentStep
Launching
Step
Link copied to clipboard
object
LaunchingStep
:
RobotDeploymentStep
Post
Launch
Step
Link copied to clipboard
object
PostLaunchStep
:
RobotDeploymentStep
Pre
Launch
Step
Link copied to clipboard
object
PreLaunchStep
:
RobotDeploymentStep
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RobotDeploymentStep
Validating
Step
Link copied to clipboard
object
ValidatingStep
:
RobotDeploymentStep
Properties
value
Link copied to clipboard
abstract
val
value
:
String