Uses of Enum
software.amazon.awssdk.services.cloudformation.model.StackRefactorActionEntity
Packages that use StackRefactorActionEntity
-
Uses of StackRefactorActionEntity in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackRefactorActionEntityModifier and TypeMethodDescriptionStackRefactorAction.entity()The type that will be evaluated in theStackRefactorAction.static StackRefactorActionEntityUse this in place of valueOf to convert the raw string returned by the service into the enum value.static StackRefactorActionEntityReturns 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 StackRefactorActionEntityModifier and TypeMethodDescriptionstatic Set<StackRefactorActionEntity>StackRefactorActionEntity.knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackRefactorActionEntityModifier and TypeMethodDescriptionStackRefactorAction.Builder.entity(StackRefactorActionEntity entity) The type that will be evaluated in theStackRefactorAction.