Uses of Interface
software.amazon.awssdk.services.databasemigration.model.StartMetadataModelExportAsScriptRequest.Builder
Packages that use StartMetadataModelExportAsScriptRequest.Builder
Package
Description
-
Uses of StartMetadataModelExportAsScriptRequest.Builder in software.amazon.awssdk.services.databasemigration
Method parameters in software.amazon.awssdk.services.databasemigration with type arguments of type StartMetadataModelExportAsScriptRequest.BuilderModifier 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.DatabaseMigrationClient.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. -
Uses of StartMetadataModelExportAsScriptRequest.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return StartMetadataModelExportAsScriptRequest.BuilderModifier and TypeMethodDescriptionStartMetadataModelExportAsScriptRequest.builder()The name of the model file to create in the Amazon S3 bucket.StartMetadataModelExportAsScriptRequest.Builder.migrationProjectIdentifier(String migrationProjectIdentifier) The migration project name or Amazon Resource Name (ARN).Whether to export the metadata model from the source or the target.StartMetadataModelExportAsScriptRequest.Builder.origin(OriginTypeValue origin) Whether to export the metadata model from the source or the target.StartMetadataModelExportAsScriptRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StartMetadataModelExportAsScriptRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StartMetadataModelExportAsScriptRequest.Builder.selectionRules(String selectionRules) A value that specifies the database objects to export.StartMetadataModelExportAsScriptRequest.toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type StartMetadataModelExportAsScriptRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StartMetadataModelExportAsScriptRequest.Builder>StartMetadataModelExportAsScriptRequest.serializableBuilderClass()