Package | Description |
---|---|
software.amazon.awssdk.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
static InvokeResponse.Builder |
InvokeResponse.builder() |
InvokeResponse.Builder |
InvokeResponse.Builder.executedVersion(String executedVersion)
The version of the function that executed.
|
InvokeResponse.Builder |
InvokeResponse.Builder.functionError(String functionError)
If present, indicates that an error occurred during function execution.
|
InvokeResponse.Builder |
InvokeResponse.Builder.logResult(String logResult)
The last 4 KB of the execution log, which is base64 encoded.
|
InvokeResponse.Builder |
InvokeResponse.Builder.payload(SdkBytes payload)
The response from the function, or an error object.
|
InvokeResponse.Builder |
InvokeResponse.Builder.statusCode(Integer statusCode)
The HTTP status code is in the 200 range for a successful request.
|
InvokeResponse.Builder |
InvokeResponse.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends InvokeResponse.Builder> |
InvokeResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.