Uses of Class
software.amazon.awssdk.services.ssm.model.InventoryItemAttribute
-
Packages that use InventoryItemAttribute Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of InventoryItemAttribute in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InventoryItemAttribute Modifier and Type Method Description List<InventoryItemAttribute>InventoryItemSchema. attributes()The schema attributes for inventory.Methods in software.amazon.awssdk.services.ssm.model with parameters of type InventoryItemAttribute Modifier and Type Method Description InventoryItemSchema.BuilderInventoryItemSchema.Builder. attributes(InventoryItemAttribute... attributes)The schema attributes for inventory.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type InventoryItemAttribute Modifier and Type Method Description InventoryItemSchema.BuilderInventoryItemSchema.Builder. attributes(Collection<InventoryItemAttribute> attributes)The schema attributes for inventory.
-