Uses of Enum
software.amazon.awssdk.services.cloudformation.model.StackSetOperationAction
Packages that use StackSetOperationAction
-
Uses of StackSetOperationAction in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackSetOperationActionModifier and TypeMethodDescriptionfinal StackSetOperationActionStackSetOperation.action()The type of StackSet operation:CREATE,UPDATE, orDELETE.final StackSetOperationActionStackSetOperationSummary.action()The type of operation:CREATE,UPDATE, orDELETE.static StackSetOperationActionUse this in place of valueOf to convert the raw string returned by the service into the enum value.static StackSetOperationActionReturns the enum constant of this type with the specified name.static StackSetOperationAction[]StackSetOperationAction.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 StackSetOperationActionModifier and TypeMethodDescriptionstatic Set<StackSetOperationAction>StackSetOperationAction.knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackSetOperationActionModifier and TypeMethodDescriptionStackSetOperation.Builder.action(StackSetOperationAction action) The type of StackSet operation:CREATE,UPDATE, orDELETE.StackSetOperationSummary.Builder.action(StackSetOperationAction action) The type of operation:CREATE,UPDATE, orDELETE.