|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.AbstractBceClient
com.baidubce.services.iottimer.IotTimerClient
public class IotTimerClient
Field Summary |
---|
Fields inherited from class com.baidubce.AbstractBceClient |
---|
config, DEFAULT_CONTENT_TYPE, DEFAULT_ENCODING, DEFAULT_SERVICE_DOMAIN, URL_PREFIX |
Constructor Summary | |
---|---|
IotTimerClient(BceClientConfiguration config)
|
|
IotTimerClient(String accessKey,
String secretKey)
|
Method Summary | |
---|---|
UuidResponse |
create(CreateIotTimerRequest request)
|
CommonResponse |
delete(String uuid)
|
IotTimer |
get(String uuid)
|
ListIotTimerResponse |
list(ListIotTimerRequest request)
|
CommonResponse |
update(UpdateIotTimerRequest req,
String uuid)
|
Methods inherited from class com.baidubce.AbstractBceClient |
---|
getClient, getEndpoint, getServiceId, invokeHttpClient, isRegionSupported, setClient, shutdown |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IotTimerClient(BceClientConfiguration config)
public IotTimerClient(String accessKey, String secretKey)
Method Detail |
---|
public UuidResponse create(CreateIotTimerRequest request)
public IotTimer get(String uuid)
public ListIotTimerResponse list(ListIotTimerRequest request)
public CommonResponse update(UpdateIotTimerRequest req, String uuid)
public CommonResponse delete(String uuid)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |