Uses of Interface
software.amazon.awssdk.services.ssm.model.InventoryItemSchema.Builder
Packages that use InventoryItemSchema.Builder
-
Uses of InventoryItemSchema.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return InventoryItemSchema.BuilderModifier and TypeMethodDescriptionInventoryItemSchema.Builder.attributes(Collection<InventoryItemAttribute> attributes) The schema attributes for inventory.InventoryItemSchema.Builder.attributes(Consumer<InventoryItemAttribute.Builder>... attributes) The schema attributes for inventory.InventoryItemSchema.Builder.attributes(InventoryItemAttribute... attributes) The schema attributes for inventory.static InventoryItemSchema.BuilderInventoryItemSchema.builder()InventoryItemSchema.Builder.displayName(String displayName) The alias name of the inventory type.InventoryItemSchema.toBuilder()The name of the inventory type.The schema version for the inventory item.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InventoryItemSchema.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InventoryItemSchema.Builder>InventoryItemSchema.serializableBuilderClass()