Uses of Class
com.tencentcloudapi.mps.v20190612.models.AwsS3FileUploadTrigger
-
Packages that use AwsS3FileUploadTrigger Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of AwsS3FileUploadTrigger in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return AwsS3FileUploadTrigger Modifier and Type Method Description AwsS3FileUploadTriggerWorkflowTrigger. getAwsS3FileUploadTrigger()Get 当 Type 为 AwsS3FileUpload 时必填且有效,为 AWS S3 触发规则。 注意:目前AWS的S3、对应触发队列SQS、回调队列SQS的秘钥需要一致。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type AwsS3FileUploadTrigger Modifier and Type Method Description voidWorkflowTrigger. setAwsS3FileUploadTrigger(AwsS3FileUploadTrigger AwsS3FileUploadTrigger)Set 当 Type 为 AwsS3FileUpload 时必填且有效,为 AWS S3 触发规则。 注意:目前AWS的S3、对应触发队列SQS、回调队列SQS的秘钥需要一致。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type AwsS3FileUploadTrigger Constructor Description AwsS3FileUploadTrigger(AwsS3FileUploadTrigger 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.
-