| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
static OriginTypeValue |
OriginTypeValue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OriginTypeValue |
StartMetadataModelImportRequest.origin()
Whether to load metadata to the source or target database.
|
OriginTypeValue |
StartMetadataModelExportAsScriptRequest.origin()
Whether to export the metadata model from the source or the target.
|
static OriginTypeValue |
OriginTypeValue.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<OriginTypeValue> |
OriginTypeValue.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StartMetadataModelImportRequest.Builder |
StartMetadataModelImportRequest.Builder.origin(OriginTypeValue origin)
Whether to load metadata to the source or target database.
|
StartMetadataModelExportAsScriptRequest.Builder |
StartMetadataModelExportAsScriptRequest.Builder.origin(OriginTypeValue origin)
Whether to export the metadata model from the source or the target.
|
Copyright © 2023. All rights reserved.