Uses of Class
software.amazon.awssdk.services.glue.model.MetadataKeyValuePair
-
Packages that use MetadataKeyValuePair Package Description software.amazon.awssdk.services.glue.model -
-
Uses of MetadataKeyValuePair in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return MetadataKeyValuePair Modifier and Type Method Description MetadataKeyValuePairPutSchemaVersionMetadataRequest. metadataKeyValue()The metadata key's corresponding value.MetadataKeyValuePairRemoveSchemaVersionMetadataRequest. metadataKeyValue()The value of the metadata key.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type MetadataKeyValuePair Modifier and Type Method Description List<MetadataKeyValuePair>QuerySchemaVersionMetadataRequest. metadataList()Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.Methods in software.amazon.awssdk.services.glue.model with parameters of type MetadataKeyValuePair Modifier and Type Method Description PutSchemaVersionMetadataRequest.BuilderPutSchemaVersionMetadataRequest.Builder. metadataKeyValue(MetadataKeyValuePair metadataKeyValue)The metadata key's corresponding value.RemoveSchemaVersionMetadataRequest.BuilderRemoveSchemaVersionMetadataRequest.Builder. metadataKeyValue(MetadataKeyValuePair metadataKeyValue)The value of the metadata key.QuerySchemaVersionMetadataRequest.BuilderQuerySchemaVersionMetadataRequest.Builder. metadataList(MetadataKeyValuePair... metadataList)Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type MetadataKeyValuePair Modifier and Type Method Description QuerySchemaVersionMetadataRequest.BuilderQuerySchemaVersionMetadataRequest.Builder. metadataList(Collection<MetadataKeyValuePair> metadataList)Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.
-