| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ImportCatalogToGlueResponse> |
GlueAsyncClient.importCatalogToGlue(Consumer<ImportCatalogToGlueRequest.Builder> importCatalogToGlueRequest)
Imports an existing Amazon Athena Data Catalog to Glue.
|
default ImportCatalogToGlueResponse |
GlueClient.importCatalogToGlue(Consumer<ImportCatalogToGlueRequest.Builder> importCatalogToGlueRequest)
Imports an existing Amazon Athena Data Catalog to Glue.
|
| Modifier and Type | Method and Description |
|---|---|
static ImportCatalogToGlueRequest.Builder |
ImportCatalogToGlueRequest.builder() |
ImportCatalogToGlueRequest.Builder |
ImportCatalogToGlueRequest.Builder.catalogId(String catalogId)
The ID of the catalog to import.
|
ImportCatalogToGlueRequest.Builder |
ImportCatalogToGlueRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ImportCatalogToGlueRequest.Builder |
ImportCatalogToGlueRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ImportCatalogToGlueRequest.Builder |
ImportCatalogToGlueRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImportCatalogToGlueRequest.Builder> |
ImportCatalogToGlueRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.