| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
CatalogImportStatus |
CatalogImportStatus.clone() |
CatalogImportStatus |
GetCatalogImportStatusResult.getImportStatus()
The status of the specified catalog migration.
|
CatalogImportStatus |
CatalogImportStatus.withImportCompleted(Boolean importCompleted)
True if the migration has completed, or False otherwise. |
CatalogImportStatus |
CatalogImportStatus.withImportedBy(String importedBy)
The name of the person who initiated the migration.
|
CatalogImportStatus |
CatalogImportStatus.withImportTime(Date importTime)
The time that the migration was started.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCatalogImportStatusResult.setImportStatus(CatalogImportStatus importStatus)
The status of the specified catalog migration.
|
GetCatalogImportStatusResult |
GetCatalogImportStatusResult.withImportStatus(CatalogImportStatus importStatus)
The status of the specified catalog migration.
|
Copyright © 2020. All rights reserved.