Uses of Class
com.tencentcloudapi.bm.v20180423.models.RebootDevicesRequest
-
Packages that use RebootDevicesRequest Package Description com.tencentcloudapi.bm.v20180423 com.tencentcloudapi.bm.v20180423.models -
-
Uses of RebootDevicesRequest in com.tencentcloudapi.bm.v20180423
Methods in com.tencentcloudapi.bm.v20180423 with parameters of type RebootDevicesRequest Modifier and Type Method Description RebootDevicesResponseBmClient. RebootDevices(RebootDevicesRequest req)重启机器 -
Uses of RebootDevicesRequest in com.tencentcloudapi.bm.v20180423.models
Constructors in com.tencentcloudapi.bm.v20180423.models with parameters of type RebootDevicesRequest Constructor Description RebootDevicesRequest(RebootDevicesRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-