Uses of Enum
software.amazon.awssdk.services.cloudformation.model.ExecutionStatus
Packages that use ExecutionStatus
-
Uses of ExecutionStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ExecutionStatusModifier and TypeMethodDescriptionfinal ExecutionStatusChangeSetSummary.executionStatus()If the change set execution status isAVAILABLE, you can execute the change set.final ExecutionStatusDescribeChangeSetResponse.executionStatus()If the change set execution status isAVAILABLE, you can execute the change set.static ExecutionStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ExecutionStatusReturns the enum constant of this type with the specified name.static ExecutionStatus[]ExecutionStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ExecutionStatusMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type ExecutionStatusModifier and TypeMethodDescriptionChangeSetSummary.Builder.executionStatus(ExecutionStatus executionStatus) If the change set execution status isAVAILABLE, you can execute the change set.DescribeChangeSetResponse.Builder.executionStatus(ExecutionStatus executionStatus) If the change set execution status isAVAILABLE, you can execute the change set.