Uses of Class
software.amazon.awssdk.services.glue.model.GetCatalogsRequest
-
Packages that use GetCatalogsRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of GetCatalogsRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type GetCatalogsRequest Modifier and Type Method Description default CompletableFuture<GetCatalogsResponse>GlueAsyncClient. getCatalogs(GetCatalogsRequest getCatalogsRequest)Retrieves all catalogs defined in a catalog in the Glue Data Catalog.default GetCatalogsResponseGlueClient. getCatalogs(GetCatalogsRequest getCatalogsRequest)Retrieves all catalogs defined in a catalog in the Glue Data Catalog. -
Uses of GetCatalogsRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type GetCatalogsRequest Modifier and Type Method Description SdkHttpFullRequestGetCatalogsRequestMarshaller. marshall(GetCatalogsRequest getCatalogsRequest)
-