- 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
-
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.
- 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 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 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 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 function was able to make 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 was not able to 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
-
- 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
-
- 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 3583 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.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.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.
- 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 3583 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
-
- 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.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.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
-
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.
- SubnetIPAddressLimitReachedExceptionUnmarshaller - Class in com.amazonaws.services.lambda.model.transform
-
- SubnetIPAddressLimitReachedExceptionUnmarshaller() - Constructor for class com.amazonaws.services.lambda.model.transform.SubnetIPAddressLimitReachedExceptionUnmarshaller
-
- withClientContext(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
-
Up to 3583 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.