- 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
-
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.
- getRetryAfterSeconds() - Method in exception com.amazonaws.services.lambda.model.TooManyRequestsException
-
Returns the value of the RetryAfterSeconds property for this object.
- getStatusCode() - Method in class com.amazonaws.services.lambda.model.InvokeResult
-
The HTTP status code will be in the 200 range for successful request.
- getType() - Method in exception com.amazonaws.services.lambda.model.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
-
Returns the value of the Type property for this object.
- getType() - Method in exception com.amazonaws.services.lambda.model.InvalidRequestContentException
-
Returns the value of the Type property for this object.
- getType() - Method in exception com.amazonaws.services.lambda.model.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.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.
- 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 the EC2ErrorCode property for this object.
- setEndpoint(String) - Method in interface com.amazonaws.services.lambda.AWSLambda
-
Overrides the default endpoint for this client ("https://lambda.us-east-1.amazonaws.com/").
- setEndpoint(String) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
-
- setEndpoint(String, String, String) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
-
- setFunctionError(String) - Method in class com.amazonaws.services.lambda.model.InvokeResult
-
Indicates whether an error occurred while executing the Lambda
function.
- setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
-
The Lambda function name.
- setInvocationType(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
-
By default, the Invoke
API assumes
RequestResponse
invocation type.
- setInvocationType(InvocationType) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
-
By default, the Invoke
API assumes
RequestResponse
invocation type.
- setLogResult(String) - Method in class com.amazonaws.services.lambda.model.InvokeResult
-
It is the base64-encoded logs for the Lambda function invocation.
- setLogType(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
-
You can set this optional parameter to Tail
in the
request only if you specify the InvocationType
parameter
with value RequestResponse
.
- setLogType(LogType) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
-
You can set this optional parameter to Tail
in the
request only if you specify the InvocationType
parameter
with value RequestResponse
.
- setPayload(ByteBuffer) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
-
JSON that you want to provide to your Lambda function as input.
- setPayload(ByteBuffer) - Method in class com.amazonaws.services.lambda.model.InvokeResult
-
It is the JSON representation of the object returned by the Lambda
function.
- setQualifier(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
-
You can use this optional parameter to specify a Lambda function
version or alias name.
- setRegion(Region) - Method in interface com.amazonaws.services.lambda.AWSLambda
-
- setRetryAfterSeconds(String) - Method in exception com.amazonaws.services.lambda.model.TooManyRequestsException
-
Sets the value of the RetryAfterSeconds property for this object.
- setStatusCode(Integer) - Method in class com.amazonaws.services.lambda.model.InvokeResult
-
The HTTP status code will be in the 200 range for successful request.
- setType(String) - Method in exception com.amazonaws.services.lambda.model.EC2AccessDeniedException
-
Sets the value of the Type property for this object.
- setType(String) - Method in exception com.amazonaws.services.lambda.model.EC2ThrottledException
-
Sets the value of the Type property for this object.
- setType(String) - Method in exception com.amazonaws.services.lambda.model.EC2UnexpectedException
-
Sets the value of the Type property for this object.
- setType(String) - Method in exception com.amazonaws.services.lambda.model.ENILimitReachedException
-
Sets the value of the Type property for this object.
- setType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidParameterValueException
-
Sets the value of the Type property for this object.
- setType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidRequestContentException
-
Sets the value of the Type property for this object.
- setType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidSecurityGroupIDException
-
Sets the value of the Type property for this object.
- setType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidSubnetIDException
-
Sets the value of the Type property for this object.
- setType(String) - Method in exception com.amazonaws.services.lambda.model.RequestTooLargeException
-
Sets the value of the Type property for this object.
- setType(String) - Method in exception com.amazonaws.services.lambda.model.ResourceNotFoundException
-
Sets the value of the Type property for this object.
- setType(String) - Method in exception com.amazonaws.services.lambda.model.ServiceException
-
Sets the value of the Type property for this object.
- setType(String) - Method in exception com.amazonaws.services.lambda.model.SubnetIPAddressLimitReachedException
-
Sets the value of the Type property for this object.
- setType(String) - Method in exception com.amazonaws.services.lambda.model.TooManyRequestsException
-
Sets the value of the Type property for this object.
- setType(String) - Method in exception com.amazonaws.services.lambda.model.UnsupportedMediaTypeException
-
Sets the value of the Type property for this object.
- shutdown() - Method in interface com.amazonaws.services.lambda.AWSLambda
-
Shuts down this client object, releasing any resources that might be held
open.
- 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.
- 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.