Uses of Class
software.amazon.awssdk.services.databasemigration.model.OriginTypeValue
-
Packages that use OriginTypeValue Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of OriginTypeValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return OriginTypeValue Modifier and Type Method Description static OriginTypeValueOriginTypeValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OriginTypeValueStartMetadataModelExportAsScriptRequest. origin()Whether to export the metadata model from the source or the target.OriginTypeValueStartMetadataModelImportRequest. origin()Whether to load metadata to the source or target database.static OriginTypeValueOriginTypeValue. valueOf(String name)Returns the enum constant of this type with the specified name.static OriginTypeValue[]OriginTypeValue. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type OriginTypeValue Modifier and Type Method Description static Set<OriginTypeValue>OriginTypeValue. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type OriginTypeValue Modifier and Type Method Description StartMetadataModelExportAsScriptRequest.BuilderStartMetadataModelExportAsScriptRequest.Builder. origin(OriginTypeValue origin)Whether to export the metadata model from the source or the target.StartMetadataModelImportRequest.BuilderStartMetadataModelImportRequest.Builder. origin(OriginTypeValue origin)Whether to load metadata to the source or target database.
-