Uses of Interface
software.amazon.awssdk.services.ssm.model.InventoryResultItem.Builder
Packages that use InventoryResultItem.Builder
-
Uses of InventoryResultItem.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return InventoryResultItem.BuilderModifier and TypeMethodDescriptionstatic InventoryResultItem.BuilderInventoryResultItem.builder()InventoryResultItem.Builder.captureTime(String captureTime) The time inventory item data was captured.InventoryResultItem.Builder.content(Collection<? extends Map<String, String>> content) Contains all the inventory data of the item type.Contains all the inventory data of the item type.InventoryResultItem.Builder.contentHash(String contentHash) MD5 hash of the inventory item type contents.InventoryResultItem.Builder.schemaVersion(String schemaVersion) The schema version for the inventory result item/InventoryResultItem.toBuilder()The name of the inventory result item type.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InventoryResultItem.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InventoryResultItem.Builder>InventoryResultItem.serializableBuilderClass()