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

A

awsConfiguration(AWSConfiguration) - Method in class com.amazonaws.mobileconnectors.lambdainvoker.LambdaInvokerFactory.Builder
This region will be overridden by LambdaInvokerFactory.Builder.region(Regions), if specified.
AWSLambda - Interface in com.amazonaws.services.lambda
Interface for accessing AWS Lambda Lambda
AWSLambdaClient - Class in com.amazonaws.services.lambda
Client for accessing AWS Lambda.
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.
build() - Method in class com.amazonaws.mobileconnectors.lambdainvoker.LambdaInvokerFactory.Builder
 
builder() - Static method in class com.amazonaws.mobileconnectors.lambdainvoker.LambdaInvokerFactory
Some examples: LambdaInvokerFactory.builder() .context(context) .region(Regions.AP_NORTHEAST_1) .clientConfiguration(clientConfig) // Optional .credentialsProvider(provider) .build(); LambdaInvokerFactory.builder() .context(context) .awsConfiguration(awsConfig) .clientConfiguration(clientConfig) // Optional .credentialsProvider(provider) .build; LambdaInvokerFactory.builder() .lambdaClient(client) .clientContext(clientContext) .build;
Builder() - Constructor for class com.amazonaws.mobileconnectors.lambdainvoker.LambdaInvokerFactory.Builder
 

C

clientConfiguration(ClientConfiguration) - Method in class com.amazonaws.mobileconnectors.lambdainvoker.LambdaInvokerFactory.Builder
If your Lambda function takes a long time to finish (longer than the default socket timeout of 15 seconds), you can increase the timeout via ClientConfiguration .
clientContext(ClientContext) - Method in class com.amazonaws.mobileconnectors.lambdainvoker.LambdaInvokerFactory.Builder
 
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
Lambda
com.amazonaws.services.lambda.model - package com.amazonaws.services.lambda.model
Classes modeling the various types represented by AWSLambda
com.amazonaws.services.lambda.model.transform - package com.amazonaws.services.lambda.model.transform
Marhsalling for the various types represented byAWSLambda
context(Context) - Method in class com.amazonaws.mobileconnectors.lambdainvoker.LambdaInvokerFactory.Builder
 
credentialsProvider(AWSCredentialsProvider) - Method in class com.amazonaws.mobileconnectors.lambdainvoker.LambdaInvokerFactory.Builder
 

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

EC2AccessDeniedException - Exception in com.amazonaws.services.lambda.model
Need additional permissions to configure VPC settings.
EC2AccessDeniedException(String) - Constructor for exception com.amazonaws.services.lambda.model.EC2AccessDeniedException
Constructs a new EC2AccessDeniedException with the specified error message.
EC2AccessDeniedExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
EC2AccessDeniedExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.EC2AccessDeniedExceptionUnmarshaller
 
EC2ThrottledException - Exception in com.amazonaws.services.lambda.model
Amazon EC2 throttled Lambda during Lambda function initialization using the execution role provided for the function.
EC2ThrottledException(String) - Constructor for exception com.amazonaws.services.lambda.model.EC2ThrottledException
Constructs a new EC2ThrottledException with the specified error message.
EC2ThrottledExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
EC2ThrottledExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.EC2ThrottledExceptionUnmarshaller
 
EC2UnexpectedException - Exception in com.amazonaws.services.lambda.model
Lambda received an unexpected Amazon EC2 client exception while setting up for the Lambda function.
EC2UnexpectedException(String) - Constructor for exception com.amazonaws.services.lambda.model.EC2UnexpectedException
Constructs a new EC2UnexpectedException with the specified error message.
EC2UnexpectedExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
EC2UnexpectedExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.EC2UnexpectedExceptionUnmarshaller
 
EFSIOException - Exception in com.amazonaws.services.lambda.model
An error occurred when reading from or writing to a connected file system.
EFSIOException(String) - Constructor for exception com.amazonaws.services.lambda.model.EFSIOException
Constructs a new EFSIOException with the specified error message.
EFSIOExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
EFSIOExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.EFSIOExceptionUnmarshaller
 
EFSMountConnectivityException - Exception in com.amazonaws.services.lambda.model
The Lambda function couldn't make a network connection to the configured file system.
EFSMountConnectivityException(String) - Constructor for exception com.amazonaws.services.lambda.model.EFSMountConnectivityException
Constructs a new EFSMountConnectivityException with the specified error message.
EFSMountConnectivityExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
EFSMountConnectivityExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.EFSMountConnectivityExceptionUnmarshaller
 
EFSMountFailureException - Exception in com.amazonaws.services.lambda.model
The Lambda function couldn't mount the configured file system due to a permission or configuration issue.
EFSMountFailureException(String) - Constructor for exception com.amazonaws.services.lambda.model.EFSMountFailureException
Constructs a new EFSMountFailureException with the specified error message.
EFSMountFailureExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
EFSMountFailureExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.EFSMountFailureExceptionUnmarshaller
 
EFSMountTimeoutException - Exception in com.amazonaws.services.lambda.model
The Lambda function made a network connection to the configured file system, but the mount operation timed out.
EFSMountTimeoutException(String) - Constructor for exception com.amazonaws.services.lambda.model.EFSMountTimeoutException
Constructs a new EFSMountTimeoutException with the specified error message.
EFSMountTimeoutExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
EFSMountTimeoutExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.EFSMountTimeoutExceptionUnmarshaller
 
ENILimitReachedException - Exception in com.amazonaws.services.lambda.model
Lambda couldn't create an elastic network interface in the VPC, specified as part of Lambda function configuration, because the limit for network interfaces has been reached.
ENILimitReachedException(String) - Constructor for exception com.amazonaws.services.lambda.model.ENILimitReachedException
Constructs a new ENILimitReachedException with the specified error message.
ENILimitReachedExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
ENILimitReachedExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.ENILimitReachedExceptionUnmarshaller
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.InvokeResult
 

F

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.

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
Up to 3,583 bytes of base64-encoded data about the invoking client to pass to the function in the context object.
getDetails() - Method in exception com.amazonaws.mobileconnectors.lambdainvoker.LambdaFunctionException
Gets the invocation result from Lambda.
getEC2ErrorCode() - Method in exception com.amazonaws.services.lambda.model.EC2UnexpectedException
Returns the value of the eC2ErrorCode property for this object.
getExecutedVersion() - Method in class com.amazonaws.services.lambda.model.InvokeResult
The version of the function that executed.
getFunctionError() - Method in class com.amazonaws.services.lambda.model.InvokeResult
If present, indicates that an error occurred during function execution.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.InvokeRequest
The name of the Lambda function, version, or alias.
getInstallationId(Context) - Static method in class com.amazonaws.mobileconnectors.util.ClientContext
Gets the installation id from shared preferences.
getInstance() - Static method in class com.amazonaws.services.lambda.model.transform.InvokeResultJsonUnmarshaller
 
getInvocationType() - Method in class com.amazonaws.services.lambda.model.InvokeRequest
Choose from the following options.
getLogResult() - Method in class com.amazonaws.services.lambda.model.InvokeResult
The last 4 KB of the execution log, which is base64-encoded.
getLogType() - Method in class com.amazonaws.services.lambda.model.InvokeRequest
Set to Tail to include the execution log in the response.
getPayload() - Method in class com.amazonaws.services.lambda.model.InvokeRequest
The JSON that you want to provide to your Lambda function as input.
getPayload() - Method in class com.amazonaws.services.lambda.model.InvokeResult
The response from the function, or an error object.
getQualifier() - Method in class com.amazonaws.services.lambda.model.InvokeRequest
Specify a version or alias to invoke a published version of the function.
getReason() - Method in exception com.amazonaws.services.lambda.model.TooManyRequestsException
Returns the value of the reason property for this object.
getRetryAfterSeconds() - Method in exception com.amazonaws.services.lambda.model.TooManyRequestsException
The number of seconds the caller should wait before retrying.
getStatusCode() - Method in class com.amazonaws.services.lambda.model.InvokeResult
The HTTP status code is in the 200 range for a successful request.
getType() - Method in exception com.amazonaws.services.lambda.model.EC2AccessDeniedException
Returns the value of the type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.EC2ThrottledException
Returns the value of the type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.EC2UnexpectedException
Returns the value of the type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.EFSIOException
Returns the value of the type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.EFSMountConnectivityException
Returns the value of the type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.EFSMountFailureException
Returns the value of the type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.EFSMountTimeoutException
Returns the value of the type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.ENILimitReachedException
Returns the value of the type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.InvalidParameterValueException
The exception type.
getType() - Method in exception com.amazonaws.services.lambda.model.InvalidRequestContentException
The exception type.
getType() - Method in exception com.amazonaws.services.lambda.model.InvalidRuntimeException
Returns the value of the type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.InvalidSecurityGroupIDException
Returns the value of the type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.InvalidSubnetIDException
Returns the value of the type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.InvalidZipFileException
Returns the value of the type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.KMSAccessDeniedException
Returns the value of the type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.KMSDisabledException
Returns the value of the type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.KMSInvalidStateException
Returns the value of the type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.KMSNotFoundException
Returns the value of the type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.RecursiveInvocationException
The exception type.
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.ResourceConflictException
The exception type.
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.ResourceNotReadyException
The exception type.
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.SnapStartException
Returns the value of the type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.SnapStartNotReadyException
Returns the value of the type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.SnapStartTimeoutException
Returns the value of the type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.SubnetIPAddressLimitReachedException
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 not valid.
InvalidParameterValueException(String) - Constructor for exception com.amazonaws.services.lambda.model.InvalidParameterValueException
Constructs a new InvalidParameterValueException with the specified error message.
InvalidParameterValueExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
InvalidParameterValueExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.InvalidParameterValueExceptionUnmarshaller
 
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.
InvalidRequestContentExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
InvalidRequestContentExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.InvalidRequestContentExceptionUnmarshaller
 
InvalidRuntimeException - Exception in com.amazonaws.services.lambda.model
The runtime or runtime version specified is not supported.
InvalidRuntimeException(String) - Constructor for exception com.amazonaws.services.lambda.model.InvalidRuntimeException
Constructs a new InvalidRuntimeException with the specified error message.
InvalidRuntimeExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
InvalidRuntimeExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.InvalidRuntimeExceptionUnmarshaller
 
InvalidSecurityGroupIDException - Exception in com.amazonaws.services.lambda.model
The security group ID provided in the Lambda function VPC configuration is not valid.
InvalidSecurityGroupIDException(String) - Constructor for exception com.amazonaws.services.lambda.model.InvalidSecurityGroupIDException
Constructs a new InvalidSecurityGroupIDException with the specified error message.
InvalidSecurityGroupIDExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
InvalidSecurityGroupIDExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.InvalidSecurityGroupIDExceptionUnmarshaller
 
InvalidSubnetIDException - Exception in com.amazonaws.services.lambda.model
The subnet ID provided in the Lambda function VPC configuration is not valid.
InvalidSubnetIDException(String) - Constructor for exception com.amazonaws.services.lambda.model.InvalidSubnetIDException
Constructs a new InvalidSubnetIDException with the specified error message.
InvalidSubnetIDExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
InvalidSubnetIDExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.InvalidSubnetIDExceptionUnmarshaller
 
InvalidZipFileException - Exception in com.amazonaws.services.lambda.model
Lambda could not unzip the deployment package.
InvalidZipFileException(String) - Constructor for exception com.amazonaws.services.lambda.model.InvalidZipFileException
Constructs a new InvalidZipFileException with the specified error message.
InvalidZipFileExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
InvalidZipFileExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.InvalidZipFileExceptionUnmarshaller
 
InvocationType - Enum in com.amazonaws.services.lambda.model
Invocation Type
invoke(InvokeRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Invokes a Lambda function.
invoke(InvokeRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Invokes a Lambda function.
InvokeRequest - Class in com.amazonaws.services.lambda.model
Invokes a Lambda function.
InvokeRequest() - Constructor for class com.amazonaws.services.lambda.model.InvokeRequest
 
InvokeRequestMarshaller - Class in com.amazonaws.services.lambda.model.transform
JSON request marshaller for InvokeRequest
InvokeRequestMarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.InvokeRequestMarshaller
 
InvokeResult - Class in com.amazonaws.services.lambda.model
 
InvokeResult() - Constructor for class com.amazonaws.services.lambda.model.InvokeResult
 
InvokeResultJsonUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
JSON unmarshaller for response InvokeResult
InvokeResultJsonUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.InvokeResultJsonUnmarshaller
 

J

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

K

KMSAccessDeniedException - Exception in com.amazonaws.services.lambda.model
Lambda couldn't decrypt the environment variables because KMS access was denied.
KMSAccessDeniedException(String) - Constructor for exception com.amazonaws.services.lambda.model.KMSAccessDeniedException
Constructs a new KMSAccessDeniedException with the specified error message.
KMSAccessDeniedExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
KMSAccessDeniedExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.KMSAccessDeniedExceptionUnmarshaller
 
KMSDisabledException - Exception in com.amazonaws.services.lambda.model
Lambda couldn't decrypt the environment variables because the KMS key used is disabled.
KMSDisabledException(String) - Constructor for exception com.amazonaws.services.lambda.model.KMSDisabledException
Constructs a new KMSDisabledException with the specified error message.
KMSDisabledExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
KMSDisabledExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.KMSDisabledExceptionUnmarshaller
 
KMSInvalidStateException - Exception in com.amazonaws.services.lambda.model
Lambda couldn't decrypt the environment variables because the state of the KMS key used is not valid for Decrypt.
KMSInvalidStateException(String) - Constructor for exception com.amazonaws.services.lambda.model.KMSInvalidStateException
Constructs a new KMSInvalidStateException with the specified error message.
KMSInvalidStateExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
KMSInvalidStateExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.KMSInvalidStateExceptionUnmarshaller
 
KMSNotFoundException - Exception in com.amazonaws.services.lambda.model
Lambda couldn't decrypt the environment variables because the KMS key was not found.
KMSNotFoundException(String) - Constructor for exception com.amazonaws.services.lambda.model.KMSNotFoundException
Constructs a new KMSNotFoundException with the specified error message.
KMSNotFoundExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
KMSNotFoundExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.KMSNotFoundExceptionUnmarshaller
 

L

lambdaClient(AWSLambda) - Method in class com.amazonaws.mobileconnectors.lambdainvoker.LambdaInvokerFactory.Builder
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
Deprecated.
Please use LambdaInvokerFactory.builder() .context(context) .region(Regions.AP_NORTHEAST_1) .credentialsProvider(provider) .build();
LambdaInvokerFactory(Context, Regions, AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.mobileconnectors.lambdainvoker.LambdaInvokerFactory
Deprecated.
Please use LambdaInvokerFactory.builder() .context(context) .region(Regions.AP_NORTHEAST_1) .credentialsProvider(provider) .clientConfiguration(clientConfig) .build();
LambdaInvokerFactory.Builder - Class in com.amazonaws.mobileconnectors.lambdainvoker
Builder class for LambdaInvokerFactory
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.
LambdaJsonBinder(Gson) - Constructor for class com.amazonaws.mobileconnectors.lambdainvoker.LambdaJsonBinder
 
LogType - Enum in com.amazonaws.services.lambda.model
Log Type

M

marshall(InvokeRequest) - Method in class com.amazonaws.services.lambda.model.transform.InvokeRequestMarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.EC2AccessDeniedExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.EC2ThrottledExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.EC2UnexpectedExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.EFSIOExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.EFSMountConnectivityExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.EFSMountFailureExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.EFSMountTimeoutExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.ENILimitReachedExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.InvalidParameterValueExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.InvalidRequestContentExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.InvalidRuntimeExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.InvalidSecurityGroupIDExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.InvalidSubnetIDExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.InvalidZipFileExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.KMSAccessDeniedExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.KMSDisabledExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.KMSInvalidStateExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.KMSNotFoundExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.RecursiveInvocationExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.RequestTooLargeExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.ResourceConflictExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.ResourceNotFoundExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.ResourceNotReadyExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.ServiceExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.SnapStartExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.SnapStartNotReadyExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.SnapStartTimeoutExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.SubnetIPAddressLimitReachedExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.TooManyRequestsExceptionUnmarshaller
 
match(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.UnsupportedMediaTypeExceptionUnmarshaller
 

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

RecursiveInvocationException - Exception in com.amazonaws.services.lambda.model
Lambda has detected your function being invoked in a recursive loop with other Amazon Web Services resources and stopped your function's invocation.
RecursiveInvocationException(String) - Constructor for exception com.amazonaws.services.lambda.model.RecursiveInvocationException
Constructs a new RecursiveInvocationException with the specified error message.
RecursiveInvocationExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
RecursiveInvocationExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.RecursiveInvocationExceptionUnmarshaller
 
region(Regions) - Method in class com.amazonaws.mobileconnectors.lambdainvoker.LambdaInvokerFactory.Builder
This will take precedence over any region specified in {@linkAWSConfiguration
RequestTooLargeException - Exception in com.amazonaws.services.lambda.model
The request payload exceeded the Invoke request body JSON input quota.
RequestTooLargeException(String) - Constructor for exception com.amazonaws.services.lambda.model.RequestTooLargeException
Constructs a new RequestTooLargeException with the specified error message.
RequestTooLargeExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
RequestTooLargeExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.RequestTooLargeExceptionUnmarshaller
 
ResourceConflictException - Exception in com.amazonaws.services.lambda.model
The resource already exists, or another operation is in progress.
ResourceConflictException(String) - Constructor for exception com.amazonaws.services.lambda.model.ResourceConflictException
Constructs a new ResourceConflictException with the specified error message.
ResourceConflictExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
ResourceConflictExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.ResourceConflictExceptionUnmarshaller
 
ResourceNotFoundException - Exception in com.amazonaws.services.lambda.model
The resource 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.
ResourceNotFoundExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
ResourceNotFoundExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.ResourceNotFoundExceptionUnmarshaller
 
ResourceNotReadyException - Exception in com.amazonaws.services.lambda.model
The function is inactive and its VPC connection is no longer available.
ResourceNotReadyException(String) - Constructor for exception com.amazonaws.services.lambda.model.ResourceNotReadyException
Constructs a new ResourceNotReadyException with the specified error message.
ResourceNotReadyExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
ResourceNotReadyExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.ResourceNotReadyExceptionUnmarshaller
 

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 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.
ServiceExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
ServiceExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.ServiceExceptionUnmarshaller
 
setClientContext(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
Up to 3,583 bytes of base64-encoded data about the invoking client to pass to the function in the context object.
setEC2ErrorCode(String) - Method in exception com.amazonaws.services.lambda.model.EC2UnexpectedException
Sets the value of eC2ErrorCode
setEndpoint(String) - Method in interface com.amazonaws.services.lambda.AWSLambda
Overrides the default endpoint for this client ("https://lambda.us-east-1.amazonaws.com").
setExecutedVersion(String) - Method in class com.amazonaws.services.lambda.model.InvokeResult
The version of the function that executed.
setFunctionError(String) - Method in class com.amazonaws.services.lambda.model.InvokeResult
If present, indicates that an error occurred during function execution.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
The name of the Lambda function, version, or alias.
setInvocationType(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
Choose from the following options.
setInvocationType(InvocationType) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
Choose from the following options.
setLogResult(String) - Method in class com.amazonaws.services.lambda.model.InvokeResult
The last 4 KB of the execution log, which is base64-encoded.
setLogType(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
Set to Tail to include the execution log in the response.
setLogType(LogType) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
Set to Tail to include the execution log in the response.
setPayload(ByteBuffer) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
The JSON that you want to provide to your Lambda function as input.
setPayload(ByteBuffer) - Method in class com.amazonaws.services.lambda.model.InvokeResult
The response from the function, or an error object.
setQualifier(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
Specify a version or alias to invoke a published version of the function.
setReason(String) - Method in exception com.amazonaws.services.lambda.model.TooManyRequestsException
Sets the value of reason
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
The number of seconds the caller should wait before retrying.
setStatusCode(Integer) - Method in class com.amazonaws.services.lambda.model.InvokeResult
The HTTP status code is in the 200 range for a successful request.
setType(String) - Method in exception com.amazonaws.services.lambda.model.EC2AccessDeniedException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.EC2ThrottledException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.EC2UnexpectedException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.EFSIOException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.EFSMountConnectivityException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.EFSMountFailureException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.EFSMountTimeoutException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.ENILimitReachedException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidParameterValueException
The exception type.
setType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidRequestContentException
The exception type.
setType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidRuntimeException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidSecurityGroupIDException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidSubnetIDException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidZipFileException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.KMSAccessDeniedException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.KMSDisabledException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.KMSInvalidStateException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.KMSNotFoundException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.RecursiveInvocationException
The exception type.
setType(String) - Method in exception com.amazonaws.services.lambda.model.RequestTooLargeException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.ResourceConflictException
The exception type.
setType(String) - Method in exception com.amazonaws.services.lambda.model.ResourceNotFoundException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.ResourceNotReadyException
The exception type.
setType(String) - Method in exception com.amazonaws.services.lambda.model.ServiceException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.SnapStartException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.SnapStartNotReadyException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.SnapStartTimeoutException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.SubnetIPAddressLimitReachedException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.TooManyRequestsException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.UnsupportedMediaTypeException
Sets the value of type
shutdown() - Method in interface com.amazonaws.services.lambda.AWSLambda
Shuts down this client object, releasing any resources that might be held open.
SnapStartException - Exception in com.amazonaws.services.lambda.model
The afterRestore() runtime hook encountered an error.
SnapStartException(String) - Constructor for exception com.amazonaws.services.lambda.model.SnapStartException
Constructs a new SnapStartException with the specified error message.
SnapStartExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
SnapStartExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.SnapStartExceptionUnmarshaller
 
SnapStartNotReadyException - Exception in com.amazonaws.services.lambda.model
Lambda is initializing your function.
SnapStartNotReadyException(String) - Constructor for exception com.amazonaws.services.lambda.model.SnapStartNotReadyException
Constructs a new SnapStartNotReadyException with the specified error message.
SnapStartNotReadyExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
SnapStartNotReadyExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.SnapStartNotReadyExceptionUnmarshaller
 
SnapStartTimeoutException - Exception in com.amazonaws.services.lambda.model
Lambda couldn't restore the snapshot within the timeout limit.
SnapStartTimeoutException(String) - Constructor for exception com.amazonaws.services.lambda.model.SnapStartTimeoutException
Constructs a new SnapStartTimeoutException with the specified error message.
SnapStartTimeoutExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
SnapStartTimeoutExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.SnapStartTimeoutExceptionUnmarshaller
 
SubnetIPAddressLimitReachedException - Exception in com.amazonaws.services.lambda.model
Lambda couldn't set up VPC access for the Lambda function because one or more configured subnets has no available IP addresses.
SubnetIPAddressLimitReachedException(String) - Constructor for exception com.amazonaws.services.lambda.model.SubnetIPAddressLimitReachedException
Constructs a new SubnetIPAddressLimitReachedException with the specified error message.
SubnetIPAddressLimitReachedExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
SubnetIPAddressLimitReachedExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.SubnetIPAddressLimitReachedExceptionUnmarshaller
 

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
The request throughput limit was exceeded.
TooManyRequestsException(String) - Constructor for exception com.amazonaws.services.lambda.model.TooManyRequestsException
Constructs a new TooManyRequestsException with the specified error message.
TooManyRequestsExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
TooManyRequestsExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.TooManyRequestsExceptionUnmarshaller
 
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
 

U

unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.EC2AccessDeniedExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.EC2ThrottledExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.EC2UnexpectedExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.EFSIOExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.EFSMountConnectivityExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.EFSMountFailureExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.EFSMountTimeoutExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.ENILimitReachedExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.InvalidParameterValueExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.InvalidRequestContentExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.InvalidRuntimeExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.InvalidSecurityGroupIDExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.InvalidSubnetIDExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.InvalidZipFileExceptionUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class com.amazonaws.services.lambda.model.transform.InvokeResultJsonUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.KMSAccessDeniedExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.KMSDisabledExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.KMSInvalidStateExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.KMSNotFoundExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.RecursiveInvocationExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.RequestTooLargeExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.ResourceConflictExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.ResourceNotFoundExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.ResourceNotReadyExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.ServiceExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.SnapStartExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.SnapStartNotReadyExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.SnapStartTimeoutExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.SubnetIPAddressLimitReachedExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.TooManyRequestsExceptionUnmarshaller
 
unmarshall(JsonErrorResponseHandler.JsonErrorResponse) - Method in class com.amazonaws.services.lambda.model.transform.UnsupportedMediaTypeExceptionUnmarshaller
 
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.
UnsupportedMediaTypeExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
 
UnsupportedMediaTypeExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.UnsupportedMediaTypeExceptionUnmarshaller
 

V

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.
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.

W

withClientContext(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
Up to 3,583 bytes of base64-encoded data about the invoking client to pass to the function in the context object.
withExecutedVersion(String) - Method in class com.amazonaws.services.lambda.model.InvokeResult
The version of the function that executed.
withFunctionError(String) - Method in class com.amazonaws.services.lambda.model.InvokeResult
If present, indicates that an error occurred during function execution.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
The name of the Lambda function, version, or alias.
withInvocationType(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
Choose from the following options.
withInvocationType(InvocationType) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
Choose from the following options.
withLogResult(String) - Method in class com.amazonaws.services.lambda.model.InvokeResult
The last 4 KB of the execution log, which is base64-encoded.
withLogType(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
Set to Tail to include the execution log in the response.
withLogType(LogType) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
Set to Tail to include the execution log in the response.
withPayload(ByteBuffer) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
The JSON that you want to provide to your Lambda function as input.
withPayload(ByteBuffer) - Method in class com.amazonaws.services.lambda.model.InvokeResult
The response from the function, or an error object.
withQualifier(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
Specify a version or alias to invoke a published version of the function.
withStatusCode(Integer) - Method in class com.amazonaws.services.lambda.model.InvokeResult
The HTTP status code is in the 200 range for a successful request.
A B C D E F G H I J K L M P R S T U V W 
Skip navigation links