| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.paginators | |
| software.amazon.awssdk.services.glue.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSchemaVersionsResponse> |
GlueAsyncClient.listSchemaVersions(ListSchemaVersionsRequest listSchemaVersionsRequest)
Returns a list of schema versions that you have created, with minimal information.
|
default ListSchemaVersionsResponse |
GlueClient.listSchemaVersions(ListSchemaVersionsRequest listSchemaVersionsRequest)
Returns a list of schema versions that you have created, with minimal information.
|
default ListSchemaVersionsPublisher |
GlueAsyncClient.listSchemaVersionsPaginator(ListSchemaVersionsRequest listSchemaVersionsRequest)
Returns a list of schema versions that you have created, with minimal information.
|
default ListSchemaVersionsIterable |
GlueClient.listSchemaVersionsPaginator(ListSchemaVersionsRequest listSchemaVersionsRequest)
Returns a list of schema versions that you have created, with minimal information.
|
| Constructor and Description |
|---|
ListSchemaVersionsIterable(GlueClient client,
ListSchemaVersionsRequest firstRequest) |
ListSchemaVersionsPublisher(GlueAsyncClient client,
ListSchemaVersionsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListSchemaVersionsRequestMarshaller.marshall(ListSchemaVersionsRequest listSchemaVersionsRequest) |
Copyright © 2023. All rights reserved.