Uses of Enum
software.amazon.awssdk.services.ssm.model.NodeTypeName
Packages that use NodeTypeName
-
Uses of NodeTypeName in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return NodeTypeNameModifier and TypeMethodDescriptionstatic NodeTypeNameUse this in place of valueOf to convert the raw string returned by the service into the enum value.final NodeTypeNameNodeAggregator.typeName()The data type name to use for viewing counts of nodes.static NodeTypeNameReturns the enum constant of this type with the specified name.static NodeTypeName[]NodeTypeName.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 NodeTypeNameMethods in software.amazon.awssdk.services.ssm.model with parameters of type NodeTypeNameModifier and TypeMethodDescriptionNodeAggregator.Builder.typeName(NodeTypeName typeName) The data type name to use for viewing counts of nodes.