Skip navigation links
C G H L R 

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

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.
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
getLogger() - Method in interface com.amazonaws.services.lambda.runtime.Context
Gets a the lambda logger instance associated with the context object
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

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
log(String) - Method in interface com.amazonaws.services.lambda.runtime.LambdaLogger
Logs a string 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
C G H L R 
Skip navigation links

Copyright © 2015. All rights reserved.