| Package | Description | 
|---|---|
| com.amazonaws.services.lambda.model | 
 Classes modeling the various types represented by AWSLambda. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Mode | 
Mode.fromValue(String value)
Use this in place of valueOf. 
 | 
static Mode | 
Mode.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Mode[] | 
Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UploadFunctionResult.setMode(Mode mode)
The type of the Lambda function you uploaded. 
 | 
void | 
UploadFunctionRequest.setMode(Mode mode)
How the Lambda function will be invoked. 
 | 
void | 
UpdateFunctionConfigurationResult.setMode(Mode mode)
The type of the Lambda function you uploaded. 
 | 
void | 
GetFunctionConfigurationResult.setMode(Mode mode)
The type of the Lambda function you uploaded. 
 | 
void | 
FunctionConfiguration.setMode(Mode mode)
The type of the Lambda function you uploaded. 
 | 
UploadFunctionResult | 
UploadFunctionResult.withMode(Mode mode)
The type of the Lambda function you uploaded. 
 | 
UploadFunctionRequest | 
UploadFunctionRequest.withMode(Mode mode)
How the Lambda function will be invoked. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withMode(Mode mode)
The type of the Lambda function you uploaded. 
 | 
GetFunctionConfigurationResult | 
GetFunctionConfigurationResult.withMode(Mode mode)
The type of the Lambda function you uploaded. 
 | 
FunctionConfiguration | 
FunctionConfiguration.withMode(Mode mode)
The type of the Lambda function you uploaded. 
 | 
Copyright © 2014. All rights reserved.