Uses of Enum
software.amazon.awssdk.services.cloudformation.model.ChangeSetStatus
Packages that use ChangeSetStatus
-
Uses of ChangeSetStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ChangeSetStatusModifier and TypeMethodDescriptionstatic ChangeSetStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ChangeSetStatusChangeSetSummary.status()The state of the change set, such asCREATE_PENDING,CREATE_COMPLETE, orFAILED.final ChangeSetStatusDescribeChangeSetResponse.status()The current status of the change set, such asCREATE_PENDING,CREATE_COMPLETE, orFAILED.static ChangeSetStatusReturns the enum constant of this type with the specified name.static ChangeSetStatus[]ChangeSetStatus.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 ChangeSetStatusMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type ChangeSetStatusModifier and TypeMethodDescriptionChangeSetSummary.Builder.status(ChangeSetStatus status) The state of the change set, such asCREATE_PENDING,CREATE_COMPLETE, orFAILED.DescribeChangeSetResponse.Builder.status(ChangeSetStatus status) The current status of the change set, such asCREATE_PENDING,CREATE_COMPLETE, orFAILED.