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