Uses of Class
software.amazon.awssdk.services.glue.model.OtherMetadataValueListItem
-
Packages that use OtherMetadataValueListItem Package Description software.amazon.awssdk.services.glue.model -
-
Uses of OtherMetadataValueListItem in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type OtherMetadataValueListItem Modifier and Type Method Description List<OtherMetadataValueListItem>MetadataInfo. otherMetadataValueList()Other metadata belonging to the same metadata key.Methods in software.amazon.awssdk.services.glue.model with parameters of type OtherMetadataValueListItem Modifier and Type Method Description MetadataInfo.BuilderMetadataInfo.Builder. otherMetadataValueList(OtherMetadataValueListItem... otherMetadataValueList)Other metadata belonging to the same metadata key.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type OtherMetadataValueListItem Modifier and Type Method Description MetadataInfo.BuilderMetadataInfo.Builder. otherMetadataValueList(Collection<OtherMetadataValueListItem> otherMetadataValueList)Other metadata belonging to the same metadata key.
-