Uses of Interface
software.amazon.awssdk.services.databasemigration.model.InventoryData.Builder
-
Packages that use InventoryData.Builder Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of InventoryData.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return InventoryData.Builder Modifier and Type Method Description static InventoryData.BuilderInventoryData. builder()InventoryData.BuilderInventoryData.Builder. numberOfDatabases(Integer numberOfDatabases)The number of databases in the Fleet Advisor collector inventory.InventoryData.BuilderInventoryData.Builder. numberOfSchemas(Integer numberOfSchemas)The number of schemas in the Fleet Advisor collector inventory.InventoryData.BuilderInventoryData. toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type InventoryData.Builder Modifier and Type Method Description static Class<? extends InventoryData.Builder>InventoryData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type InventoryData.Builder Modifier and Type Method Description default CollectorResponse.BuilderCollectorResponse.Builder. inventoryData(Consumer<InventoryData.Builder> inventoryData)Sets the value of the InventoryData property for this object.
-