Uses of Class
software.amazon.awssdk.services.datazone.model.LineageImportStatus
-
Packages that use LineageImportStatus Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of LineageImportStatus in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return LineageImportStatus Modifier and Type Method Description static LineageImportStatusLineageImportStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LineageImportStatusDataSourceRunLineageSummary. importStatus()The import status that's part of the run lineage summary of a data source.static LineageImportStatusLineageImportStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LineageImportStatus[]LineageImportStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type LineageImportStatus Modifier and Type Method Description static Set<LineageImportStatus>LineageImportStatus. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type LineageImportStatus Modifier and Type Method Description DataSourceRunLineageSummary.BuilderDataSourceRunLineageSummary.Builder. importStatus(LineageImportStatus importStatus)The import status that's part of the run lineage summary of a data source.
-