Skip navigation links
A B C D E F G H I J L P R S T U V W 

A

AWSLambda - Interface in com.amazonaws.services.lambda
Interface for accessing AWSLambda.
AWSLambdaClient - Class in com.amazonaws.services.lambda
Client for accessing AWSLambda.
AWSLambdaClient() - Constructor for class com.amazonaws.services.lambda.AWSLambdaClient
Deprecated.
AWSLambdaClient(ClientConfiguration) - Constructor for class com.amazonaws.services.lambda.AWSLambdaClient
Deprecated.
AWSLambdaClient(AWSCredentials) - Constructor for class com.amazonaws.services.lambda.AWSLambdaClient
Constructs a new client to invoke service methods on AWSLambda using the specified AWS account credentials.
AWSLambdaClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.lambda.AWSLambdaClient
Constructs a new client to invoke service methods on AWSLambda using the specified AWS account credentials and client configuration options.
AWSLambdaClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.lambda.AWSLambdaClient
Constructs a new client to invoke service methods on AWSLambda using the specified AWS account credentials provider.
AWSLambdaClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.lambda.AWSLambdaClient
Constructs a new client to invoke service methods on AWSLambda using the specified AWS account credentials provider and client configuration options.
AWSLambdaClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.lambda.AWSLambdaClient
Deprecated.
AWSLambdaClient(AWSCredentialsProvider, ClientConfiguration, HttpClient) - Constructor for class com.amazonaws.services.lambda.AWSLambdaClient
Constructs a new client to invoke service methods on AWSLambda using the specified AWS account credentials provider, client configuration options and request metric collector.

B

build(Class<T>) - Method in class com.amazonaws.mobileconnectors.lambdainvoker.LambdaInvokerFactory
Contexts a dynamic proxy object of the given class with a default Json data binder.
build(Class<T>, LambdaDataBinder) - Method in class com.amazonaws.mobileconnectors.lambdainvoker.LambdaInvokerFactory
Contexts a dynamic proxy object of the given class.

C

ClientContext - Class in com.amazonaws.mobileconnectors.util
A class that consists of app info, device info, additional service info, and user defined data.
ClientContext(Context) - Constructor for class com.amazonaws.mobileconnectors.util.ClientContext
Constructs a new client context.
com.amazonaws.mobileconnectors.lambdainvoker - package com.amazonaws.mobileconnectors.lambdainvoker
This package provides features to invoke a Lambda function via dynamic proxy.
com.amazonaws.mobileconnectors.util - package com.amazonaws.mobileconnectors.util
 
com.amazonaws.services.lambda - package com.amazonaws.services.lambda
Synchronous and asynchronous client classes for accessing AWSLambda.
com.amazonaws.services.lambda.model - package com.amazonaws.services.lambda.model
Classes modeling the various types represented by AWSLambda.

D

deserialize(byte[], Class<T>) - Method in interface com.amazonaws.mobileconnectors.lambdainvoker.LambdaDataBinder
Converts an encoded byte array into a POJO.
deserialize(byte[], Class<T>) - Method in class com.amazonaws.mobileconnectors.lambdainvoker.LambdaJsonBinder
 

E

equals(Object) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.InvokeResult
 
EventSourcePosition - Enum in com.amazonaws.services.lambda.model
Event Source Position

F

fromValue(String) - Static method in enum com.amazonaws.services.lambda.model.EventSourcePosition
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.lambda.model.InvocationType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.lambda.model.LogType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.lambda.model.Runtime
Use this in place of valueOf.

G

getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Deprecated.
ResponseMetadata cache can hold up to 50 requests and responses in memory and will cause memory issue. This method now always returns null.
getClientContext() - Method in class com.amazonaws.mobileconnectors.lambdainvoker.LambdaInvokerFactory
Gets the client context associated with this factory.
getClientContext() - Method in class com.amazonaws.services.lambda.model.InvokeRequest
Using the ClientContext you can pass client-specific information to the Lambda function you are invoking.
getDetails() - Method in exception com.amazonaws.mobileconnectors.lambdainvoker.LambdaFunctionException
Gets the invocation result from Lambda.
getFunctionError() - Method in class com.amazonaws.services.lambda.model.InvokeResult
Indicates whether an error occurred while executing the Lambda function.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.InvokeRequest
The Lambda function name.
getInvocationType() - Method in class com.amazonaws.services.lambda.model.InvokeRequest
By default, the Invoke API assumes "RequestResponse" invocation type.
getLogResult() - Method in class com.amazonaws.services.lambda.model.InvokeResult
It is the base64-encoded logs for the Lambda function invocation.
getLogType() - Method in class com.amazonaws.services.lambda.model.InvokeRequest
You can set this optional parameter to "Tail" in the request only if you specify the InvocationType parameter with value "RequestResponse".
getPayload() - Method in class com.amazonaws.services.lambda.model.InvokeRequest
JSON that you want to provide to your Lambda function as input.
getPayload() - Method in class com.amazonaws.services.lambda.model.InvokeResult
It is the JSON representation of the object returned by the Lambda function.
getQualifier() - Method in class com.amazonaws.services.lambda.model.InvokeRequest
You can use this optional paramter to specify a Lambda function version or alias name.
getRetryAfterSeconds() - Method in exception com.amazonaws.services.lambda.model.TooManyRequestsException
Returns the value of the RetryAfterSeconds property for this object.
getStatusCode() - Method in class com.amazonaws.services.lambda.model.InvokeResult
The HTTP status code will be in the 200 range for successful request.
getType() - Method in exception com.amazonaws.services.lambda.model.InvalidParameterValueException
Returns the value of the Type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.InvalidRequestContentException
Returns the value of the Type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.RequestTooLargeException
Returns the value of the Type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.ResourceNotFoundException
Returns the value of the Type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.ServiceException
Returns the value of the Type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.TooManyRequestsException
Returns the value of the Type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.UnsupportedMediaTypeException
Returns the value of the Type property for this object.

H

hashCode() - Method in class com.amazonaws.services.lambda.model.InvokeRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.InvokeResult
 

I

InvalidParameterValueException - Exception in com.amazonaws.services.lambda.model
One of the parameters in the request is invalid.
InvalidParameterValueException(String) - Constructor for exception com.amazonaws.services.lambda.model.InvalidParameterValueException
Constructs a new InvalidParameterValueException with the specified error message.
InvalidRequestContentException - Exception in com.amazonaws.services.lambda.model
The request body could not be parsed as JSON.
InvalidRequestContentException(String) - Constructor for exception com.amazonaws.services.lambda.model.InvalidRequestContentException
Constructs a new InvalidRequestContentException with the specified error message.
InvocationType - Enum in com.amazonaws.services.lambda.model
Invocation Type
invoke(InvokeRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Invokes a specific Lambda function version.
invoke(InvokeRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Invokes a specific Lambda function version.
InvokeRequest - Class in com.amazonaws.services.lambda.model
Container for the parameters to the Invoke operation.
InvokeRequest() - Constructor for class com.amazonaws.services.lambda.model.InvokeRequest
 
InvokeResult - Class in com.amazonaws.services.lambda.model
Upon success, returns an empty response.
InvokeResult() - Constructor for class com.amazonaws.services.lambda.model.InvokeResult
 

J

jsonErrorUnmarshallers - Variable in class com.amazonaws.services.lambda.AWSLambdaClient
List of exception unmarshallers for all AWSLambda exceptions.

L

LambdaDataBinder - Interface in com.amazonaws.mobileconnectors.lambdainvoker
An interface for databinding between POJO and byte array.
LambdaFunction - Annotation Type in com.amazonaws.mobileconnectors.lambdainvoker
Annotation that can be used to declare a method to be proxied by Lambda service.
LambdaFunctionException - Exception in com.amazonaws.mobileconnectors.lambdainvoker
Lambda exception, thrown when Lambda service has problem evaluating a Lambda function.
LambdaFunctionException(String, String) - Constructor for exception com.amazonaws.mobileconnectors.lambdainvoker.LambdaFunctionException
Constructs a LambdaFunctionException.
LambdaInvokerFactory - Class in com.amazonaws.mobileconnectors.lambdainvoker
A factory class that creates a dynamic proxy object backed by Lambda service.
LambdaInvokerFactory(Context, Regions, AWSCredentialsProvider) - Constructor for class com.amazonaws.mobileconnectors.lambdainvoker.LambdaInvokerFactory
Constructs a Lambda invoker factory object.
LambdaInvokerFactory(Context, Regions, AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.mobileconnectors.lambdainvoker.LambdaInvokerFactory
Constructs a Lambda invoker factory object.
LambdaJsonBinder - Class in com.amazonaws.mobileconnectors.lambdainvoker
A Json data binder backed by Gson.
LambdaJsonBinder() - Constructor for class com.amazonaws.mobileconnectors.lambdainvoker.LambdaJsonBinder
Constructs a Lambda Json binder.
LogType - Enum in com.amazonaws.services.lambda.model
Log Type

P

putCustomContext(Map<String, String>) - Method in class com.amazonaws.mobileconnectors.util.ClientContext
Adds additional user defined key-value pairs to the client context under "custom".
putServiceContext(String, Map<String, String>) - Method in class com.amazonaws.mobileconnectors.util.ClientContext
Sets service context under key "services".

R

RequestTooLargeException - Exception in com.amazonaws.services.lambda.model
The request payload exceeded the Invoke request body JSON input limit.
RequestTooLargeException(String) - Constructor for exception com.amazonaws.services.lambda.model.RequestTooLargeException
Constructs a new RequestTooLargeException with the specified error message.
ResourceNotFoundException - Exception in com.amazonaws.services.lambda.model
The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.
ResourceNotFoundException(String) - Constructor for exception com.amazonaws.services.lambda.model.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the specified error message.
Runtime - Enum in com.amazonaws.services.lambda.model
Runtime

S

serialize(Object) - Method in interface com.amazonaws.mobileconnectors.lambdainvoker.LambdaDataBinder
Serializes an object into encoded byte array.
serialize(Object) - Method in class com.amazonaws.mobileconnectors.lambdainvoker.LambdaJsonBinder
 
ServiceException - Exception in com.amazonaws.services.lambda.model
The AWS Lambda service encountered an internal error.
ServiceException(String) - Constructor for exception com.amazonaws.services.lambda.model.ServiceException
Constructs a new ServiceException with the specified error message.
setClientContext(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
Using the ClientContext you can pass client-specific information to the Lambda function you are invoking.
setEndpoint(String) - Method in interface com.amazonaws.services.lambda.AWSLambda
Overrides the default endpoint for this client ("https://lambda.us-east-1.amazonaws.com/").
setEndpoint(String) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
 
setEndpoint(String, String, String) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
 
setFunctionError(String) - Method in class com.amazonaws.services.lambda.model.InvokeResult
Indicates whether an error occurred while executing the Lambda function.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
The Lambda function name.
setInvocationType(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
By default, the Invoke API assumes "RequestResponse" invocation type.
setInvocationType(InvocationType) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
By default, the Invoke API assumes "RequestResponse" invocation type.
setLogResult(String) - Method in class com.amazonaws.services.lambda.model.InvokeResult
It is the base64-encoded logs for the Lambda function invocation.
setLogType(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
You can set this optional parameter to "Tail" in the request only if you specify the InvocationType parameter with value "RequestResponse".
setLogType(LogType) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
You can set this optional parameter to "Tail" in the request only if you specify the InvocationType parameter with value "RequestResponse".
setPayload(ByteBuffer) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
JSON that you want to provide to your Lambda function as input.
setPayload(ByteBuffer) - Method in class com.amazonaws.services.lambda.model.InvokeResult
It is the JSON representation of the object returned by the Lambda function.
setQualifier(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
You can use this optional paramter to specify a Lambda function version or alias name.
setRegion(Region) - Method in interface com.amazonaws.services.lambda.AWSLambda
An alternative to AWSLambda.setEndpoint(String), sets the regional endpoint for this client's service calls.
setRetryAfterSeconds(String) - Method in exception com.amazonaws.services.lambda.model.TooManyRequestsException
Sets the value of the RetryAfterSeconds property for this object.
setStatusCode(Integer) - Method in class com.amazonaws.services.lambda.model.InvokeResult
The HTTP status code will be in the 200 range for successful request.
setType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidParameterValueException
Sets the value of the Type property for this object.
setType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidRequestContentException
Sets the value of the Type property for this object.
setType(String) - Method in exception com.amazonaws.services.lambda.model.RequestTooLargeException
Sets the value of the Type property for this object.
setType(String) - Method in exception com.amazonaws.services.lambda.model.ResourceNotFoundException
Sets the value of the Type property for this object.
setType(String) - Method in exception com.amazonaws.services.lambda.model.ServiceException
Sets the value of the Type property for this object.
setType(String) - Method in exception com.amazonaws.services.lambda.model.TooManyRequestsException
Sets the value of the Type property for this object.
setType(String) - Method in exception com.amazonaws.services.lambda.model.UnsupportedMediaTypeException
Sets the value of the Type property for this object.
shutdown() - Method in interface com.amazonaws.services.lambda.AWSLambda
Shuts down this client object, releasing any resources that might be held open.

T

toBase64String() - Method in class com.amazonaws.mobileconnectors.util.ClientContext
Serializes the client context into a base64 encoded Json string.
TooManyRequestsException - Exception in com.amazonaws.services.lambda.model
 
TooManyRequestsException(String) - Constructor for exception com.amazonaws.services.lambda.model.TooManyRequestsException
Constructs a new TooManyRequestsException with the specified error message.
toString() - Method in enum com.amazonaws.services.lambda.model.EventSourcePosition
 
toString() - Method in enum com.amazonaws.services.lambda.model.InvocationType
 
toString() - Method in class com.amazonaws.services.lambda.model.InvokeRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.InvokeResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.lambda.model.LogType
 
toString() - Method in enum com.amazonaws.services.lambda.model.Runtime
 

U

UnsupportedMediaTypeException - Exception in com.amazonaws.services.lambda.model
The content type of the Invoke request body is not JSON.
UnsupportedMediaTypeException(String) - Constructor for exception com.amazonaws.services.lambda.model.UnsupportedMediaTypeException
Constructs a new UnsupportedMediaTypeException with the specified error message.

V

valueOf(String) - Static method in enum com.amazonaws.services.lambda.model.EventSourcePosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.lambda.model.InvocationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.lambda.model.LogType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.lambda.model.Runtime
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.lambda.model.EventSourcePosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.lambda.model.InvocationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.lambda.model.LogType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.lambda.model.Runtime
Returns an array containing the constants of this enum type, in the order they are declared.

W

withClientContext(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
Using the ClientContext you can pass client-specific information to the Lambda function you are invoking.
withFunctionError(String) - Method in class com.amazonaws.services.lambda.model.InvokeResult
Indicates whether an error occurred while executing the Lambda function.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
The Lambda function name.
withInvocationType(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
By default, the Invoke API assumes "RequestResponse" invocation type.
withInvocationType(InvocationType) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
By default, the Invoke API assumes "RequestResponse" invocation type.
withLogResult(String) - Method in class com.amazonaws.services.lambda.model.InvokeResult
It is the base64-encoded logs for the Lambda function invocation.
withLogType(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
You can set this optional parameter to "Tail" in the request only if you specify the InvocationType parameter with value "RequestResponse".
withLogType(LogType) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
You can set this optional parameter to "Tail" in the request only if you specify the InvocationType parameter with value "RequestResponse".
withPayload(ByteBuffer) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
JSON that you want to provide to your Lambda function as input.
withPayload(ByteBuffer) - Method in class com.amazonaws.services.lambda.model.InvokeResult
It is the JSON representation of the object returned by the Lambda function.
withQualifier(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
You can use this optional paramter to specify a Lambda function version or alias name.
withStatusCode(Integer) - Method in class com.amazonaws.services.lambda.model.InvokeResult
The HTTP status code will be in the 200 range for successful request.
A B C D E F G H I J L P R S T U V W 
Skip navigation links

Copyright © 2015. All rights reserved.