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

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

Introduction

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

The text is from its open source code.

Method

CreateAliasResultcreateAlias(CreateAliasRequest createAliasRequest)

Creates an alias for a Lambda function version.

CreateEventSourceMappingResultcreateEventSourceMapping( CreateEventSourceMappingRequest createEventSourceMappingRequest)

Creates a mapping between an event source and an AWS Lambda function.

CreateFunctionResultcreateFunction(CreateFunctionRequest createFunctionRequest)

Creates a Lambda function.

DeleteEventSourceMappingResultdeleteEventSourceMapping( DeleteEventSourceMappingRequest deleteEventSourceMappingRequest)

Deletes an event source mapping.

DeleteFunctionResultdeleteFunction(DeleteFunctionRequest deleteFunctionRequest)

Deletes a Lambda function.

GetFunctionResultgetFunction(GetFunctionRequest getFunctionRequest)

Returns information about the function or function version, with a link to download the deployment package that's valid for 10 minutes.

GetFunctionConfigurationResultgetFunctionConfiguration( GetFunctionConfigurationRequest getFunctionConfigurationRequest)

Returns the version-specific settings of a Lambda function or version.

InvokeResultinvoke(InvokeRequest invokeRequest)

Invokes a Lambda function.

ListAliasesResultlistAliases(ListAliasesRequest listAliasesRequest)

Returns a list of aliases for a Lambda function.

ListEventSourceMappingsResultlistEventSourceMappings( ListEventSourceMappingsRequest listEventSourceMappingsRequest)

Lists event source mappings.

ListFunctionsResultlistFunctions(ListFunctionsRequest listFunctionsRequest)

Returns a list of Lambda functions, with the version-specific configuration of each.

ListTagsResultlistTags(ListTagsRequest listTagsRequest)

Returns a function's tags.

ListVersionsByFunctionResultlistVersionsByFunction( ListVersionsByFunctionRequest listVersionsByFunctionRequest)

Returns a list of versions, with the version-specific configuration of each.

PublishVersionResultpublishVersion(PublishVersionRequest publishVersionRequest)

Creates a version from the current code and configuration of a function.

voidsetRegion(Region region)
An alternative to AWSLambda#setEndpoint(String) , sets the regional endpoint for this client's service calls.
UpdateAliasResultupdateAlias(UpdateAliasRequest updateAliasRequest)

Updates the configuration of a Lambda function alias.

UpdateEventSourceMappingResultupdateEventSourceMapping( UpdateEventSourceMappingRequest updateEventSourceMappingRequest)

Updates an event source mapping.

UpdateFunctionCodeResultupdateFunctionCode(UpdateFunctionCodeRequest updateFunctionCodeRequest)

Updates a Lambda function's code.

UpdateFunctionConfigurationResultupdateFunctionConfiguration( UpdateFunctionConfigurationRequest updateFunctionConfigurationRequest)

Modify the version-specific settings of a Lambda function.