Uses of Enum
software.amazon.awssdk.services.databasemigration.model.OriginTypeValue
Packages that use OriginTypeValue
-
Uses of OriginTypeValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return OriginTypeValueModifier and TypeMethodDescriptionstatic OriginTypeValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.final OriginTypeValueDescribeMetadataModelChildrenRequest.origin()Specifies whether to retrieve metadata from the source or target tree.final OriginTypeValueDescribeMetadataModelRequest.origin()Specifies whether to retrieve metadata from the source or target tree.final OriginTypeValueStartMetadataModelExportAsScriptRequest.origin()Whether to export the metadata model from the source or the target.final OriginTypeValueStartMetadataModelImportRequest.origin()Whether to load metadata to the source or target database.static OriginTypeValueReturns 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 OriginTypeValueMethods in software.amazon.awssdk.services.databasemigration.model with parameters of type OriginTypeValueModifier and TypeMethodDescriptionDescribeMetadataModelChildrenRequest.Builder.origin(OriginTypeValue origin) Specifies whether to retrieve metadata from the source or target tree.DescribeMetadataModelRequest.Builder.origin(OriginTypeValue origin) Specifies whether to retrieve metadata from the source or target tree.StartMetadataModelExportAsScriptRequest.Builder.origin(OriginTypeValue origin) Whether to export the metadata model from the source or the target.StartMetadataModelImportRequest.Builder.origin(OriginTypeValue origin) Whether to load metadata to the source or target database.