Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackRefactorActionEntity
-
Packages that use StackRefactorActionEntity Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of StackRefactorActionEntity in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackRefactorActionEntity Modifier and Type Method Description StackRefactorActionEntityStackRefactorAction. entity()The type that will be evaluated in theStackRefactorAction.static StackRefactorActionEntityStackRefactorActionEntity. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static StackRefactorActionEntityStackRefactorActionEntity. valueOf(String name)Returns the enum constant of this type with the specified name.static StackRefactorActionEntity[]StackRefactorActionEntity. 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 StackRefactorActionEntity Modifier and Type Method Description static Set<StackRefactorActionEntity>StackRefactorActionEntity. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackRefactorActionEntity Modifier and Type Method Description StackRefactorAction.BuilderStackRefactorAction.Builder. entity(StackRefactorActionEntity entity)The type that will be evaluated in theStackRefactorAction.
-