Uses of Class
com.tencentcloudapi.cat.v20180409.models.UpdateProbeTaskAttributesRequest
-
Packages that use UpdateProbeTaskAttributesRequest Package Description com.tencentcloudapi.cat.v20180409 com.tencentcloudapi.cat.v20180409.models -
-
Uses of UpdateProbeTaskAttributesRequest in com.tencentcloudapi.cat.v20180409
Methods in com.tencentcloudapi.cat.v20180409 with parameters of type UpdateProbeTaskAttributesRequest Modifier and Type Method Description UpdateProbeTaskAttributesResponseCatClient. UpdateProbeTaskAttributes(UpdateProbeTaskAttributesRequest req)更新探测任务属性 -
Uses of UpdateProbeTaskAttributesRequest in com.tencentcloudapi.cat.v20180409.models
Constructors in com.tencentcloudapi.cat.v20180409.models with parameters of type UpdateProbeTaskAttributesRequest Constructor Description UpdateProbeTaskAttributesRequest(UpdateProbeTaskAttributesRequest 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.
-