Uses of Class
software.amazon.awssdk.services.cloudformation.model.ChangeSetStatus
-
Packages that use ChangeSetStatus Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of ChangeSetStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ChangeSetStatus Modifier and Type Method Description static ChangeSetStatusChangeSetStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ChangeSetStatusChangeSetSummary. status()The state of the change set, such asCREATE_PENDING,CREATE_COMPLETE, orFAILED.ChangeSetStatusDescribeChangeSetResponse. status()The current status of the change set, such asCREATE_PENDING,CREATE_COMPLETE, orFAILED.static ChangeSetStatusChangeSetStatus. valueOf(String name)Returns 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 ChangeSetStatus Modifier and Type Method Description static Set<ChangeSetStatus>ChangeSetStatus. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ChangeSetStatus Modifier and Type Method Description ChangeSetSummary.BuilderChangeSetSummary.Builder. status(ChangeSetStatus status)The state of the change set, such asCREATE_PENDING,CREATE_COMPLETE, orFAILED.DescribeChangeSetResponse.BuilderDescribeChangeSetResponse.Builder. status(ChangeSetStatus status)The current status of the change set, such asCREATE_PENDING,CREATE_COMPLETE, orFAILED.
-