| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
MetadataKeyValuePair |
MetadataKeyValuePair.clone() |
MetadataKeyValuePair |
RemoveSchemaVersionMetadataRequest.getMetadataKeyValue()
The value of the metadata key.
|
MetadataKeyValuePair |
PutSchemaVersionMetadataRequest.getMetadataKeyValue()
The metadata key's corresponding value.
|
MetadataKeyValuePair |
MetadataKeyValuePair.withMetadataKey(String metadataKey)
A metadata key.
|
MetadataKeyValuePair |
MetadataKeyValuePair.withMetadataValue(String metadataValue)
A metadata key’s corresponding value.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetadataKeyValuePair> |
QuerySchemaVersionMetadataRequest.getMetadataList()
Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoveSchemaVersionMetadataRequest.setMetadataKeyValue(MetadataKeyValuePair metadataKeyValue)
The value of the metadata key.
|
void |
PutSchemaVersionMetadataRequest.setMetadataKeyValue(MetadataKeyValuePair metadataKeyValue)
The metadata key's corresponding value.
|
RemoveSchemaVersionMetadataRequest |
RemoveSchemaVersionMetadataRequest.withMetadataKeyValue(MetadataKeyValuePair metadataKeyValue)
The value of the metadata key.
|
PutSchemaVersionMetadataRequest |
PutSchemaVersionMetadataRequest.withMetadataKeyValue(MetadataKeyValuePair metadataKeyValue)
The metadata key's corresponding value.
|
QuerySchemaVersionMetadataRequest |
QuerySchemaVersionMetadataRequest.withMetadataList(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 |
|---|---|
void |
QuerySchemaVersionMetadataRequest.setMetadataList(Collection<MetadataKeyValuePair> metadataList)
Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.
|
QuerySchemaVersionMetadataRequest |
QuerySchemaVersionMetadataRequest.withMetadataList(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.