Uses of Class
software.amazon.awssdk.services.databasemigration.model.StartMetadataModelExportAsScriptResponse
Packages that use StartMetadataModelExportAsScriptResponse
-
Uses of StartMetadataModelExportAsScriptResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return StartMetadataModelExportAsScriptResponseModifier and TypeMethodDescriptionDatabaseMigrationClient.startMetadataModelExportAsScript(Consumer<StartMetadataModelExportAsScriptRequest.Builder> startMetadataModelExportAsScriptRequest) Saves your converted code to a file as a SQL script, and stores this file on your Amazon S3 bucket.DatabaseMigrationClient.startMetadataModelExportAsScript(StartMetadataModelExportAsScriptRequest startMetadataModelExportAsScriptRequest) Saves your converted code to a file as a SQL script, and stores this file on your Amazon S3 bucket.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type StartMetadataModelExportAsScriptResponseModifier and TypeMethodDescriptionDatabaseMigrationAsyncClient.startMetadataModelExportAsScript(Consumer<StartMetadataModelExportAsScriptRequest.Builder> startMetadataModelExportAsScriptRequest) Saves your converted code to a file as a SQL script, and stores this file on your Amazon S3 bucket.DatabaseMigrationAsyncClient.startMetadataModelExportAsScript(StartMetadataModelExportAsScriptRequest startMetadataModelExportAsScriptRequest) Saves your converted code to a file as a SQL script, and stores this file on your Amazon S3 bucket.