public class BinaryParserClient extends AbstractBceClient
config, DEFAULT_CONTENT_TYPE, DEFAULT_ENCODING, DEFAULT_SERVICE_DOMAIN, URL_PREFIX| Constructor and Description |
|---|
BinaryParserClient(BceClientConfiguration config) |
BinaryParserClient(String accessKey,
String secretKey) |
| Modifier and Type | Method and Description |
|---|---|
NormalResponse |
clearError(String uuid) |
UuidResponse |
create(CreateBinaryParserRequest request) |
CommonResponse |
delete(String uuid) |
BinaryParser |
get(String uuid) |
ListBinaryParserResponse |
list(ListBinaryParserRequest request) |
CommonResponse |
update(UpdateBinaryParserRequest req,
String uuid) |
computeServiceId, getClient, getEndpoint, getServiceId, invokeHttpClient, isRegionSupported, setClient, shutdownpublic BinaryParserClient(BceClientConfiguration config)
public ListBinaryParserResponse list(ListBinaryParserRequest request)
public UuidResponse create(CreateBinaryParserRequest request)
public BinaryParser get(String uuid)
public CommonResponse update(UpdateBinaryParserRequest req, String uuid)
public CommonResponse delete(String uuid)
public NormalResponse clearError(String uuid)
Copyright © 2022. All rights reserved.