Uses of Enum
software.amazon.awssdk.services.cloudformation.model.StackInstanceFilterName
Packages that use StackInstanceFilterName
-
Uses of StackInstanceFilterName in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackInstanceFilterNameModifier and TypeMethodDescriptionstatic StackInstanceFilterNameUse this in place of valueOf to convert the raw string returned by the service into the enum value.final StackInstanceFilterNameStackInstanceFilter.name()The type of filter to apply.static StackInstanceFilterNameReturns the enum constant of this type with the specified name.static StackInstanceFilterName[]StackInstanceFilterName.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 StackInstanceFilterNameModifier and TypeMethodDescriptionstatic Set<StackInstanceFilterName>StackInstanceFilterName.knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackInstanceFilterNameModifier and TypeMethodDescriptionStackInstanceFilter.Builder.name(StackInstanceFilterName name) The type of filter to apply.