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