Uses of Class
software.amazon.awssdk.services.ssm.model.NodeAttributeName
-
Packages that use NodeAttributeName Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of NodeAttributeName in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return NodeAttributeName Modifier and Type Method Description NodeAttributeNameNodeAggregator. attributeName()The name of a node attribute on which to limit the count of nodes.static NodeAttributeNameNodeAttributeName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static NodeAttributeNameNodeAttributeName. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeAttributeName[]NodeAttributeName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type NodeAttributeName Modifier and Type Method Description static Set<NodeAttributeName>NodeAttributeName. knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type NodeAttributeName Modifier and Type Method Description NodeAggregator.BuilderNodeAggregator.Builder. attributeName(NodeAttributeName attributeName)The name of a node attribute on which to limit the count of nodes.
-