Skip navigation links
C F G H L R S T 

C

Client - Interface in com.amazonaws.services.lambda.runtime
Contains information about the client application that invoked the Lambda function.
ClientContext - Interface in com.amazonaws.services.lambda.runtime
Provides information about client configuration and execution environment.
CognitoIdentity - Interface in com.amazonaws.services.lambda.runtime
Provides information related to Amazon Congnito identities.
com.amazonaws.services.lambda.runtime - package com.amazonaws.services.lambda.runtime
 
Context - Interface in com.amazonaws.services.lambda.runtime
The context object allows you to access useful information available within the Lambda execution environment
CustomPojoSerializer - Interface in com.amazonaws.services.lambda.runtime
Interface required to implement a custom plain old java objects serializer

F

fromJson(InputStream, Type) - Method in interface com.amazonaws.services.lambda.runtime.CustomPojoSerializer
Deserializes from input stream to plain old java object
fromJson(String, Type) - Method in interface com.amazonaws.services.lambda.runtime.CustomPojoSerializer
Deserializes from String to plain old java object

G

getAppPackageName() - Method in interface com.amazonaws.services.lambda.runtime.Client
Gets the application's package name
getAppTitle() - Method in interface com.amazonaws.services.lambda.runtime.Client
Gets the application's title
getAppVersionCode() - Method in interface com.amazonaws.services.lambda.runtime.Client
Gets the application's version code
getAppVersionName() - Method in interface com.amazonaws.services.lambda.runtime.Client
Gets the application's version
getAwsRequestId() - Method in interface com.amazonaws.services.lambda.runtime.Context
Gets the AWS request ID associated with the request.
getClient() - Method in interface com.amazonaws.services.lambda.runtime.ClientContext
Gets the client information provided by the AWS Mobile SDK
getClientContext() - Method in interface com.amazonaws.services.lambda.runtime.Context
Gets information about the client application and device when invoked through the AWS Mobile SDK.
getCustom() - Method in interface com.amazonaws.services.lambda.runtime.ClientContext
Gets custom values set by the client application
getEnvironment() - Method in interface com.amazonaws.services.lambda.runtime.ClientContext
Gets environment information provided by mobile SDK, immutable.
getFunctionName() - Method in interface com.amazonaws.services.lambda.runtime.Context
Gets the name of the function being executed.
getFunctionVersion() - Method in interface com.amazonaws.services.lambda.runtime.Context
Gets the version of the function being executed.
getIdentity() - Method in interface com.amazonaws.services.lambda.runtime.Context
Gets information about the Amazon Cognito identity provider when invoked through the AWS Mobile SDK.
getIdentityId() - Method in interface com.amazonaws.services.lambda.runtime.CognitoIdentity
Gets the Amazon Cognito identity ID
getIdentityPoolId() - Method in interface com.amazonaws.services.lambda.runtime.CognitoIdentity
Gets the Amazon Cognito identity pool ID
getInstallationId() - Method in interface com.amazonaws.services.lambda.runtime.Client
Gets the application's installation id
getInvokedFunctionArn() - Method in interface com.amazonaws.services.lambda.runtime.Context
Gets the function Arn of the resource being invoked.
getLogger() - Method in interface com.amazonaws.services.lambda.runtime.Context
Gets the lambda logger instance associated with the context object
getLogger() - Static method in class com.amazonaws.services.lambda.runtime.LambdaRuntime
Returns the global lambda logger instance
getLogGroupName() - Method in interface com.amazonaws.services.lambda.runtime.Context
Gets the CloudWatch log group that this container is configured to log to.
getLogStreamName() - Method in interface com.amazonaws.services.lambda.runtime.Context
Gets the CloudWatch log stream that this container is configured to log to.
getMemoryLimitInMB() - Method in interface com.amazonaws.services.lambda.runtime.Context
Gets the memory size configured for the Lambda function
getRemainingTimeInMillis() - Method in interface com.amazonaws.services.lambda.runtime.Context
Gets the time remaining for this execution in milliseconds
getUseLog4jAppender() - Static method in class com.amazonaws.services.lambda.runtime.LambdaRuntimeInternal
 

H

handleRequest(I, Context) - Method in interface com.amazonaws.services.lambda.runtime.RequestHandler
Handles a Lambda Function request
handleRequest(InputStream, OutputStream, Context) - Method in interface com.amazonaws.services.lambda.runtime.RequestStreamHandler
Handles a Lambda Function request

L

LambdaLogger - Interface in com.amazonaws.services.lambda.runtime
A low level Lambda runtime logger
LambdaRuntime - Class in com.amazonaws.services.lambda.runtime
 
LambdaRuntimeInternal - Class in com.amazonaws.services.lambda.runtime
This class is used internally by Lambda Runtime.
log(String) - Method in interface com.amazonaws.services.lambda.runtime.LambdaLogger
Logs a string to AWS CloudWatch Logs
log(byte[]) - Method in interface com.amazonaws.services.lambda.runtime.LambdaLogger
Logs a byte array to AWS CloudWatch Logs

R

RequestHandler<I,O> - Interface in com.amazonaws.services.lambda.runtime
Lambda request handlers implement AWS Lambda Function application logic using plain old java objects as input and output.
RequestStreamHandler - Interface in com.amazonaws.services.lambda.runtime
Low-level request-handling interface, Lambda stream request handlers implement AWS Lambda Function application logic using input and output stream

S

setUseLog4jAppender(boolean) - Static method in class com.amazonaws.services.lambda.runtime.LambdaRuntimeInternal
 

T

toJson(T, OutputStream, Type) - Method in interface com.amazonaws.services.lambda.runtime.CustomPojoSerializer
Serializes plain old java object to output stream
C F G H L R S T 
Skip navigation links

Copyright © 2022. All rights reserved.