- 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
-