| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
MetadataInfo |
MetadataInfo.clone() |
MetadataInfo |
MetadataInfo.withCreatedTime(String createdTime)
The time at which the entry was created.
|
MetadataInfo |
MetadataInfo.withMetadataValue(String metadataValue)
The metadata key’s corresponding value.
|
MetadataInfo |
MetadataInfo.withOtherMetadataValueList(Collection<OtherMetadataValueListItem> otherMetadataValueList)
Other metadata belonging to the same metadata key.
|
MetadataInfo |
MetadataInfo.withOtherMetadataValueList(OtherMetadataValueListItem... otherMetadataValueList)
Other metadata belonging to the same metadata key.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,MetadataInfo> |
QuerySchemaVersionMetadataResult.getMetadataInfoMap()
A map of a metadata key and associated values.
|
| Modifier and Type | Method and Description |
|---|---|
QuerySchemaVersionMetadataResult |
QuerySchemaVersionMetadataResult.addMetadataInfoMapEntry(String key,
MetadataInfo value)
Add a single MetadataInfoMap entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuerySchemaVersionMetadataResult.setMetadataInfoMap(Map<String,MetadataInfo> metadataInfoMap)
A map of a metadata key and associated values.
|
QuerySchemaVersionMetadataResult |
QuerySchemaVersionMetadataResult.withMetadataInfoMap(Map<String,MetadataInfo> metadataInfoMap)
A map of a metadata key and associated values.
|
Copyright © 2023. All rights reserved.