Uses of Class
com.amazonaws.services.lambda.model.InvokeResult
-
Packages that use InvokeResult Package Description com.amazonaws.services.lambda com.amazonaws.services.lambda.model -
-
Uses of InvokeResult in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda that return InvokeResult Modifier and Type Method Description InvokeResult
AbstractAWSLambda. invoke(InvokeRequest request)
InvokeResult
AWSLambda. invoke(InvokeRequest invokeRequest)
Invokes a specific Lambda function.InvokeResult
AWSLambdaClient. invoke(InvokeRequest invokeRequest)
Invokes a specific Lambda function.Methods in com.amazonaws.services.lambda that return types with arguments of type InvokeResult Modifier and Type Method Description Future<InvokeResult>
AbstractAWSLambdaAsync. invokeAsync(InvokeRequest request)
Future<InvokeResult>
AbstractAWSLambdaAsync. invokeAsync(InvokeRequest request, AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)
Future<InvokeResult>
AWSLambdaAsync. invokeAsync(InvokeRequest invokeRequest)
Invokes a specific Lambda function.Future<InvokeResult>
AWSLambdaAsync. invokeAsync(InvokeRequest invokeRequest, AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)
Invokes a specific Lambda function.Future<InvokeResult>
AWSLambdaAsyncClient. invokeAsync(InvokeRequest request)
Future<InvokeResult>
AWSLambdaAsyncClient. invokeAsync(InvokeRequest request, AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)
Method parameters in com.amazonaws.services.lambda with type arguments of type InvokeResult Modifier and Type Method Description Future<InvokeResult>
AbstractAWSLambdaAsync. invokeAsync(InvokeRequest request, AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)
Future<InvokeResult>
AWSLambdaAsync. invokeAsync(InvokeRequest invokeRequest, AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)
Invokes a specific Lambda function.Future<InvokeResult>
AWSLambdaAsyncClient. invokeAsync(InvokeRequest request, AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)
-
Uses of InvokeResult in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return InvokeResult Modifier and Type Method Description InvokeResult
InvokeResult. clone()
InvokeResult
InvokeResult. withFunctionError(String functionError)
Indicates whether an error occurred while executing the Lambda function.InvokeResult
InvokeResult. withLogResult(String logResult)
It is the base64-encoded logs for the Lambda function invocation.InvokeResult
InvokeResult. withPayload(ByteBuffer payload)
It is the JSON representation of the object returned by the Lambda function.InvokeResult
InvokeResult. withStatusCode(Integer statusCode)
The HTTP status code will be in the 200 range for successful request.
-