Uses of Class
com.tencentcloudapi.live.v20180801.models.ModifyLivePlayAuthKeyRequest
-
Packages that use ModifyLivePlayAuthKeyRequest Package Description com.tencentcloudapi.live.v20180801 com.tencentcloudapi.live.v20180801.models -
-
Uses of ModifyLivePlayAuthKeyRequest in com.tencentcloudapi.live.v20180801
Methods in com.tencentcloudapi.live.v20180801 with parameters of type ModifyLivePlayAuthKeyRequest Modifier and Type Method Description ModifyLivePlayAuthKeyResponse
LiveClient. ModifyLivePlayAuthKey(ModifyLivePlayAuthKeyRequest req)
修改播放鉴权key -
Uses of ModifyLivePlayAuthKeyRequest in com.tencentcloudapi.live.v20180801.models
Constructors in com.tencentcloudapi.live.v20180801.models with parameters of type ModifyLivePlayAuthKeyRequest Constructor Description ModifyLivePlayAuthKeyRequest(ModifyLivePlayAuthKeyRequest 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.
-