Uses of Class
com.tencentcloudapi.eb.v20210416.models.DeleteTransformationResponse
-
Packages that use DeleteTransformationResponse Package Description com.tencentcloudapi.eb.v20210416 com.tencentcloudapi.eb.v20210416.models -
-
Uses of DeleteTransformationResponse in com.tencentcloudapi.eb.v20210416
Methods in com.tencentcloudapi.eb.v20210416 that return DeleteTransformationResponse Modifier and Type Method Description DeleteTransformationResponseEbClient. DeleteTransformation(DeleteTransformationRequest req)用于删除转换器 -
Uses of DeleteTransformationResponse in com.tencentcloudapi.eb.v20210416.models
Constructors in com.tencentcloudapi.eb.v20210416.models with parameters of type DeleteTransformationResponse Constructor Description DeleteTransformationResponse(DeleteTransformationResponse 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.
-