| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
OtherMetadataValueListItem |
OtherMetadataValueListItem.clone() |
OtherMetadataValueListItem |
OtherMetadataValueListItem.withCreatedTime(String createdTime)
The time at which the entry was created.
|
OtherMetadataValueListItem |
OtherMetadataValueListItem.withMetadataValue(String metadataValue)
The metadata key’s corresponding value for the other metadata belonging to the same metadata key.
|
| Modifier and Type | Method and Description |
|---|---|
List<OtherMetadataValueListItem> |
MetadataInfo.getOtherMetadataValueList()
Other metadata belonging to the same metadata key.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataInfo |
MetadataInfo.withOtherMetadataValueList(OtherMetadataValueListItem... otherMetadataValueList)
Other metadata belonging to the same metadata key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataInfo.setOtherMetadataValueList(Collection<OtherMetadataValueListItem> otherMetadataValueList)
Other metadata belonging to the same metadata key.
|
MetadataInfo |
MetadataInfo.withOtherMetadataValueList(Collection<OtherMetadataValueListItem> otherMetadataValueList)
Other metadata belonging to the same metadata key.
|
Copyright © 2023. All rights reserved.