Uses of Class
software.amazon.awssdk.services.ssm.model.InventoryAttributeDataType
-
Packages that use InventoryAttributeDataType Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of InventoryAttributeDataType in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return InventoryAttributeDataType Modifier and Type Method Description InventoryAttributeDataTypeInventoryItemAttribute. dataType()The data type of the inventory item attribute.static InventoryAttributeDataTypeInventoryAttributeDataType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static InventoryAttributeDataTypeInventoryAttributeDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static InventoryAttributeDataType[]InventoryAttributeDataType. 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 InventoryAttributeDataType Modifier and Type Method Description static Set<InventoryAttributeDataType>InventoryAttributeDataType. knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type InventoryAttributeDataType Modifier and Type Method Description InventoryItemAttribute.BuilderInventoryItemAttribute.Builder. dataType(InventoryAttributeDataType dataType)The data type of the inventory item attribute.
-