Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackSetOperationAction
-
Packages that use StackSetOperationAction Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of StackSetOperationAction in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackSetOperationAction Modifier and Type Method Description StackSetOperationActionStackSetOperation. action()The type of stack set operation:CREATE,UPDATE, orDELETE.StackSetOperationActionStackSetOperationSummary. action()The type of operation:CREATE,UPDATE, orDELETE.static StackSetOperationActionStackSetOperationAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static StackSetOperationActionStackSetOperationAction. valueOf(String name)Returns 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 StackSetOperationAction Modifier and Type Method Description static Set<StackSetOperationAction>StackSetOperationAction. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackSetOperationAction Modifier and Type Method Description StackSetOperation.BuilderStackSetOperation.Builder. action(StackSetOperationAction action)The type of stack set operation:CREATE,UPDATE, orDELETE.StackSetOperationSummary.BuilderStackSetOperationSummary.Builder. action(StackSetOperationAction action)The type of operation:CREATE,UPDATE, orDELETE.
-