Uses of Class
software.amazon.awssdk.services.cloudformation.model.OperationResultFilterName
-
Packages that use OperationResultFilterName Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of OperationResultFilterName in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return OperationResultFilterName Modifier and Type Method Description static OperationResultFilterNameOperationResultFilterName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OperationResultFilterNameOperationResultFilter. name()The type of filter to apply.static OperationResultFilterNameOperationResultFilterName. valueOf(String name)Returns 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 OperationResultFilterName Modifier and Type Method Description static Set<OperationResultFilterName>OperationResultFilterName. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type OperationResultFilterName Modifier and Type Method Description OperationResultFilter.BuilderOperationResultFilter.Builder. name(OperationResultFilterName name)The type of filter to apply.
-