Uses of Enum
software.amazon.awssdk.services.ssm.model.NodeAttributeName
Packages that use NodeAttributeName
-
Uses of NodeAttributeName in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return NodeAttributeNameModifier and TypeMethodDescriptionfinal NodeAttributeNameNodeAggregator.attributeName()The name of a node attribute on which to limit the count of nodes.static NodeAttributeNameUse this in place of valueOf to convert the raw string returned by the service into the enum value.static NodeAttributeNameReturns 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 NodeAttributeNameMethods in software.amazon.awssdk.services.ssm.model with parameters of type NodeAttributeNameModifier and TypeMethodDescriptionNodeAggregator.Builder.attributeName(NodeAttributeName attributeName) The name of a node attribute on which to limit the count of nodes.