Uses of Class
software.amazon.awssdk.services.ssm.model.InventoryResultItem
-
Packages that use InventoryResultItem Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of InventoryResultItem in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InventoryResultItem Modifier and Type Method Description Map<String,InventoryResultItem>InventoryResultEntity. data()The data section in the inventory result entity JSON.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type InventoryResultItem Modifier and Type Method Description InventoryResultEntity.BuilderInventoryResultEntity.Builder. data(Map<String,InventoryResultItem> data)The data section in the inventory result entity JSON.
-