You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* StatefulAsyncInvocation specifies the configurations of an asynchronous task. Asynchronous tasks (StatefulAsyncInvocation) allow you to manage the states of asynchronous invocations. The asynchronous task feature is more suitable for task scenarios.
Copy file name to clipboardExpand all lines: fc-open-20210406/src/main/java/com/aliyun/sdk/service/fc_open20210406/DefaultAsyncClient.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -815,7 +815,7 @@ public CompletableFuture<PublishServiceVersionResponse> publishServiceVersion(Pu
815
815
}
816
816
817
817
/**
818
-
* The maximum validity period of messages.
818
+
* StatefulAsyncInvocation specifies the configurations of an asynchronous task. Asynchronous tasks (StatefulAsyncInvocation) allow you to manage the states of asynchronous invocations. The asynchronous task feature is more suitable for task scenarios.
Copy file name to clipboardExpand all lines: fc-open-20210406/src/main/java/com/aliyun/sdk/service/fc_open20210406/models/CreateTriggerRequest.java
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -267,7 +267,7 @@ public Builder description(String description) {
267
267
}
268
268
269
269
/**
270
-
* The role that is used by the event source such as Object Storage Service (OSS) to invoke the function. For more information, see [Overview](~~53102~~).
270
+
* The RAM role that is used by the event source such as Object Storage Service (OSS) to invoke the function. For more information, see [Overview](~~53102~~).
@@ -285,7 +285,7 @@ public Builder qualifier(String qualifier) {
285
285
}
286
286
287
287
/**
288
-
* The Alibaba Cloud Resource Name (ARN) of the event sourcefor the trigger.
288
+
* The Alibaba Cloud Resource Name (ARN) of the trigger event source. This parameter is optional for time triggers, HTTP triggers, and EventBridge-based triggers. This parameter is required for other types of triggers.
289
289
*/
290
290
publicBuildersourceArn(StringsourceArn) {
291
291
this.putBodyParameter("sourceArn", sourceArn);
@@ -297,14 +297,14 @@ public Builder sourceArn(String sourceArn) {
297
297
* The configurations of the trigger. The configurations vary based on the trigger type. For more information about the format, see the following topics:
298
298
* <p>
299
299
*
300
-
* * Object Storage Service (OSS) trigger: [OSSTriggerConfig](~~415697~~).
301
-
* * Simple Log Service trigger: [LogTriggerConfig](~~415694~~).
302
-
* * Time trigger: [TimeTriggerConfig](~~415712~~).
@@ -313,7 +313,7 @@ public Builder triggerConfig(String triggerConfig) {
313
313
}
314
314
315
315
/**
316
-
* The name of the trigger. The name contains only letters, digits, hyphens (-), and underscores (\_). The name must be 1 to 128 characters in length and cannot start with a digit or hyphen (-).
316
+
* The name of the trigger. The name contains only letters, digits, hyphens (-), and underscores (\_). The name must be 1 to 128 characters in length and cannot start with a digit or a hyphen (-).
@@ -144,7 +144,7 @@ public Builder functionName(String functionName) {
144
144
}
145
145
146
146
/**
147
-
* The ETag value of the resource. This value is used to ensure that the modified resource is consistent with the resource to be modified. The ETag value is returned in the responses of the CREATE, GET, and UPDATE operations.
147
+
* The header that is used to ensure that the changed resources are consistent with resources to be changed. The value comes from the response of the Create, Get, and Update API operations.
148
148
*/
149
149
publicBuilderifMatch(StringifMatch) {
150
150
this.putHeaderParameter("If-Match", ifMatch);
@@ -162,7 +162,7 @@ public Builder xFcAccountId(String xFcAccountId) {
162
162
}
163
163
164
164
/**
165
-
* The time when Function Compute API is called. Specify the time in the **EEE,d MMM yyyy HH:mm:ss GMT** format.
165
+
* The time when the function is invoked. The value is in the **EEE,d MMM yyyy HH:mm:ss GMT** format.
Copy file name to clipboardExpand all lines: fc-open-20210406/src/main/java/com/aliyun/sdk/service/fc_open20210406/models/GetFunctionAsyncInvokeConfigRequest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ public Builder xFcTraceId(String xFcTraceId) {
Copy file name to clipboardExpand all lines: fc-open-20210406/src/main/java/com/aliyun/sdk/service/fc_open20210406/models/GetFunctionAsyncInvokeConfigResponseBody.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@ public Builder maxAsyncRetryAttempts(Long maxAsyncRetryAttempts) {
182
182
}
183
183
184
184
/**
185
-
* The version or alias of the service to which the function belongs.
0 commit comments