Interface MetadataService
-
public interface MetadataServiceLambda functions intended forMetadataoperations associate with this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetadataResponsegetMetadata(MetadataRequest request)Returns metadata corresponding to the request type.
-
-
-
Method Detail
-
getMetadata
MetadataResponse getMetadata(MetadataRequest request)
Returns metadata corresponding to the request type.- Parameters:
request- The metadata request.- Returns:
- The metadata.
-
-