| Package | Description | 
|---|---|
| com.amazonaws.services.lambda | Synchronous and asynchronous client classes for accessing AWSLambda. | 
| com.amazonaws.services.lambda.model | Classes modeling the various types represented by AWSLambda. | 
| Modifier and Type | Method and Description | 
|---|---|
| ListVersionsByFunctionResult | AWSLambda. listVersionsByFunction(ListVersionsByFunctionRequest listVersionsByFunctionRequest)
 List all versions of a function. | 
| ListVersionsByFunctionResult | AWSLambdaClient. listVersionsByFunction(ListVersionsByFunctionRequest listVersionsByFunctionRequest)
 List all versions of a function. | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<ListVersionsByFunctionResult> | AWSLambdaAsyncClient. listVersionsByFunctionAsync(ListVersionsByFunctionRequest listVersionsByFunctionRequest,
                           AsyncHandler<ListVersionsByFunctionRequest,ListVersionsByFunctionResult> asyncHandler)
 List all versions of a function. | 
| Future<ListVersionsByFunctionResult> | AWSLambdaAsync. listVersionsByFunctionAsync(ListVersionsByFunctionRequest listVersionsByFunctionRequest,
                           AsyncHandler<ListVersionsByFunctionRequest,ListVersionsByFunctionResult> asyncHandler)
 List all versions of a function. | 
| Modifier and Type | Method and Description | 
|---|---|
| ListVersionsByFunctionResult | ListVersionsByFunctionResult. clone() | 
| ListVersionsByFunctionResult | ListVersionsByFunctionResult. withNextMarker(String nextMarker)A string, present if there are more function versions. | 
| ListVersionsByFunctionResult | ListVersionsByFunctionResult. withVersions(Collection<FunctionConfiguration> versions)A list of Lambda function versions. | 
| ListVersionsByFunctionResult | ListVersionsByFunctionResult. withVersions(FunctionConfiguration... versions)A list of Lambda function versions. | 
Copyright © 2015. All rights reserved.