Uses of Enum
software.amazon.awssdk.services.cloudformation.model.StackSetStatus
Packages that use StackSetStatus
-
Uses of StackSetStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackSetStatusModifier and TypeMethodDescriptionstatic StackSetStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final StackSetStatusListStackSetsRequest.status()The status of the StackSets that you want to get summary information about.final StackSetStatusStackSet.status()The status of the StackSet.final StackSetStatusStackSetSummary.status()The status of the StackSet.static StackSetStatusReturns 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 StackSetStatusMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackSetStatusModifier and TypeMethodDescriptionListStackSetsRequest.Builder.status(StackSetStatus status) The status of the StackSets that you want to get summary information about.StackSet.Builder.status(StackSetStatus status) The status of the StackSet.StackSetSummary.Builder.status(StackSetStatus status) The status of the StackSet.