com.baidubce.services.binaryparser
Class BinaryParserClient
java.lang.Object
com.baidubce.AbstractBceClient
com.baidubce.services.binaryparser.BinaryParserClient
public class BinaryParserClient
- extends AbstractBceClient
Created by yuanyoujun on 2017/9/2.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinaryParserClient
public BinaryParserClient(BceClientConfiguration config)
BinaryParserClient
public BinaryParserClient(String accessKey,
String secretKey)
list
public ListBinaryParserResponse list(ListBinaryParserRequest request)
create
public UuidResponse create(CreateBinaryParserRequest request)
get
public BinaryParser get(String uuid)
update
public CommonResponse update(UpdateBinaryParserRequest req,
String uuid)
delete
public CommonResponse delete(String uuid)
Copyright © 2018. All rights reserved.