Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackSetStatus
-
Packages that use StackSetStatus Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of StackSetStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackSetStatus Modifier and Type Method Description static StackSetStatusStackSetStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StackSetStatusListStackSetsRequest. status()The status of the StackSets that you want to get summary information about.StackSetStatusStackSet. status()The status of the StackSet.StackSetStatusStackSetSummary. status()The status of the StackSet.static StackSetStatusStackSetStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static StackSetStatus[]StackSetStatus. 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 StackSetStatus Modifier and Type Method Description static Set<StackSetStatus>StackSetStatus. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackSetStatus Modifier and Type Method Description ListStackSetsRequest.BuilderListStackSetsRequest.Builder. status(StackSetStatus status)The status of the StackSets that you want to get summary information about.StackSet.BuilderStackSet.Builder. status(StackSetStatus status)The status of the StackSet.StackSetSummary.BuilderStackSetSummary.Builder. status(StackSetStatus status)The status of the StackSet.
-