| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
static InventoryData.Builder |
InventoryData.builder() |
InventoryData.Builder |
InventoryData.Builder.numberOfDatabases(Integer numberOfDatabases)
The number of databases in the Fleet Advisor collector inventory.
|
InventoryData.Builder |
InventoryData.Builder.numberOfSchemas(Integer numberOfSchemas)
The number of schemas in the Fleet Advisor collector inventory.
|
InventoryData.Builder |
InventoryData.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InventoryData.Builder> |
InventoryData.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CollectorResponse.Builder |
CollectorResponse.Builder.inventoryData(Consumer<InventoryData.Builder> inventoryData)
Sets the value of the InventoryData property for this object.
|
Copyright © 2023. All rights reserved.