Uses of Class
com.tencentcloudapi.tcb.v20180608.models.DeleteEndUserResponse
-
Packages that use DeleteEndUserResponse Package Description com.tencentcloudapi.tcb.v20180608 com.tencentcloudapi.tcb.v20180608.models -
-
Uses of DeleteEndUserResponse in com.tencentcloudapi.tcb.v20180608
Methods in com.tencentcloudapi.tcb.v20180608 that return DeleteEndUserResponse Modifier and Type Method Description DeleteEndUserResponseTcbClient. DeleteEndUser(DeleteEndUserRequest req)删除终端用户 -
Uses of DeleteEndUserResponse in com.tencentcloudapi.tcb.v20180608.models
Constructors in com.tencentcloudapi.tcb.v20180608.models with parameters of type DeleteEndUserResponse Constructor Description DeleteEndUserResponse(DeleteEndUserResponse 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.
-