程序包 | 说明 |
---|---|
com.aliyun.oss | |
com.aliyun.oss.model |
限定符和类型 | 方法和说明 |
---|---|
void |
OSSClient.setLiveChannelStatus(String bucketName,
String liveChannel,
LiveChannelStatus status) |
void |
OSS.setLiveChannelStatus(String bucketName,
String liveChannel,
LiveChannelStatus status)
Sets the Live Channel status.
|
限定符和类型 | 方法和说明 |
---|---|
LiveChannelStatus |
SetLiveChannelRequest.getLiveChannelStatus() |
LiveChannelStatus |
CreateLiveChannelRequest.getLiveChannelStatus() |
LiveChannelStatus |
LiveChannelInfo.getStatus() |
LiveChannelStatus |
LiveChannel.getStatus() |
static LiveChannelStatus |
LiveChannelStatus.parse(String liveChannelStatus) |
static LiveChannelStatus |
LiveChannelStatus.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static LiveChannelStatus[] |
LiveChannelStatus.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
void |
SetLiveChannelRequest.setLiveChannelStatus(LiveChannelStatus status) |
void |
CreateLiveChannelRequest.setLiveChannelStatus(LiveChannelStatus status) |
void |
LiveChannelInfo.setStatus(LiveChannelStatus status) |
void |
LiveChannel.setStatus(LiveChannelStatus status) |
构造器和说明 |
---|
CreateLiveChannelRequest(String bucketName,
String liveChannelName,
String liveChannelDescription,
LiveChannelStatus status) |
CreateLiveChannelRequest(String bucketName,
String liveChannelName,
String liveChannelDescription,
LiveChannelStatus status,
LiveChannelTarget target) |
LiveChannel(String name,
String description,
LiveChannelStatus status,
Date lastModified,
List<String> publishUrls,
List<String> playUrls) |
SetLiveChannelRequest(String bucketName,
String liveChannelName,
LiveChannelStatus status) |
Copyright © 2019. All Rights Reserved.