Uses of Class
com.volcengine.ecs.model.StopInvocationRequest
-
Packages that use StopInvocationRequest Package Description com.volcengine.ecs com.volcengine.ecs.model -
-
Uses of StopInvocationRequest in com.volcengine.ecs
Methods in com.volcengine.ecs with parameters of type StopInvocationRequest Modifier and Type Method Description StopInvocationResponseEcsApi. stopInvocation(StopInvocationRequest body)com.squareup.okhttp.CallEcsApi. stopInvocationAsync(StopInvocationRequest body, com.volcengine.ApiCallback<StopInvocationResponse> callback)(asynchronously)com.squareup.okhttp.CallEcsApi. stopInvocationCall(StopInvocationRequest body, com.volcengine.ProgressResponseBody.ProgressListener progressListener, com.volcengine.ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for stopInvocationcom.volcengine.ApiResponse<StopInvocationResponse>EcsApi. stopInvocationWithHttpInfo(@NotNull StopInvocationRequest body) -
Uses of StopInvocationRequest in com.volcengine.ecs.model
Methods in com.volcengine.ecs.model that return StopInvocationRequest Modifier and Type Method Description StopInvocationRequestStopInvocationRequest. invocationId(String invocationId)
-