Package | Description |
---|---|
com.tencentcloudapi.teo.v20220901.models |
Modifier and Type | Method and Description |
---|---|
S3 |
ModifyRealtimeLogDeliveryTaskRequest.getS3()
Get AWS S3 兼容存储桶的配置信息,不填保持原有配置。
|
S3 |
RealtimeLogDeliveryTask.getS3()
Get AWS S3 兼容存储桶的配置信息。
注意:此字段可能返回 null,表示取不到有效值。
|
S3 |
CreateRealtimeLogDeliveryTaskRequest.getS3()
Get AWS S3 兼容存储桶的配置信息。当 TaskType 取值为 s3 时,该参数必填。
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyRealtimeLogDeliveryTaskRequest.setS3(S3 S3)
Set AWS S3 兼容存储桶的配置信息,不填保持原有配置。
|
void |
RealtimeLogDeliveryTask.setS3(S3 S3)
Set AWS S3 兼容存储桶的配置信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
CreateRealtimeLogDeliveryTaskRequest.setS3(S3 S3)
Set AWS S3 兼容存储桶的配置信息。当 TaskType 取值为 s3 时,该参数必填。
|
Constructor and Description |
---|
S3(S3 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.
|
Copyright © 2025. All rights reserved.