Uses of Interface
software.amazon.awssdk.services.databasemigration.model.SchemaShortInfoResponse.Builder
Packages that use SchemaShortInfoResponse.Builder
-
Uses of SchemaShortInfoResponse.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return SchemaShortInfoResponse.BuilderModifier and TypeMethodDescriptionSchemaShortInfoResponse.builder()SchemaShortInfoResponse.Builder.databaseId(String databaseId) The ID of a database in a Fleet Advisor collector inventory.SchemaShortInfoResponse.Builder.databaseIpAddress(String databaseIpAddress) The IP address of a database in a Fleet Advisor collector inventory.SchemaShortInfoResponse.Builder.databaseName(String databaseName) The name of a database in a Fleet Advisor collector inventory.The ID of a schema in a Fleet Advisor collector inventory.SchemaShortInfoResponse.Builder.schemaName(String schemaName) The name of a schema in a Fleet Advisor collector inventory.SchemaShortInfoResponse.toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type SchemaShortInfoResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SchemaShortInfoResponse.Builder>SchemaShortInfoResponse.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type SchemaShortInfoResponse.BuilderModifier and TypeMethodDescriptiondefault SchemaResponse.BuilderSchemaResponse.Builder.originalSchema(Consumer<SchemaShortInfoResponse.Builder> originalSchema) Sets the value of the OriginalSchema property for this object.