Uses of Class
software.amazon.awssdk.services.glue.model.GetCatalogRequest
-
Packages that use GetCatalogRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of GetCatalogRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type GetCatalogRequest Modifier and Type Method Description default CompletableFuture<GetCatalogResponse>GlueAsyncClient. getCatalog(GetCatalogRequest getCatalogRequest)The name of the Catalog to retrieve.default GetCatalogResponseGlueClient. getCatalog(GetCatalogRequest getCatalogRequest)The name of the Catalog to retrieve. -
Uses of GetCatalogRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type GetCatalogRequest Modifier and Type Method Description SdkHttpFullRequestGetCatalogRequestMarshaller. marshall(GetCatalogRequest getCatalogRequest)
-