StackStatus

enum StackStatus : Enum<StackStatus> , ConvertibleToJava<StackStatus>

Property stackStatus

Entries

Link copied to clipboard

StackStatus enum CREATE_COMPLETE

Link copied to clipboard

StackStatus enum CREATE_FAILED

Link copied to clipboard

StackStatus enum CREATE_IN_PROGRESS

Link copied to clipboard

StackStatus enum DELETE_COMPLETE

Link copied to clipboard

StackStatus enum DELETE_FAILED

Link copied to clipboard

StackStatus enum DELETE_IN_PROGRESS

Link copied to clipboard

StackStatus enum IMPORT_COMPLETE

Link copied to clipboard

StackStatus enum IMPORT_IN_PROGRESS

Link copied to clipboard

StackStatus enum IMPORT_ROLLBACK_COMPLETE

Link copied to clipboard

StackStatus enum IMPORT_ROLLBACK_FAILED

Link copied to clipboard

StackStatus enum IMPORT_ROLLBACK_IN_PROGRESS

Link copied to clipboard

StackStatus enum REVIEW_IN_PROGRESS

Link copied to clipboard

StackStatus enum ROLLBACK_COMPLETE

Link copied to clipboard

StackStatus enum ROLLBACK_FAILED

Link copied to clipboard

StackStatus enum ROLLBACK_IN_PROGRESS

Link copied to clipboard

StackStatus enum UPDATE_COMPLETE

Link copied to clipboard

StackStatus enum UPDATE_COMPLETE_CLEANUP_IN_PROGRESS

Link copied to clipboard

StackStatus enum UPDATE_FAILED

Link copied to clipboard

StackStatus enum UPDATE_IN_PROGRESS

Link copied to clipboard

StackStatus enum UPDATE_ROLLBACK_COMPLETE

StackStatus enum UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS

Link copied to clipboard

StackStatus enum UPDATE_ROLLBACK_FAILED

Link copied to clipboard

StackStatus enum UPDATE_ROLLBACK_IN_PROGRESS

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: StackStatus
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): StackStatus
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.