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