Uses of Class
com.tencentcloudapi.eiam.v20210420.models.ModifyAppAccountResponse
-
Packages that use ModifyAppAccountResponse Package Description com.tencentcloudapi.eiam.v20210420 com.tencentcloudapi.eiam.v20210420.models -
-
Uses of ModifyAppAccountResponse in com.tencentcloudapi.eiam.v20210420
Methods in com.tencentcloudapi.eiam.v20210420 that return ModifyAppAccountResponse Modifier and Type Method Description ModifyAppAccountResponseEiamClient. ModifyAppAccount(ModifyAppAccountRequest req)修改应用账号 -
Uses of ModifyAppAccountResponse in com.tencentcloudapi.eiam.v20210420.models
Constructors in com.tencentcloudapi.eiam.v20210420.models with parameters of type ModifyAppAccountResponse Constructor Description ModifyAppAccountResponse(ModifyAppAccountResponse 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.
-