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