Uses of Interface
software.amazon.awssdk.services.glue.model.GetCatalogRequest.Builder
-
Packages that use GetCatalogRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of GetCatalogRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type GetCatalogRequest.Builder Modifier and Type Method Description default CompletableFuture<GetCatalogResponse>GlueAsyncClient. getCatalog(Consumer<GetCatalogRequest.Builder> getCatalogRequest)The name of the Catalog to retrieve.default GetCatalogResponseGlueClient. getCatalog(Consumer<GetCatalogRequest.Builder> getCatalogRequest)The name of the Catalog to retrieve. -
Uses of GetCatalogRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return GetCatalogRequest.Builder Modifier and Type Method Description static GetCatalogRequest.BuilderGetCatalogRequest. builder()GetCatalogRequest.BuilderGetCatalogRequest.Builder. catalogId(String catalogId)The ID of the parent catalog in which the catalog resides.GetCatalogRequest.BuilderGetCatalogRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCatalogRequest.BuilderGetCatalogRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCatalogRequest.BuilderGetCatalogRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type GetCatalogRequest.Builder Modifier and Type Method Description static Class<? extends GetCatalogRequest.Builder>GetCatalogRequest. serializableBuilderClass()
-