Uses of Class
com.amazonaws.athena.connector.lambda.metadata.MetadataResponse
-
Packages that use MetadataResponse Package Description com.amazonaws.athena.connector.lambda.metadata -
-
Uses of MetadataResponse in com.amazonaws.athena.connector.lambda.metadata
Subclasses of MetadataResponse in com.amazonaws.athena.connector.lambda.metadata Modifier and Type Class Description classGetDataSourceCapabilitiesResponseclassGetSplitsResponseRepresents the output of aGetSplitsoperation.classGetTableLayoutResponseRepresents the output of aGetTableLayoutoperation.classGetTableResponseRepresents the output of aGetTableoperation.classListSchemasResponseRepresents the output of aListSchemasoperation.classListTablesResponseRepresents the output of aListTablesoperation.Methods in com.amazonaws.athena.connector.lambda.metadata that return MetadataResponse Modifier and Type Method Description MetadataResponseMetadataService. getMetadata(MetadataRequest request)Returns metadata corresponding to the request type.
-