Uses of Class
software.amazon.awssdk.services.glue.model.GetCatalogImportStatusResponse
-
Packages that use GetCatalogImportStatusResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetCatalogImportStatusResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetCatalogImportStatusResponse Modifier and Type Method Description default GetCatalogImportStatusResponseGlueClient. getCatalogImportStatus(Consumer<GetCatalogImportStatusRequest.Builder> getCatalogImportStatusRequest)Retrieves the status of a migration operation.default GetCatalogImportStatusResponseGlueClient. getCatalogImportStatus(GetCatalogImportStatusRequest getCatalogImportStatusRequest)Retrieves the status of a migration operation.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetCatalogImportStatusResponse Modifier and Type Method Description default CompletableFuture<GetCatalogImportStatusResponse>GlueAsyncClient. getCatalogImportStatus(Consumer<GetCatalogImportStatusRequest.Builder> getCatalogImportStatusRequest)Retrieves the status of a migration operation.default CompletableFuture<GetCatalogImportStatusResponse>GlueAsyncClient. getCatalogImportStatus(GetCatalogImportStatusRequest getCatalogImportStatusRequest)Retrieves the status of a migration operation.
-