Uses of Interface
software.amazon.awssdk.services.lambda.model.InvokeResponse.Builder
Packages that use InvokeResponse.Builder
-
Uses of InvokeResponse.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return InvokeResponse.BuilderModifier and TypeMethodDescriptionstatic InvokeResponse.BuilderInvokeResponse.builder()InvokeResponse.Builder.durableExecutionArn(String durableExecutionArn) The ARN of the durable execution that was started.InvokeResponse.Builder.executedVersion(String executedVersion) The version of the function that executed.InvokeResponse.Builder.functionError(String functionError) If present, indicates that an error occurred during function execution.The last 4 KB of the execution log, which is base64-encoded.The response from the function, or an error object.InvokeResponse.Builder.statusCode(Integer statusCode) The HTTP status code is in the 200 range for a successful request.InvokeResponse.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type InvokeResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InvokeResponse.Builder>InvokeResponse.serializableBuilderClass()