| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
InventoryItemAttribute |
InventoryItemAttribute.clone() |
InventoryItemAttribute |
InventoryItemAttribute.withDataType(InventoryAttributeDataType dataType)
The data type of the inventory item attribute.
|
InventoryItemAttribute |
InventoryItemAttribute.withDataType(String dataType)
The data type of the inventory item attribute.
|
InventoryItemAttribute |
InventoryItemAttribute.withName(String name)
Name of the inventory item attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<InventoryItemAttribute> |
InventoryItemSchema.getAttributes()
The schema attributes for inventory.
|
| Modifier and Type | Method and Description |
|---|---|
InventoryItemSchema |
InventoryItemSchema.withAttributes(InventoryItemAttribute... attributes)
The schema attributes for inventory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryItemSchema.setAttributes(Collection<InventoryItemAttribute> attributes)
The schema attributes for inventory.
|
InventoryItemSchema |
InventoryItemSchema.withAttributes(Collection<InventoryItemAttribute> attributes)
The schema attributes for inventory.
|
Copyright © 2021. All rights reserved.