| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
InventoryItemSchema |
InventoryItemSchema.clone() |
InventoryItemSchema |
InventoryItemSchema.withAttributes(Collection<InventoryItemAttribute> attributes)
The schema attributes for inventory.
|
InventoryItemSchema |
InventoryItemSchema.withAttributes(InventoryItemAttribute... attributes)
The schema attributes for inventory.
|
InventoryItemSchema |
InventoryItemSchema.withDisplayName(String displayName)
The alias name of the inventory type.
|
InventoryItemSchema |
InventoryItemSchema.withTypeName(String typeName)
The name of the inventory type.
|
InventoryItemSchema |
InventoryItemSchema.withVersion(String version)
The schema version for the inventory item.
|
| Modifier and Type | Method and Description |
|---|---|
List<InventoryItemSchema> |
GetInventorySchemaResult.getSchemas()
Inventory schemas returned by the request.
|
| Modifier and Type | Method and Description |
|---|---|
GetInventorySchemaResult |
GetInventorySchemaResult.withSchemas(InventoryItemSchema... schemas)
Inventory schemas returned by the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetInventorySchemaResult.setSchemas(Collection<InventoryItemSchema> schemas)
Inventory schemas returned by the request.
|
GetInventorySchemaResult |
GetInventorySchemaResult.withSchemas(Collection<InventoryItemSchema> schemas)
Inventory schemas returned by the request.
|
Copyright © 2021. All rights reserved.