Skip navigation links
A B C D E F G H I J K L 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 AWS 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
AWS Lambda
com.amazonaws.services.lambda.model - package com.amazonaws.services.lambda.model
Classes modeling the various types represented by AWSLambda
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

EC2AccessDeniedException(String) - Constructor for exception com.amazonaws.services.lambda.model.EC2AccessDeniedException
Constructs a new EC2AccessDeniedException with the specified error message.
EC2ThrottledException - Exception in com.amazonaws.services.lambda.model
AWS Lambda was throttled by Amazon EC2 during Lambda function initialization using the execution role provided for the Lambda function.
EC2ThrottledException(String) - Constructor for exception com.amazonaws.services.lambda.model.EC2ThrottledException
Constructs a new EC2ThrottledException with the specified error message.
EC2UnexpectedException - Exception in com.amazonaws.services.lambda.model
AWS Lambda received an unexpected 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.
ENILimitReachedException - Exception in com.amazonaws.services.lambda.model
AWS Lambda was not able to create an Elastic Network Interface (ENI) 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.
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
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.
getEC2ErrorCode() - Method in exception com.amazonaws.services.lambda.model.EC2UnexpectedException
Returns the value of the eC2ErrorCode property for this object.
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.
getInstallationId(Context) - Static method in class com.amazonaws.mobileconnectors.util.ClientContext
Gets the installation id from shared preferences.
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 parameter to specify a Lambda function version or alias name.
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 will be in the 200 range for 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.ENILimitReachedException
Returns the value of the type property for this object.
getType() - Method in exception com.amazonaws.services.lambda.model.InvalidParameterValueException

getType() - Method in exception com.amazonaws.services.lambda.model.InvalidRequestContentException

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.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.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 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.
InvalidSecurityGroupIDException - Exception in com.amazonaws.services.lambda.model
The Security Group ID provided in the Lambda function VPC configuration is invalid.
InvalidSecurityGroupIDException(String) - Constructor for exception com.amazonaws.services.lambda.model.InvalidSecurityGroupIDException
Constructs a new InvalidSecurityGroupIDException with the specified error message.
InvalidSubnetIDException - Exception in com.amazonaws.services.lambda.model
The Subnet ID provided in the Lambda function VPC configuration is invalid.
InvalidSubnetIDException(String) - Constructor for exception com.amazonaws.services.lambda.model.InvalidSubnetIDException
Constructs a new InvalidSubnetIDException with the specified error message.
InvalidZipFileException - Exception in com.amazonaws.services.lambda.model
AWS Lambda could not unzip the function zip file.
InvalidZipFileException(String) - Constructor for exception com.amazonaws.services.lambda.model.InvalidZipFileException
Constructs a new InvalidZipFileException 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.
invoke(InvokeRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Invokes a specific Lambda function.
InvokeRequest - Class in com.amazonaws.services.lambda.model
Invokes a specific Lambda function.
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 AWS Lambda exceptions.

K

KMSAccessDeniedException - Exception in com.amazonaws.services.lambda.model
Lambda was unable to 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.
KMSDisabledException - Exception in com.amazonaws.services.lambda.model
Lambda was unable to 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.
KMSInvalidStateException - Exception in com.amazonaws.services.lambda.model
Lambda was unable to decrypt the environment variables because the KMS key used is in an invalid state for Decrypt.
KMSInvalidStateException(String) - Constructor for exception com.amazonaws.services.lambda.model.KMSInvalidStateException
Constructs a new KMSInvalidStateException with the specified error message.
KMSNotFoundException - Exception in com.amazonaws.services.lambda.model
Lambda was unable to 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.

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

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

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.
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").
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 parameter to specify a Lambda function version or alias name.
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 will be in the 200 range for 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.ENILimitReachedException
Sets the value of type
setType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidParameterValueException

setType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidRequestContentException

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.RequestTooLargeException
Sets the value of 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.ServiceException
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.
SubnetIPAddressLimitReachedException - Exception in com.amazonaws.services.lambda.model
AWS Lambda was not able to 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.

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

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.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
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 parameter 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 K L P R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.