Uses of Class
software.amazon.awssdk.services.redshift.model.NodeConfigurationOptionsFilterName
-
Packages that use NodeConfigurationOptionsFilterName Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of NodeConfigurationOptionsFilterName in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return NodeConfigurationOptionsFilterName Modifier and Type Method Description static NodeConfigurationOptionsFilterNameNodeConfigurationOptionsFilterName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NodeConfigurationOptionsFilterNameNodeConfigurationOptionsFilter. name()The name of the element to filter.static NodeConfigurationOptionsFilterNameNodeConfigurationOptionsFilterName. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeConfigurationOptionsFilterName[]NodeConfigurationOptionsFilterName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type NodeConfigurationOptionsFilterName Modifier and Type Method Description static Set<NodeConfigurationOptionsFilterName>NodeConfigurationOptionsFilterName. knownValues()Methods in software.amazon.awssdk.services.redshift.model with parameters of type NodeConfigurationOptionsFilterName Modifier and Type Method Description NodeConfigurationOptionsFilter.BuilderNodeConfigurationOptionsFilter.Builder. name(NodeConfigurationOptionsFilterName name)The name of the element to filter.
-