Java com.amazonaws.services.lambda.model InvokeRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.lambda.model InvokeRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.lambda.model InvokeRequest.

The text is from its open source code.

Constructor

Method

voidsetClientContext(String clientContext)

Up to 3583 bytes of base64-encoded data about the invoking client to pass to the function in the context object.

voidsetFunctionName(String functionName)

The name of the Lambda function, version, or alias.

voidsetInvocationType(String invocationType)

Choose from the following options.

voidsetInvocationType(InvocationType invocationType)

Choose from the following options.

voidsetLogType(String logType)

Set to Tail to include the execution log in the response.

voidsetLogType(LogType logType)

Set to Tail to include the execution log in the response.

voidsetPayload(java.nio.ByteBuffer payload)

The JSON that you want to provide to your Lambda function as input.

voidsetPayload(String payload)

The JSON that you want to provide to your Lambda function as input.

voidsetQualifier(String qualifier)

Specify a version or alias to invoke a published version of the function.