Uses of Class
software.amazon.awssdk.services.lambda.model.ExecutionStatus
-
Packages that use ExecutionStatus Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of ExecutionStatus in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return ExecutionStatus Modifier and Type Method Description static ExecutionStatusExecutionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ExecutionStatusExecution. status()The current status of the durable execution.ExecutionStatusGetDurableExecutionResponse. status()The current status of the durable execution.static ExecutionStatusExecutionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionStatus[]ExecutionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type ExecutionStatus Modifier and Type Method Description static Set<ExecutionStatus>ExecutionStatus. knownValues()List<ExecutionStatus>ListDurableExecutionsByFunctionRequest. statuses()Filter executions by status.Methods in software.amazon.awssdk.services.lambda.model with parameters of type ExecutionStatus Modifier and Type Method Description Execution.BuilderExecution.Builder. status(ExecutionStatus status)The current status of the durable execution.GetDurableExecutionResponse.BuilderGetDurableExecutionResponse.Builder. status(ExecutionStatus status)The current status of the durable execution.ListDurableExecutionsByFunctionRequest.BuilderListDurableExecutionsByFunctionRequest.Builder. statuses(ExecutionStatus... statuses)Filter executions by status.Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type ExecutionStatus Modifier and Type Method Description ListDurableExecutionsByFunctionRequest.BuilderListDurableExecutionsByFunctionRequest.Builder. statuses(Collection<ExecutionStatus> statuses)Filter executions by status.
-