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