public class ListTablesResponseUnmarshaller extends Object implements Unmarshaller<ListTablesResponse,InputStream>
| Constructor and Description |
|---|
ListTablesResponseUnmarshaller(AbstractBceResponse response)
Constructs a list tables response unmarshaller with response object.
|
| Modifier and Type | Method and Description |
|---|---|
ListTablesResponse |
unmarshall(InputStream in)
Unmarshal the result of response from TableStorage.
|
public ListTablesResponseUnmarshaller(AbstractBceResponse response)
response - The list tables response object used to store unmarshalled result.public ListTablesResponse unmarshall(InputStream in) throws Exception
unmarshall in interface Unmarshaller<ListTablesResponse,InputStream>in - The input stream of content to be unmarshalled.ExceptionCopyright © 2021. All rights reserved.