| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
MetadataKeyValuePair |
PutSchemaVersionMetadataRequest.metadataKeyValue()
The metadata key's corresponding value.
|
MetadataKeyValuePair |
RemoveSchemaVersionMetadataRequest.metadataKeyValue()
The value of the metadata key.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetadataKeyValuePair> |
QuerySchemaVersionMetadataRequest.metadataList()
Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.
|
| Modifier and Type | Method and Description |
|---|---|
PutSchemaVersionMetadataRequest.Builder |
PutSchemaVersionMetadataRequest.Builder.metadataKeyValue(MetadataKeyValuePair metadataKeyValue)
The metadata key's corresponding value.
|
RemoveSchemaVersionMetadataRequest.Builder |
RemoveSchemaVersionMetadataRequest.Builder.metadataKeyValue(MetadataKeyValuePair metadataKeyValue)
The value of the metadata key.
|
QuerySchemaVersionMetadataRequest.Builder |
QuerySchemaVersionMetadataRequest.Builder.metadataList(MetadataKeyValuePair... metadataList)
Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.
|
| Modifier and Type | Method and Description |
|---|---|
QuerySchemaVersionMetadataRequest.Builder |
QuerySchemaVersionMetadataRequest.Builder.metadataList(Collection<MetadataKeyValuePair> metadataList)
Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.
|
Copyright © 2023. All rights reserved.