| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| Modifier and Type | Method and Description |
|---|---|
default GetSchemaVersionResponse |
GlueClient.getSchemaVersion(Consumer<GetSchemaVersionRequest.Builder> getSchemaVersionRequest)
Get the specified schema by its unique ID assigned when a version of the schema is created or registered.
|
default GetSchemaVersionResponse |
GlueClient.getSchemaVersion(GetSchemaVersionRequest getSchemaVersionRequest)
Get the specified schema by its unique ID assigned when a version of the schema is created or registered.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetSchemaVersionResponse> |
GlueAsyncClient.getSchemaVersion(Consumer<GetSchemaVersionRequest.Builder> getSchemaVersionRequest)
Get the specified schema by its unique ID assigned when a version of the schema is created or registered.
|
default CompletableFuture<GetSchemaVersionResponse> |
GlueAsyncClient.getSchemaVersion(GetSchemaVersionRequest getSchemaVersionRequest)
Get the specified schema by its unique ID assigned when a version of the schema is created or registered.
|
Copyright © 2023. All rights reserved.