Uses of Class
software.amazon.awssdk.services.databasemigration.model.StartMetadataModelCreationResponse
Packages that use StartMetadataModelCreationResponse
-
Uses of StartMetadataModelCreationResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return StartMetadataModelCreationResponseModifier and TypeMethodDescriptionDatabaseMigrationClient.startMetadataModelCreation(Consumer<StartMetadataModelCreationRequest.Builder> startMetadataModelCreationRequest) Creates source metadata model of the given type with the specified properties for schema conversion operations.DatabaseMigrationClient.startMetadataModelCreation(StartMetadataModelCreationRequest startMetadataModelCreationRequest) Creates source metadata model of the given type with the specified properties for schema conversion operations.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type StartMetadataModelCreationResponseModifier and TypeMethodDescriptionDatabaseMigrationAsyncClient.startMetadataModelCreation(Consumer<StartMetadataModelCreationRequest.Builder> startMetadataModelCreationRequest) Creates source metadata model of the given type with the specified properties for schema conversion operations.DatabaseMigrationAsyncClient.startMetadataModelCreation(StartMetadataModelCreationRequest startMetadataModelCreationRequest) Creates source metadata model of the given type with the specified properties for schema conversion operations.