Skip navigation links
A B C D E F G H I K L M O P R S T U V W 

A

AbstractAWSLambda - Class in com.amazonaws.services.lambda
Abstract implementation of AWSLambda.
AbstractAWSLambda() - Constructor for class com.amazonaws.services.lambda.AbstractAWSLambda
 
AbstractAWSLambdaAsync - Class in com.amazonaws.services.lambda
Abstract implementation of AWSLambdaAsync.
AbstractAWSLambdaAsync() - Constructor for class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
AccountLimit - Class in com.amazonaws.services.lambda.model
Provides limits of code size and concurrency associated with the current account and region.
AccountLimit() - Constructor for class com.amazonaws.services.lambda.model.AccountLimit
 
AccountUsage - Class in com.amazonaws.services.lambda.model
Provides code size usage and function count associated with the current account and region.
AccountUsage() - Constructor for class com.amazonaws.services.lambda.model.AccountUsage
 
addAdditionalVersionWeightsEntry(String, Double) - Method in class com.amazonaws.services.lambda.model.AliasRoutingConfiguration
 
addPermission(AddPermissionRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
addPermission(AddPermissionRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Adds a permission to the resource policy associated with the specified AWS Lambda function.
addPermission(AddPermissionRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Adds a permission to the resource policy associated with the specified AWS Lambda function.
addPermissionAsync(AddPermissionRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
addPermissionAsync(AddPermissionRequest, AsyncHandler<AddPermissionRequest, AddPermissionResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
addPermissionAsync(AddPermissionRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Adds a permission to the resource policy associated with the specified AWS Lambda function.
addPermissionAsync(AddPermissionRequest, AsyncHandler<AddPermissionRequest, AddPermissionResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Adds a permission to the resource policy associated with the specified AWS Lambda function.
addPermissionAsync(AddPermissionRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
addPermissionAsync(AddPermissionRequest, AsyncHandler<AddPermissionRequest, AddPermissionResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
AddPermissionRequest - Class in com.amazonaws.services.lambda.model

AddPermissionRequest() - Constructor for class com.amazonaws.services.lambda.model.AddPermissionRequest
 
AddPermissionResult - Class in com.amazonaws.services.lambda.model

AddPermissionResult() - Constructor for class com.amazonaws.services.lambda.model.AddPermissionResult
 
addTagsEntry(String, String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
 
addTagsEntry(String, String) - Method in class com.amazonaws.services.lambda.model.GetFunctionResult
 
addTagsEntry(String, String) - Method in class com.amazonaws.services.lambda.model.ListTagsResult
 
addTagsEntry(String, String) - Method in class com.amazonaws.services.lambda.model.TagResourceRequest
 
addVariablesEntry(String, String) - Method in class com.amazonaws.services.lambda.model.Environment
 
addVariablesEntry(String, String) - Method in class com.amazonaws.services.lambda.model.EnvironmentResponse
 
AliasConfiguration - Class in com.amazonaws.services.lambda.model
Provides configuration information about a Lambda function version alias.
AliasConfiguration() - Constructor for class com.amazonaws.services.lambda.model.AliasConfiguration
 
AliasRoutingConfiguration - Class in com.amazonaws.services.lambda.model
The parent object that implements what percentage of traffic will invoke each function version.
AliasRoutingConfiguration() - Constructor for class com.amazonaws.services.lambda.model.AliasRoutingConfiguration
 
asyncBuilder() - Static method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
AWSLambda - Interface in com.amazonaws.services.lambda
Interface for accessing AWS Lambda.
AWSLambdaAsync - Interface in com.amazonaws.services.lambda
Interface for accessing AWS Lambda asynchronously.
AWSLambdaAsyncClient - Class in com.amazonaws.services.lambda
Client for accessing AWS Lambda asynchronously.
AWSLambdaAsyncClient() - Constructor for class com.amazonaws.services.lambda.AWSLambdaAsyncClient
AWSLambdaAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.lambda.AWSLambdaAsyncClient
AWSLambdaAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.lambda.AWSLambdaAsyncClient
AWSLambdaAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.lambda.AWSLambdaAsyncClient
AWSLambdaAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.lambda.AWSLambdaAsyncClient
AWSLambdaAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.lambda.AWSLambdaAsyncClient
AWSLambdaAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.lambda.AWSLambdaAsyncClient
AWSLambdaAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.lambda.AWSLambdaAsyncClient
AWSLambdaAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.lambda.AWSLambdaAsyncClient
AWSLambdaAsyncClientBuilder - Class in com.amazonaws.services.lambda
Fluent builder for AWSLambdaAsync.
AWSLambdaClient - Class in com.amazonaws.services.lambda
Client for accessing AWS Lambda.
AWSLambdaClient() - Constructor for class com.amazonaws.services.lambda.AWSLambdaClient
AWSLambdaClient(ClientConfiguration) - Constructor for class com.amazonaws.services.lambda.AWSLambdaClient
AWSLambdaClient(AWSCredentials) - Constructor for class com.amazonaws.services.lambda.AWSLambdaClient
Deprecated.
use AwsClientBuilder.withCredentials(AWSCredentialsProvider) for example: AWSLambdaClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build();
AWSLambdaClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.lambda.AWSLambdaClient
AWSLambdaClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.lambda.AWSLambdaClient
AWSLambdaClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.lambda.AWSLambdaClient
AWSLambdaClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.lambda.AWSLambdaClient
AWSLambdaClientBuilder - Class in com.amazonaws.services.lambda
Fluent builder for AWSLambda.
AWSLambdaException - Exception in com.amazonaws.services.lambda.model
Base exception for all service exceptions thrown by AWS Lambda
AWSLambdaException(String) - Constructor for exception com.amazonaws.services.lambda.model.AWSLambdaException
Constructs a new AWSLambdaException with the specified error message.

B

build(AwsAsyncClientParams) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClientBuilder
Construct an asynchronous implementation of AWSLambdaAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.lambda.AWSLambdaClientBuilder
Construct a synchronous implementation of AWSLambda using the current builder configuration.
build(Class<T>, AWSLambda) - Static method in class com.amazonaws.services.lambda.invoke.LambdaInvokerFactory
Deprecated.
Use LambdaInvokerFactory.builder() to configure invoker factory.
build(Class<T>, AWSLambda, LambdaInvokerFactoryConfig) - Static method in class com.amazonaws.services.lambda.invoke.LambdaInvokerFactory
Deprecated.
Use LambdaInvokerFactory.builder() to configure invoker factory.
build(Class<T>) - Method in class com.amazonaws.services.lambda.invoke.LambdaInvokerFactory.Builder
Build a remote proxy of the given interface to make calls to AWS Lambda.
builder() - Static method in class com.amazonaws.services.lambda.AWSLambdaClient
 
builder() - Static method in class com.amazonaws.services.lambda.invoke.LambdaInvokerFactory
 
Builder() - Constructor for class com.amazonaws.services.lambda.invoke.LambdaInvokerFactory.Builder
 

C

clearAdditionalVersionWeightsEntries() - Method in class com.amazonaws.services.lambda.model.AliasRoutingConfiguration
Removes all the entries added into AdditionalVersionWeights.
clearTagsEntries() - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
Removes all the entries added into Tags.
clearTagsEntries() - Method in class com.amazonaws.services.lambda.model.GetFunctionResult
Removes all the entries added into Tags.
clearTagsEntries() - Method in class com.amazonaws.services.lambda.model.ListTagsResult
Removes all the entries added into Tags.
clearTagsEntries() - Method in class com.amazonaws.services.lambda.model.TagResourceRequest
Removes all the entries added into Tags.
clearVariablesEntries() - Method in class com.amazonaws.services.lambda.model.Environment
Removes all the entries added into Variables.
clearVariablesEntries() - Method in class com.amazonaws.services.lambda.model.EnvironmentResponse
Removes all the entries added into Variables.
clone() - Method in class com.amazonaws.services.lambda.model.AccountLimit
 
clone() - Method in class com.amazonaws.services.lambda.model.AccountUsage
 
clone() - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.AddPermissionResult
 
clone() - Method in class com.amazonaws.services.lambda.model.AliasConfiguration
 
clone() - Method in class com.amazonaws.services.lambda.model.AliasRoutingConfiguration
 
clone() - Method in class com.amazonaws.services.lambda.model.Concurrency
 
clone() - Method in class com.amazonaws.services.lambda.model.CreateAliasRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.CreateAliasResult
 
clone() - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
 
clone() - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
 
clone() - Method in class com.amazonaws.services.lambda.model.DeadLetterConfig
 
clone() - Method in class com.amazonaws.services.lambda.model.DeleteAliasRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.DeleteAliasResult
 
clone() - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
 
clone() - Method in class com.amazonaws.services.lambda.model.DeleteFunctionConcurrencyRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.DeleteFunctionConcurrencyResult
 
clone() - Method in class com.amazonaws.services.lambda.model.DeleteFunctionRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.DeleteFunctionResult
 
clone() - Method in class com.amazonaws.services.lambda.model.Environment
 
clone() - Method in class com.amazonaws.services.lambda.model.EnvironmentError
 
clone() - Method in class com.amazonaws.services.lambda.model.EnvironmentResponse
 
clone() - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
 
clone() - Method in class com.amazonaws.services.lambda.model.FunctionCode
 
clone() - Method in class com.amazonaws.services.lambda.model.FunctionCodeLocation
 
clone() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
 
clone() - Method in class com.amazonaws.services.lambda.model.GetAccountSettingsRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.GetAccountSettingsResult
 
clone() - Method in class com.amazonaws.services.lambda.model.GetAliasRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.GetAliasResult
 
clone() - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
 
clone() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
 
clone() - Method in class com.amazonaws.services.lambda.model.GetFunctionRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.GetFunctionResult
 
clone() - Method in class com.amazonaws.services.lambda.model.GetPolicyRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.GetPolicyResult
 
clone() - Method in class com.amazonaws.services.lambda.model.InvokeAsyncRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.InvokeAsyncResult
Deprecated.
 
clone() - Method in class com.amazonaws.services.lambda.model.InvokeRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.InvokeResult
 
clone() - Method in class com.amazonaws.services.lambda.model.ListAliasesRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.ListAliasesResult
 
clone() - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsResult
 
clone() - Method in class com.amazonaws.services.lambda.model.ListFunctionsRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.ListFunctionsResult
 
clone() - Method in class com.amazonaws.services.lambda.model.ListTagsRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.ListTagsResult
 
clone() - Method in class com.amazonaws.services.lambda.model.ListVersionsByFunctionRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.ListVersionsByFunctionResult
 
clone() - Method in class com.amazonaws.services.lambda.model.PublishVersionRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
 
clone() - Method in class com.amazonaws.services.lambda.model.PutFunctionConcurrencyRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.PutFunctionConcurrencyResult
 
clone() - Method in class com.amazonaws.services.lambda.model.RemovePermissionRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.RemovePermissionResult
 
clone() - Method in class com.amazonaws.services.lambda.model.TagResourceRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.TagResourceResult
 
clone() - Method in class com.amazonaws.services.lambda.model.TracingConfig
 
clone() - Method in class com.amazonaws.services.lambda.model.TracingConfigResponse
 
clone() - Method in class com.amazonaws.services.lambda.model.UntagResourceRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.UntagResourceResult
 
clone() - Method in class com.amazonaws.services.lambda.model.UpdateAliasRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.UpdateAliasResult
 
clone() - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
 
clone() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
 
clone() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
 
clone() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
 
clone() - Method in class com.amazonaws.services.lambda.model.VpcConfig
 
clone() - Method in class com.amazonaws.services.lambda.model.VpcConfigResponse
 
CodeStorageExceededException - Exception in com.amazonaws.services.lambda.model
You have exceeded your maximum total code size per account.
CodeStorageExceededException(String) - Constructor for exception com.amazonaws.services.lambda.model.CodeStorageExceededException
Constructs a new CodeStorageExceededException with the specified error message.
com.amazonaws.services.lambda - package com.amazonaws.services.lambda
AWS Lambda
com.amazonaws.services.lambda.invoke - package com.amazonaws.services.lambda.invoke
A higher-level wrapper for AWS Lambda's Invoke operation.
com.amazonaws.services.lambda.model - package com.amazonaws.services.lambda.model
 
Concurrency - Class in com.amazonaws.services.lambda.model
 
Concurrency() - Constructor for class com.amazonaws.services.lambda.model.Concurrency
 
configFactory - Static variable in class com.amazonaws.services.lambda.AWSLambdaClient
Client configuration factory providing ClientConfigurations tailored to this client
createAlias(CreateAliasRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
createAlias(CreateAliasRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Creates an alias that points to the specified Lambda function version.
createAlias(CreateAliasRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Creates an alias that points to the specified Lambda function version.
createAliasAsync(CreateAliasRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
createAliasAsync(CreateAliasRequest, AsyncHandler<CreateAliasRequest, CreateAliasResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
createAliasAsync(CreateAliasRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Creates an alias that points to the specified Lambda function version.
createAliasAsync(CreateAliasRequest, AsyncHandler<CreateAliasRequest, CreateAliasResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Creates an alias that points to the specified Lambda function version.
createAliasAsync(CreateAliasRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
createAliasAsync(CreateAliasRequest, AsyncHandler<CreateAliasRequest, CreateAliasResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
CreateAliasRequest - Class in com.amazonaws.services.lambda.model
 
CreateAliasRequest() - Constructor for class com.amazonaws.services.lambda.model.CreateAliasRequest
 
CreateAliasResult - Class in com.amazonaws.services.lambda.model
Provides configuration information about a Lambda function version alias.
CreateAliasResult() - Constructor for class com.amazonaws.services.lambda.model.CreateAliasResult
 
createEventSourceMapping(CreateEventSourceMappingRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
createEventSourceMapping(CreateEventSourceMappingRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Identifies a poll-based event source for a Lambda function.
createEventSourceMapping(CreateEventSourceMappingRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Identifies a poll-based event source for a Lambda function.
createEventSourceMappingAsync(CreateEventSourceMappingRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
createEventSourceMappingAsync(CreateEventSourceMappingRequest, AsyncHandler<CreateEventSourceMappingRequest, CreateEventSourceMappingResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
createEventSourceMappingAsync(CreateEventSourceMappingRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Identifies a poll-based event source for a Lambda function.
createEventSourceMappingAsync(CreateEventSourceMappingRequest, AsyncHandler<CreateEventSourceMappingRequest, CreateEventSourceMappingResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Identifies a poll-based event source for a Lambda function.
createEventSourceMappingAsync(CreateEventSourceMappingRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
createEventSourceMappingAsync(CreateEventSourceMappingRequest, AsyncHandler<CreateEventSourceMappingRequest, CreateEventSourceMappingResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
CreateEventSourceMappingRequest - Class in com.amazonaws.services.lambda.model

CreateEventSourceMappingRequest() - Constructor for class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
 
CreateEventSourceMappingResult - Class in com.amazonaws.services.lambda.model
Describes mapping between an Amazon Kinesis or DynamoDB stream or an Amazon SQS queue and a Lambda function.
CreateEventSourceMappingResult() - Constructor for class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
 
createFunction(CreateFunctionRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
createFunction(CreateFunctionRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Creates a new Lambda function.
createFunction(CreateFunctionRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Creates a new Lambda function.
createFunctionAsync(CreateFunctionRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
createFunctionAsync(CreateFunctionRequest, AsyncHandler<CreateFunctionRequest, CreateFunctionResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
createFunctionAsync(CreateFunctionRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Creates a new Lambda function.
createFunctionAsync(CreateFunctionRequest, AsyncHandler<CreateFunctionRequest, CreateFunctionResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Creates a new Lambda function.
createFunctionAsync(CreateFunctionRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
createFunctionAsync(CreateFunctionRequest, AsyncHandler<CreateFunctionRequest, CreateFunctionResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
CreateFunctionRequest - Class in com.amazonaws.services.lambda.model

CreateFunctionRequest() - Constructor for class com.amazonaws.services.lambda.model.CreateFunctionRequest
 
CreateFunctionResult - Class in com.amazonaws.services.lambda.model
A complex type that describes function metadata.
CreateFunctionResult() - Constructor for class com.amazonaws.services.lambda.model.CreateFunctionResult
 

D

DeadLetterConfig - Class in com.amazonaws.services.lambda.model
The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).
DeadLetterConfig() - Constructor for class com.amazonaws.services.lambda.model.DeadLetterConfig
 
defaultClient() - Static method in class com.amazonaws.services.lambda.AWSLambdaAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.lambda.AWSLambdaClientBuilder
 
DefaultLambdaFunctionNameResolver - Class in com.amazonaws.services.lambda.invoke
Determine function name from the LambdaFunction annotation's functionName attribute if present otherwise uses the method name.
DefaultLambdaFunctionNameResolver() - Constructor for class com.amazonaws.services.lambda.invoke.DefaultLambdaFunctionNameResolver
 
deleteAlias(DeleteAliasRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
deleteAlias(DeleteAliasRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Deletes the specified Lambda function alias.
deleteAlias(DeleteAliasRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Deletes the specified Lambda function alias.
deleteAliasAsync(DeleteAliasRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
deleteAliasAsync(DeleteAliasRequest, AsyncHandler<DeleteAliasRequest, DeleteAliasResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
deleteAliasAsync(DeleteAliasRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Deletes the specified Lambda function alias.
deleteAliasAsync(DeleteAliasRequest, AsyncHandler<DeleteAliasRequest, DeleteAliasResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Deletes the specified Lambda function alias.
deleteAliasAsync(DeleteAliasRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
deleteAliasAsync(DeleteAliasRequest, AsyncHandler<DeleteAliasRequest, DeleteAliasResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
DeleteAliasRequest - Class in com.amazonaws.services.lambda.model
 
DeleteAliasRequest() - Constructor for class com.amazonaws.services.lambda.model.DeleteAliasRequest
 
DeleteAliasResult - Class in com.amazonaws.services.lambda.model
 
DeleteAliasResult() - Constructor for class com.amazonaws.services.lambda.model.DeleteAliasResult
 
deleteEventSourceMapping(DeleteEventSourceMappingRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
deleteEventSourceMapping(DeleteEventSourceMappingRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Removes an event source mapping.
deleteEventSourceMapping(DeleteEventSourceMappingRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Removes an event source mapping.
deleteEventSourceMappingAsync(DeleteEventSourceMappingRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
deleteEventSourceMappingAsync(DeleteEventSourceMappingRequest, AsyncHandler<DeleteEventSourceMappingRequest, DeleteEventSourceMappingResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
deleteEventSourceMappingAsync(DeleteEventSourceMappingRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Removes an event source mapping.
deleteEventSourceMappingAsync(DeleteEventSourceMappingRequest, AsyncHandler<DeleteEventSourceMappingRequest, DeleteEventSourceMappingResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Removes an event source mapping.
deleteEventSourceMappingAsync(DeleteEventSourceMappingRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
deleteEventSourceMappingAsync(DeleteEventSourceMappingRequest, AsyncHandler<DeleteEventSourceMappingRequest, DeleteEventSourceMappingResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
DeleteEventSourceMappingRequest - Class in com.amazonaws.services.lambda.model

DeleteEventSourceMappingRequest() - Constructor for class com.amazonaws.services.lambda.model.DeleteEventSourceMappingRequest
 
DeleteEventSourceMappingResult - Class in com.amazonaws.services.lambda.model
Describes mapping between an Amazon Kinesis or DynamoDB stream or an Amazon SQS queue and a Lambda function.
DeleteEventSourceMappingResult() - Constructor for class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
 
deleteFunction(DeleteFunctionRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
deleteFunction(DeleteFunctionRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Deletes the specified Lambda function code and configuration.
deleteFunction(DeleteFunctionRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Deletes the specified Lambda function code and configuration.
deleteFunctionAsync(DeleteFunctionRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
deleteFunctionAsync(DeleteFunctionRequest, AsyncHandler<DeleteFunctionRequest, DeleteFunctionResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
deleteFunctionAsync(DeleteFunctionRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Deletes the specified Lambda function code and configuration.
deleteFunctionAsync(DeleteFunctionRequest, AsyncHandler<DeleteFunctionRequest, DeleteFunctionResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Deletes the specified Lambda function code and configuration.
deleteFunctionAsync(DeleteFunctionRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
deleteFunctionAsync(DeleteFunctionRequest, AsyncHandler<DeleteFunctionRequest, DeleteFunctionResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
deleteFunctionConcurrency(DeleteFunctionConcurrencyRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
deleteFunctionConcurrency(DeleteFunctionConcurrencyRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Removes concurrent execution limits from this function.
deleteFunctionConcurrency(DeleteFunctionConcurrencyRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Removes concurrent execution limits from this function.
deleteFunctionConcurrencyAsync(DeleteFunctionConcurrencyRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
deleteFunctionConcurrencyAsync(DeleteFunctionConcurrencyRequest, AsyncHandler<DeleteFunctionConcurrencyRequest, DeleteFunctionConcurrencyResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
deleteFunctionConcurrencyAsync(DeleteFunctionConcurrencyRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Removes concurrent execution limits from this function.
deleteFunctionConcurrencyAsync(DeleteFunctionConcurrencyRequest, AsyncHandler<DeleteFunctionConcurrencyRequest, DeleteFunctionConcurrencyResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Removes concurrent execution limits from this function.
deleteFunctionConcurrencyAsync(DeleteFunctionConcurrencyRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
deleteFunctionConcurrencyAsync(DeleteFunctionConcurrencyRequest, AsyncHandler<DeleteFunctionConcurrencyRequest, DeleteFunctionConcurrencyResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
DeleteFunctionConcurrencyRequest - Class in com.amazonaws.services.lambda.model
 
DeleteFunctionConcurrencyRequest() - Constructor for class com.amazonaws.services.lambda.model.DeleteFunctionConcurrencyRequest
 
DeleteFunctionConcurrencyResult - Class in com.amazonaws.services.lambda.model
 
DeleteFunctionConcurrencyResult() - Constructor for class com.amazonaws.services.lambda.model.DeleteFunctionConcurrencyResult
 
DeleteFunctionRequest - Class in com.amazonaws.services.lambda.model
 
DeleteFunctionRequest() - Constructor for class com.amazonaws.services.lambda.model.DeleteFunctionRequest
 
DeleteFunctionResult - Class in com.amazonaws.services.lambda.model
 
DeleteFunctionResult() - Constructor for class com.amazonaws.services.lambda.model.DeleteFunctionResult
 

E

EC2AccessDeniedException - Exception in com.amazonaws.services.lambda.model

EC2AccessDeniedException(String) - Constructor for exception com.amazonaws.services.lambda.model.EC2AccessDeniedException
Constructs a new EC2AccessDeniedException with the specified error message.
EC2ThrottledException - Exception in com.amazonaws.services.lambda.model
AWS Lambda was throttled by Amazon EC2 during Lambda function initialization using the execution role provided for the Lambda function.
EC2ThrottledException(String) - Constructor for exception com.amazonaws.services.lambda.model.EC2ThrottledException
Constructs a new EC2ThrottledException with the specified error message.
EC2UnexpectedException - Exception in com.amazonaws.services.lambda.model
AWS Lambda received an unexpected EC2 client exception while setting up for the Lambda function.
EC2UnexpectedException(String) - Constructor for exception com.amazonaws.services.lambda.model.EC2UnexpectedException
Constructs a new EC2UnexpectedException with the specified error message.
ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.lambda.AWSLambda
The region metadata service name for computing region endpoints.
ENILimitReachedException - Exception in com.amazonaws.services.lambda.model
AWS Lambda was not able to create an Elastic Network Interface (ENI) in the VPC, specified as part of Lambda function configuration, because the limit for network interfaces has been reached.
ENILimitReachedException(String) - Constructor for exception com.amazonaws.services.lambda.model.ENILimitReachedException
Constructs a new ENILimitReachedException with the specified error message.
Environment - Class in com.amazonaws.services.lambda.model
The parent object that contains your environment's configuration settings.
Environment() - Constructor for class com.amazonaws.services.lambda.model.Environment
 
EnvironmentError - Class in com.amazonaws.services.lambda.model
The parent object that contains error information associated with your configuration settings.
EnvironmentError() - Constructor for class com.amazonaws.services.lambda.model.EnvironmentError
 
EnvironmentResponse - Class in com.amazonaws.services.lambda.model
The parent object returned that contains your environment's configuration settings or any error information associated with your configuration settings.
EnvironmentResponse() - Constructor for class com.amazonaws.services.lambda.model.EnvironmentResponse
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.AccountLimit
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.AccountUsage
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.AddPermissionResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.AliasConfiguration
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.AliasRoutingConfiguration
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.Concurrency
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.CreateAliasRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.CreateAliasResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.DeadLetterConfig
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.DeleteAliasRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.DeleteAliasResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.DeleteFunctionConcurrencyRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.DeleteFunctionConcurrencyResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.DeleteFunctionRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.DeleteFunctionResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.Environment
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.EnvironmentError
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.EnvironmentResponse
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.FunctionCode
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.FunctionCodeLocation
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.GetAccountSettingsRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.GetAccountSettingsResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.GetAliasRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.GetAliasResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.GetFunctionRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.GetFunctionResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.GetPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.GetPolicyResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.InvokeAsyncRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.InvokeAsyncResult
Deprecated.
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.InvokeResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.ListAliasesRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.ListAliasesResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.ListFunctionsRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.ListFunctionsResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.ListTagsRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.ListTagsResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.ListVersionsByFunctionRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.ListVersionsByFunctionResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.PublishVersionRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.PutFunctionConcurrencyRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.PutFunctionConcurrencyResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.RemovePermissionRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.RemovePermissionResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.TagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.TagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.TracingConfig
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.TracingConfigResponse
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.UntagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.UntagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.UpdateAliasRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.UpdateAliasResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.VpcConfig
 
equals(Object) - Method in class com.amazonaws.services.lambda.model.VpcConfigResponse
 
EventSourceMappingConfiguration - Class in com.amazonaws.services.lambda.model
Describes mapping between an Amazon Kinesis or DynamoDB stream or an Amazon SQS queue and a Lambda function.
EventSourceMappingConfiguration() - Constructor for class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
 
EventSourcePosition - Enum in com.amazonaws.services.lambda.model
 

F

fromValue(String) - Static method in enum com.amazonaws.services.lambda.model.EventSourcePosition
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.lambda.model.FunctionVersion
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.lambda.model.InvocationType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.lambda.model.LogType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.lambda.model.Runtime
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.lambda.model.ThrottleReason
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.lambda.model.TracingMode
Use this in place of valueOf.
functionAlias(String) - Method in class com.amazonaws.services.lambda.invoke.LambdaInvokerFactory.Builder
Sets the function alias to invoke.
FunctionCode - Class in com.amazonaws.services.lambda.model
The code for the Lambda function.
FunctionCode() - Constructor for class com.amazonaws.services.lambda.model.FunctionCode
 
FunctionCodeLocation - Class in com.amazonaws.services.lambda.model
The object for the Lambda function location.
FunctionCodeLocation() - Constructor for class com.amazonaws.services.lambda.model.FunctionCodeLocation
 
FunctionConfiguration - Class in com.amazonaws.services.lambda.model
A complex type that describes function metadata.
FunctionConfiguration() - Constructor for class com.amazonaws.services.lambda.model.FunctionConfiguration
 
functionVersion(String) - Method in class com.amazonaws.services.lambda.invoke.LambdaInvokerFactory.Builder
Sets the function version to invoke.
FunctionVersion - Enum in com.amazonaws.services.lambda.model
 

G

getAccountLimit() - Method in class com.amazonaws.services.lambda.model.GetAccountSettingsResult
 
getAccountSettings(GetAccountSettingsRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
getAccountSettings(GetAccountSettingsRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Returns a customer's account settings.
getAccountSettings(GetAccountSettingsRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Returns a customer's account settings.
getAccountSettingsAsync(GetAccountSettingsRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
getAccountSettingsAsync(GetAccountSettingsRequest, AsyncHandler<GetAccountSettingsRequest, GetAccountSettingsResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
getAccountSettingsAsync(GetAccountSettingsRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Returns a customer's account settings.
getAccountSettingsAsync(GetAccountSettingsRequest, AsyncHandler<GetAccountSettingsRequest, GetAccountSettingsResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Returns a customer's account settings.
getAccountSettingsAsync(GetAccountSettingsRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
getAccountSettingsAsync(GetAccountSettingsRequest, AsyncHandler<GetAccountSettingsRequest, GetAccountSettingsResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
GetAccountSettingsRequest - Class in com.amazonaws.services.lambda.model
 
GetAccountSettingsRequest() - Constructor for class com.amazonaws.services.lambda.model.GetAccountSettingsRequest
 
GetAccountSettingsResult - Class in com.amazonaws.services.lambda.model
 
GetAccountSettingsResult() - Constructor for class com.amazonaws.services.lambda.model.GetAccountSettingsResult
 
getAccountUsage() - Method in class com.amazonaws.services.lambda.model.GetAccountSettingsResult
 
getAction() - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
The AWS Lambda action you want to allow in this statement.
getAdditionalVersionWeights() - Method in class com.amazonaws.services.lambda.model.AliasRoutingConfiguration
Set this value to dictate what percentage of traffic will invoke the updated function version.
getAlias(GetAliasRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
getAlias(GetAliasRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Returns the specified alias information such as the alias ARN, description, and function version it is pointing to.
getAlias(GetAliasRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Returns the specified alias information such as the alias ARN, description, and function version it is pointing to.
getAliasArn() - Method in class com.amazonaws.services.lambda.model.AliasConfiguration
Lambda function ARN that is qualified using the alias name as the suffix.
getAliasArn() - Method in class com.amazonaws.services.lambda.model.CreateAliasResult
Lambda function ARN that is qualified using the alias name as the suffix.
getAliasArn() - Method in class com.amazonaws.services.lambda.model.GetAliasResult
Lambda function ARN that is qualified using the alias name as the suffix.
getAliasArn() - Method in class com.amazonaws.services.lambda.model.UpdateAliasResult
Lambda function ARN that is qualified using the alias name as the suffix.
getAliasAsync(GetAliasRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
getAliasAsync(GetAliasRequest, AsyncHandler<GetAliasRequest, GetAliasResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
getAliasAsync(GetAliasRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Returns the specified alias information such as the alias ARN, description, and function version it is pointing to.
getAliasAsync(GetAliasRequest, AsyncHandler<GetAliasRequest, GetAliasResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Returns the specified alias information such as the alias ARN, description, and function version it is pointing to.
getAliasAsync(GetAliasRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
getAliasAsync(GetAliasRequest, AsyncHandler<GetAliasRequest, GetAliasResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
getAliases() - Method in class com.amazonaws.services.lambda.model.ListAliasesResult
A list of aliases.
GetAliasRequest - Class in com.amazonaws.services.lambda.model
 
GetAliasRequest() - Constructor for class com.amazonaws.services.lambda.model.GetAliasRequest
 
GetAliasResult - Class in com.amazonaws.services.lambda.model
Provides configuration information about a Lambda function version alias.
GetAliasResult() - Constructor for class com.amazonaws.services.lambda.model.GetAliasResult
 
getBatchSize() - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.
getBatchSize() - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.
getBatchSize() - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.
getBatchSize() - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.
getBatchSize() - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.
getBatchSize() - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingRequest
The maximum number of stream records that can be sent to your Lambda function for a single invocation.
getBatchSize() - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
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
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getCause() - Method in exception com.amazonaws.services.lambda.invoke.LambdaFunctionException
 
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.
getCode() - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The code for the Lambda function.
getCode() - Method in class com.amazonaws.services.lambda.model.GetFunctionResult
 
getCodeSha256() - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
It is the SHA256 hash of your function deployment package.
getCodeSha256() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
It is the SHA256 hash of your function deployment package.
getCodeSha256() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
It is the SHA256 hash of your function deployment package.
getCodeSha256() - Method in class com.amazonaws.services.lambda.model.PublishVersionRequest
The SHA256 hash of the deployment package you want to publish.
getCodeSha256() - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
It is the SHA256 hash of your function deployment package.
getCodeSha256() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
It is the SHA256 hash of your function deployment package.
getCodeSha256() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
It is the SHA256 hash of your function deployment package.
getCodeSize() - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The size, in bytes, of the function .zip file you uploaded.
getCodeSize() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The size, in bytes, of the function .zip file you uploaded.
getCodeSize() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The size, in bytes, of the function .zip file you uploaded.
getCodeSize() - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The size, in bytes, of the function .zip file you uploaded.
getCodeSize() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The size, in bytes, of the function .zip file you uploaded.
getCodeSize() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The size, in bytes, of the function .zip file you uploaded.
getCodeSizeUnzipped() - Method in class com.amazonaws.services.lambda.model.AccountLimit
Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading.
getCodeSizeZipped() - Method in class com.amazonaws.services.lambda.model.AccountLimit
Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file).
getConcurrency() - Method in class com.amazonaws.services.lambda.model.GetFunctionResult
The concurrent execution limit set for this function.
getConcurrentExecutions() - Method in class com.amazonaws.services.lambda.model.AccountLimit
Number of simultaneous executions of your function per region.
getConfiguration() - Method in class com.amazonaws.services.lambda.model.GetFunctionResult
 
getDeadLetterConfig() - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
getDeadLetterConfig() - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
getDeadLetterConfig() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
getDeadLetterConfig() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
getDeadLetterConfig() - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
getDeadLetterConfig() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
getDeadLetterConfig() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
getDeadLetterConfig() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
getDescription() - Method in class com.amazonaws.services.lambda.model.AliasConfiguration
Alias description.
getDescription() - Method in class com.amazonaws.services.lambda.model.CreateAliasRequest
Description of the alias.
getDescription() - Method in class com.amazonaws.services.lambda.model.CreateAliasResult
Alias description.
getDescription() - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
A short, user-defined function description.
getDescription() - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The user-provided description.
getDescription() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The user-provided description.
getDescription() - Method in class com.amazonaws.services.lambda.model.GetAliasResult
Alias description.
getDescription() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The user-provided description.
getDescription() - Method in class com.amazonaws.services.lambda.model.PublishVersionRequest
The description for the version you are publishing.
getDescription() - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The user-provided description.
getDescription() - Method in class com.amazonaws.services.lambda.model.UpdateAliasRequest
You can change the description of the alias using this parameter.
getDescription() - Method in class com.amazonaws.services.lambda.model.UpdateAliasResult
Alias description.
getDescription() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The user-provided description.
getDescription() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
A short user-defined function description.
getDescription() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The user-provided description.
getDryRun() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
This boolean parameter can be used to test your request to AWS Lambda to update the Lambda function and publish a version as an atomic operation.
getEC2ErrorCode() - Method in exception com.amazonaws.services.lambda.model.EC2UnexpectedException
 
getEnabled() - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
Indicates whether AWS Lambda should begin polling the event source.
getEnabled() - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingRequest
Specifies whether AWS Lambda should actively poll the stream or not.
getEnvironment() - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
 
getEnvironment() - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The parent object that contains your environment's configuration settings.
getEnvironment() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The parent object that contains your environment's configuration settings.
getEnvironment() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The parent object that contains your environment's configuration settings.
getEnvironment() - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The parent object that contains your environment's configuration settings.
getEnvironment() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The parent object that contains your environment's configuration settings.
getEnvironment() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The parent object that contains your environment's configuration settings.
getEnvironment() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The parent object that contains your environment's configuration settings.
getError() - Method in class com.amazonaws.services.lambda.model.EnvironmentResponse
 
getErrorCode() - Method in class com.amazonaws.services.lambda.model.EnvironmentError
The error code returned by the environment error object.
getEventSourceArn() - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
The Amazon Resource Name (ARN) of the event source.
getEventSourceArn() - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
The Amazon Resource Name (ARN) of the Amazon Kinesis or DynamoDB stream or the SQS queue that is the source of events.
getEventSourceArn() - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
The Amazon Resource Name (ARN) of the Amazon Kinesis or DynamoDB stream or the SQS queue that is the source of events.
getEventSourceArn() - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
The Amazon Resource Name (ARN) of the Amazon Kinesis or DynamoDB stream or the SQS queue that is the source of events.
getEventSourceArn() - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
The Amazon Resource Name (ARN) of the Amazon Kinesis or DynamoDB stream or the SQS queue that is the source of events.
getEventSourceArn() - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsRequest
The Amazon Resource Name (ARN) of the Amazon Kinesis or DynamoDB stream, or an SQS queue.
getEventSourceArn() - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
The Amazon Resource Name (ARN) of the Amazon Kinesis or DynamoDB stream or the SQS queue that is the source of events.
getEventSourceMapping(GetEventSourceMappingRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
getEventSourceMapping(GetEventSourceMappingRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Returns configuration information for the specified event source mapping (see CreateEventSourceMapping).
getEventSourceMapping(GetEventSourceMappingRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Returns configuration information for the specified event source mapping (see CreateEventSourceMapping).
getEventSourceMappingAsync(GetEventSourceMappingRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
getEventSourceMappingAsync(GetEventSourceMappingRequest, AsyncHandler<GetEventSourceMappingRequest, GetEventSourceMappingResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
getEventSourceMappingAsync(GetEventSourceMappingRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Returns configuration information for the specified event source mapping (see CreateEventSourceMapping).
getEventSourceMappingAsync(GetEventSourceMappingRequest, AsyncHandler<GetEventSourceMappingRequest, GetEventSourceMappingResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Returns configuration information for the specified event source mapping (see CreateEventSourceMapping).
getEventSourceMappingAsync(GetEventSourceMappingRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
getEventSourceMappingAsync(GetEventSourceMappingRequest, AsyncHandler<GetEventSourceMappingRequest, GetEventSourceMappingResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
GetEventSourceMappingRequest - Class in com.amazonaws.services.lambda.model

GetEventSourceMappingRequest() - Constructor for class com.amazonaws.services.lambda.model.GetEventSourceMappingRequest
 
GetEventSourceMappingResult - Class in com.amazonaws.services.lambda.model
Describes mapping between an Amazon Kinesis or DynamoDB stream or an Amazon SQS queue and a Lambda function.
GetEventSourceMappingResult() - Constructor for class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
 
getEventSourceMappings() - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsResult
An array of EventSourceMappingConfiguration objects.
getEventSourceToken() - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
A unique token that must be supplied by the principal invoking the function.
getExecutedVersion() - Method in class com.amazonaws.services.lambda.model.InvokeResult
The function version that has been executed.
getExecutorService() - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
Returns the executor service used by this client to execute async requests.
getFunction(GetFunctionRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
getFunction(GetFunctionRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Returns the configuration information of the Lambda function and a presigned URL link to the .zip file you uploaded with CreateFunction so you can download the .zip file.
getFunction(GetFunctionRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Returns the configuration information of the Lambda function and a presigned URL link to the .zip file you uploaded with CreateFunction so you can download the .zip file.
getFunctionAlias() - Method in class com.amazonaws.services.lambda.invoke.LambdaInvokerFactoryConfig
Deprecated.
 
getFunctionArn() - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
The Lambda function to invoke when AWS Lambda detects an event on the poll-based source.
getFunctionArn() - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The Amazon Resource Name (ARN) assigned to the function.
getFunctionArn() - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
The Lambda function to invoke when AWS Lambda detects an event on the poll-based source.
getFunctionArn() - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
The Lambda function to invoke when AWS Lambda detects an event on the poll-based source.
getFunctionArn() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The Amazon Resource Name (ARN) assigned to the function.
getFunctionArn() - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
The Lambda function to invoke when AWS Lambda detects an event on the poll-based source.
getFunctionArn() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The Amazon Resource Name (ARN) assigned to the function.
getFunctionArn() - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The Amazon Resource Name (ARN) assigned to the function.
getFunctionArn() - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
The Lambda function to invoke when AWS Lambda detects an event on the poll-based source.
getFunctionArn() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The Amazon Resource Name (ARN) assigned to the function.
getFunctionArn() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The Amazon Resource Name (ARN) assigned to the function.
getFunctionAsync(GetFunctionRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
getFunctionAsync(GetFunctionRequest, AsyncHandler<GetFunctionRequest, GetFunctionResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
getFunctionAsync(GetFunctionRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Returns the configuration information of the Lambda function and a presigned URL link to the .zip file you uploaded with CreateFunction so you can download the .zip file.
getFunctionAsync(GetFunctionRequest, AsyncHandler<GetFunctionRequest, GetFunctionResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Returns the configuration information of the Lambda function and a presigned URL link to the .zip file you uploaded with CreateFunction so you can download the .zip file.
getFunctionAsync(GetFunctionRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
getFunctionAsync(GetFunctionRequest, AsyncHandler<GetFunctionRequest, GetFunctionResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
getFunctionConfiguration(GetFunctionConfigurationRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
getFunctionConfiguration(GetFunctionConfigurationRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Returns the configuration information of the Lambda function.
getFunctionConfiguration(GetFunctionConfigurationRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Returns the configuration information of the Lambda function.
getFunctionConfigurationAsync(GetFunctionConfigurationRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
getFunctionConfigurationAsync(GetFunctionConfigurationRequest, AsyncHandler<GetFunctionConfigurationRequest, GetFunctionConfigurationResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
getFunctionConfigurationAsync(GetFunctionConfigurationRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Returns the configuration information of the Lambda function.
getFunctionConfigurationAsync(GetFunctionConfigurationRequest, AsyncHandler<GetFunctionConfigurationRequest, GetFunctionConfigurationResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Returns the configuration information of the Lambda function.
getFunctionConfigurationAsync(GetFunctionConfigurationRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
getFunctionConfigurationAsync(GetFunctionConfigurationRequest, AsyncHandler<GetFunctionConfigurationRequest, GetFunctionConfigurationResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
GetFunctionConfigurationRequest - Class in com.amazonaws.services.lambda.model

GetFunctionConfigurationRequest() - Constructor for class com.amazonaws.services.lambda.model.GetFunctionConfigurationRequest
 
GetFunctionConfigurationResult - Class in com.amazonaws.services.lambda.model
A complex type that describes function metadata.
GetFunctionConfigurationResult() - Constructor for class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
 
getFunctionCount() - Method in class com.amazonaws.services.lambda.model.AccountUsage
The number of your account's existing functions per region.
getFunctionError() - Method in class com.amazonaws.services.lambda.model.InvokeResult
Indicates whether an error occurred while executing the Lambda function.
getFunctionName(Method, LambdaFunction, LambdaInvokerFactoryConfig) - Method in class com.amazonaws.services.lambda.invoke.DefaultLambdaFunctionNameResolver
 
getFunctionName(Method, LambdaFunction, LambdaInvokerFactoryConfig) - Method in interface com.amazonaws.services.lambda.invoke.LambdaFunctionNameResolver
 
getFunctionName() - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
Name of the Lambda function whose resource policy you are updating by adding a new permission.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.CreateAliasRequest
Name of the Lambda function for which you want to create an alias.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
The Lambda function to invoke when AWS Lambda detects an event on the stream.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The name you want to assign to the function you are uploading.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The name of the function.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.DeleteAliasRequest
The Lambda function name for which the alias is created.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.DeleteFunctionConcurrencyRequest
The name of the function you are removing concurrent execution limits from.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.DeleteFunctionRequest
The Lambda function to delete.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The name of the function.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.GetAliasRequest
Function name for which the alias is created.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationRequest
The name of the Lambda function for which you want to retrieve the configuration information.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The name of the function.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.GetFunctionRequest
The Lambda function name.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.GetPolicyRequest
Function name whose resource policy you want to retrieve.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.InvokeAsyncRequest
The Lambda function name.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.InvokeRequest
The Lambda function name.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.ListAliasesRequest
Lambda function name for which the alias is created.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsRequest
The name of the Lambda function.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.ListVersionsByFunctionRequest
Function name whose versions to list.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.PublishVersionRequest
The Lambda function name.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The name of the function.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.PutFunctionConcurrencyRequest
The name of the function you are setting concurrent execution limits on.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.RemovePermissionRequest
Lambda function whose resource policy you want to remove a permission from.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.UpdateAliasRequest
The function name for which the alias is created.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingRequest
The Lambda function to which you want the stream records sent.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
The existing Lambda function name whose code you want to replace.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The name of the function.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The name of the Lambda function.
getFunctionName() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The name of the function.
GetFunctionRequest - Class in com.amazonaws.services.lambda.model

GetFunctionRequest() - Constructor for class com.amazonaws.services.lambda.model.GetFunctionRequest
 
GetFunctionResult - Class in com.amazonaws.services.lambda.model
This response contains the object for the Lambda function location (see FunctionCodeLocation.
GetFunctionResult() - Constructor for class com.amazonaws.services.lambda.model.GetFunctionResult
 
getFunctions() - Method in class com.amazonaws.services.lambda.model.ListFunctionsResult
A list of Lambda functions.
getFunctionVersion() - Method in class com.amazonaws.services.lambda.invoke.LambdaInvokerFactoryConfig
Deprecated.
 
getFunctionVersion() - Method in class com.amazonaws.services.lambda.model.AliasConfiguration
Function version to which the alias points.
getFunctionVersion() - Method in class com.amazonaws.services.lambda.model.CreateAliasRequest
Lambda function version for which you are creating the alias.
getFunctionVersion() - Method in class com.amazonaws.services.lambda.model.CreateAliasResult
Function version to which the alias points.
getFunctionVersion() - Method in class com.amazonaws.services.lambda.model.GetAliasResult
Function version to which the alias points.
getFunctionVersion() - Method in class com.amazonaws.services.lambda.model.ListAliasesRequest
If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.
getFunctionVersion() - Method in class com.amazonaws.services.lambda.model.ListFunctionsRequest
Optional string.
getFunctionVersion() - Method in class com.amazonaws.services.lambda.model.UpdateAliasRequest
Using this parameter you can change the Lambda function version to which the alias points.
getFunctionVersion() - Method in class com.amazonaws.services.lambda.model.UpdateAliasResult
Function version to which the alias points.
getHandler() - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The function within your code that Lambda calls to begin execution.
getHandler() - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The function Lambda calls to begin executing your function.
getHandler() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The function Lambda calls to begin executing your function.
getHandler() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The function Lambda calls to begin executing your function.
getHandler() - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The function Lambda calls to begin executing your function.
getHandler() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The function Lambda calls to begin executing your function.
getHandler() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The function that Lambda calls to begin executing your function.
getHandler() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The function Lambda calls to begin executing your function.
getInvocationType() - Method in class com.amazonaws.services.lambda.model.InvokeRequest
By default, the Invoke API assumes RequestResponse invocation type.
getInvokeArgs() - Method in class com.amazonaws.services.lambda.model.InvokeAsyncRequest
JSON that you want to provide to your Lambda function as input.
getKMSKeyArn() - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
getKMSKeyArn() - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
getKMSKeyArn() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
getKMSKeyArn() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
getKMSKeyArn() - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
getKMSKeyArn() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
getKMSKeyArn() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
getKMSKeyArn() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
getLambdaFunctionNameResolver() - Method in class com.amazonaws.services.lambda.invoke.LambdaInvokerFactoryConfig
Deprecated.
 
getLastModified() - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
The UTC time string indicating the last time the event mapping was updated.
getLastModified() - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The time stamp of the last time you updated the function.
getLastModified() - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
The UTC time string indicating the last time the event mapping was updated.
getLastModified() - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
The UTC time string indicating the last time the event mapping was updated.
getLastModified() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The time stamp of the last time you updated the function.
getLastModified() - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
The UTC time string indicating the last time the event mapping was updated.
getLastModified() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The time stamp of the last time you updated the function.
getLastModified() - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The time stamp of the last time you updated the function.
getLastModified() - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
The UTC time string indicating the last time the event mapping was updated.
getLastModified() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The time stamp of the last time you updated the function.
getLastModified() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The time stamp of the last time you updated the function.
getLastProcessingResult() - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
The result of the last AWS Lambda invocation of your Lambda function.
getLastProcessingResult() - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
The result of the last AWS Lambda invocation of your Lambda function.
getLastProcessingResult() - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
The result of the last AWS Lambda invocation of your Lambda function.
getLastProcessingResult() - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
The result of the last AWS Lambda invocation of your Lambda function.
getLastProcessingResult() - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
The result of the last AWS Lambda invocation of your Lambda function.
getLocation() - Method in class com.amazonaws.services.lambda.model.FunctionCodeLocation
The presigned URL you can use to download the function's .zip file that you previously uploaded.
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.
getMarker() - Method in class com.amazonaws.services.lambda.model.ListAliasesRequest
Optional string.
getMarker() - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsRequest
Optional string.
getMarker() - Method in class com.amazonaws.services.lambda.model.ListFunctionsRequest
Optional string.
getMarker() - Method in class com.amazonaws.services.lambda.model.ListVersionsByFunctionRequest
Optional string.
getMasterArn() - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
Returns the ARN (Amazon Resource Name) of the master function.
getMasterArn() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
Returns the ARN (Amazon Resource Name) of the master function.
getMasterArn() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
Returns the ARN (Amazon Resource Name) of the master function.
getMasterArn() - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
Returns the ARN (Amazon Resource Name) of the master function.
getMasterArn() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
Returns the ARN (Amazon Resource Name) of the master function.
getMasterArn() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
Returns the ARN (Amazon Resource Name) of the master function.
getMasterRegion() - Method in class com.amazonaws.services.lambda.model.ListFunctionsRequest
Optional string.
getMaxItems() - Method in class com.amazonaws.services.lambda.model.ListAliasesRequest
Optional integer.
getMaxItems() - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsRequest
Optional integer.
getMaxItems() - Method in class com.amazonaws.services.lambda.model.ListFunctionsRequest
Optional integer.
getMaxItems() - Method in class com.amazonaws.services.lambda.model.ListVersionsByFunctionRequest
Optional integer.
getMemorySize() - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The amount of memory, in MB, your Lambda function is given.
getMemorySize() - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The memory size, in MB, you configured for the function.
getMemorySize() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The memory size, in MB, you configured for the function.
getMemorySize() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The memory size, in MB, you configured for the function.
getMemorySize() - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The memory size, in MB, you configured for the function.
getMemorySize() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The memory size, in MB, you configured for the function.
getMemorySize() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The amount of memory, in MB, your Lambda function is given.
getMemorySize() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The memory size, in MB, you configured for the function.
getMessage() - Method in class com.amazonaws.services.lambda.model.EnvironmentError
The message returned by the environment error object.
getMode() - Method in class com.amazonaws.services.lambda.model.TracingConfig
Can be either PassThrough or Active.
getMode() - Method in class com.amazonaws.services.lambda.model.TracingConfigResponse
The tracing mode associated with your Lambda function.
getName() - Method in class com.amazonaws.services.lambda.model.AliasConfiguration
Alias name.
getName() - Method in class com.amazonaws.services.lambda.model.CreateAliasRequest
Name for the alias you are creating.
getName() - Method in class com.amazonaws.services.lambda.model.CreateAliasResult
Alias name.
getName() - Method in class com.amazonaws.services.lambda.model.DeleteAliasRequest
Name of the alias to delete.
getName() - Method in class com.amazonaws.services.lambda.model.GetAliasRequest
Name of the alias for which you want to retrieve information.
getName() - Method in class com.amazonaws.services.lambda.model.GetAliasResult
Alias name.
getName() - Method in class com.amazonaws.services.lambda.model.UpdateAliasRequest
The alias name.
getName() - Method in class com.amazonaws.services.lambda.model.UpdateAliasResult
Alias name.
getNextMarker() - Method in class com.amazonaws.services.lambda.model.ListAliasesResult
A string, present if there are more aliases.
getNextMarker() - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsResult
A string, present if there are more event source mappings.
getNextMarker() - Method in class com.amazonaws.services.lambda.model.ListFunctionsResult
A string, present if there are more functions.
getNextMarker() - Method in class com.amazonaws.services.lambda.model.ListVersionsByFunctionResult
A string, present if there are more function versions.
getObjectMapper() - Method in class com.amazonaws.services.lambda.invoke.LambdaInvokerFactoryConfig
Deprecated.
 
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.
getPolicy(GetPolicyRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
getPolicy(GetPolicyRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Returns the resource policy associated with the specified Lambda function.
getPolicy(GetPolicyRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Returns the resource policy associated with the specified Lambda function.
getPolicy() - Method in class com.amazonaws.services.lambda.model.GetPolicyResult
The resource policy associated with the specified function.
getPolicyAsync(GetPolicyRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
getPolicyAsync(GetPolicyRequest, AsyncHandler<GetPolicyRequest, GetPolicyResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
getPolicyAsync(GetPolicyRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Returns the resource policy associated with the specified Lambda function.
getPolicyAsync(GetPolicyRequest, AsyncHandler<GetPolicyRequest, GetPolicyResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Returns the resource policy associated with the specified Lambda function.
getPolicyAsync(GetPolicyRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
getPolicyAsync(GetPolicyRequest, AsyncHandler<GetPolicyRequest, GetPolicyResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
GetPolicyRequest - Class in com.amazonaws.services.lambda.model

GetPolicyRequest() - Constructor for class com.amazonaws.services.lambda.model.GetPolicyRequest
 
GetPolicyResult - Class in com.amazonaws.services.lambda.model

GetPolicyResult() - Constructor for class com.amazonaws.services.lambda.model.GetPolicyResult
 
getPrincipal() - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
The principal who is getting this permission.
getPublish() - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.
getPublish() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.
getQualifier() - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
You can use this optional query parameter to describe a qualified ARN using a function version or an alias name.
getQualifier() - Method in class com.amazonaws.services.lambda.model.DeleteFunctionRequest
Using this optional parameter you can specify a function version (but not the $LATEST version) to direct AWS Lambda to delete a specific function version.
getQualifier() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationRequest
Using this optional parameter you can specify a function version or an alias name.
getQualifier() - Method in class com.amazonaws.services.lambda.model.GetFunctionRequest
Use this optional parameter to specify a function version or an alias name.
getQualifier() - Method in class com.amazonaws.services.lambda.model.GetPolicyRequest
You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN.
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.
getQualifier() - Method in class com.amazonaws.services.lambda.model.RemovePermissionRequest
You can specify this optional parameter to remove permission associated with a specific function version or function alias.
getReason() - Method in exception com.amazonaws.services.lambda.model.TooManyRequestsException
 
getRepositoryType() - Method in class com.amazonaws.services.lambda.model.FunctionCodeLocation
The repository from which you can download the function.
getReservedConcurrentExecutions() - Method in class com.amazonaws.services.lambda.model.Concurrency
The number of concurrent executions reserved for this function.
getReservedConcurrentExecutions() - Method in class com.amazonaws.services.lambda.model.PutFunctionConcurrencyRequest
The concurrent execution limit reserved for this function.
getReservedConcurrentExecutions() - Method in class com.amazonaws.services.lambda.model.PutFunctionConcurrencyResult
The number of concurrent executions reserved for this function.
getResource() - Method in class com.amazonaws.services.lambda.model.ListTagsRequest
The ARN (Amazon Resource Name) of the function.
getResource() - Method in class com.amazonaws.services.lambda.model.TagResourceRequest
The ARN (Amazon Resource Name) of the Lambda function.
getResource() - Method in class com.amazonaws.services.lambda.model.UntagResourceRequest
The ARN (Amazon Resource Name) of the function.
getRetryAfterSeconds() - Method in exception com.amazonaws.services.lambda.model.TooManyRequestsException
The number of seconds the caller should wait before retrying.
getRevisionId() - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
An optional value you can use to ensure you are updating the latest update of the function version or alias.
getRevisionId() - Method in class com.amazonaws.services.lambda.model.AliasConfiguration
Represents the latest updated revision of the function or alias.
getRevisionId() - Method in class com.amazonaws.services.lambda.model.CreateAliasResult
Represents the latest updated revision of the function or alias.
getRevisionId() - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
Represents the latest updated revision of the function or alias.
getRevisionId() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
Represents the latest updated revision of the function or alias.
getRevisionId() - Method in class com.amazonaws.services.lambda.model.GetAliasResult
Represents the latest updated revision of the function or alias.
getRevisionId() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
Represents the latest updated revision of the function or alias.
getRevisionId() - Method in class com.amazonaws.services.lambda.model.GetPolicyResult
Represents the latest updated revision of the function or alias.
getRevisionId() - Method in class com.amazonaws.services.lambda.model.PublishVersionRequest
An optional value you can use to ensure you are updating the latest update of the function version or alias.
getRevisionId() - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
Represents the latest updated revision of the function or alias.
getRevisionId() - Method in class com.amazonaws.services.lambda.model.RemovePermissionRequest
An optional value you can use to ensure you are updating the latest update of the function version or alias.
getRevisionId() - Method in class com.amazonaws.services.lambda.model.UpdateAliasRequest
An optional value you can use to ensure you are updating the latest update of the function version or alias.
getRevisionId() - Method in class com.amazonaws.services.lambda.model.UpdateAliasResult
Represents the latest updated revision of the function or alias.
getRevisionId() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
An optional value you can use to ensure you are updating the latest update of the function version or alias.
getRevisionId() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
Represents the latest updated revision of the function or alias.
getRevisionId() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
An optional value you can use to ensure you are updating the latest update of the function version or alias.
getRevisionId() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
Represents the latest updated revision of the function or alias.
getRole() - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.
getRole() - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.
getRole() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.
getRole() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.
getRole() - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.
getRole() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.
getRole() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.
getRole() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.
getRoutingConfig() - Method in class com.amazonaws.services.lambda.model.AliasConfiguration
Specifies an additional function versions the alias points to, allowing you to dictate what percentage of traffic will invoke each version.
getRoutingConfig() - Method in class com.amazonaws.services.lambda.model.CreateAliasRequest
Specifies an additional version your alias can point to, allowing you to dictate what percentage of traffic will invoke each version.
getRoutingConfig() - Method in class com.amazonaws.services.lambda.model.CreateAliasResult
Specifies an additional function versions the alias points to, allowing you to dictate what percentage of traffic will invoke each version.
getRoutingConfig() - Method in class com.amazonaws.services.lambda.model.GetAliasResult
Specifies an additional function versions the alias points to, allowing you to dictate what percentage of traffic will invoke each version.
getRoutingConfig() - Method in class com.amazonaws.services.lambda.model.UpdateAliasRequest
Specifies an additional version your alias can point to, allowing you to dictate what percentage of traffic will invoke each version.
getRoutingConfig() - Method in class com.amazonaws.services.lambda.model.UpdateAliasResult
Specifies an additional function versions the alias points to, allowing you to dictate what percentage of traffic will invoke each version.
getRuntime() - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The runtime environment for the Lambda function you are uploading.
getRuntime() - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The runtime environment for the Lambda function.
getRuntime() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The runtime environment for the Lambda function.
getRuntime() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The runtime environment for the Lambda function.
getRuntime() - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The runtime environment for the Lambda function.
getRuntime() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The runtime environment for the Lambda function.
getRuntime() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The runtime environment for the Lambda function.
getRuntime() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The runtime environment for the Lambda function.
getS3Bucket() - Method in class com.amazonaws.services.lambda.model.FunctionCode
Amazon S3 bucket name where the .zip file containing your deployment package is stored.
getS3Bucket() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
Amazon S3 bucket name where the .zip file containing your deployment package is stored.
getS3Key() - Method in class com.amazonaws.services.lambda.model.FunctionCode
The Amazon S3 object (the deployment package) key name you want to upload.
getS3Key() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
The Amazon S3 object (the deployment package) key name you want to upload.
getS3ObjectVersion() - Method in class com.amazonaws.services.lambda.model.FunctionCode
The Amazon S3 object (the deployment package) version you want to upload.
getS3ObjectVersion() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
The Amazon S3 object (the deployment package) version you want to upload.
getSecurityGroupIds() - Method in class com.amazonaws.services.lambda.model.VpcConfig
A list of one or more security groups IDs in your VPC.
getSecurityGroupIds() - Method in class com.amazonaws.services.lambda.model.VpcConfigResponse
A list of security group IDs associated with the Lambda function.
getSourceAccount() - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
This parameter is used for S3 and SES.
getSourceArn() - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
This is optional; however, when granting permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value.
getStartingPosition() - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
The position in the DynamoDB or Kinesis stream where AWS Lambda should start reading.
getStartingPositionTimestamp() - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
The timestamp of the data record from which to start reading.
getState() - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
The state of the event source mapping.
getState() - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
The state of the event source mapping.
getState() - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
The state of the event source mapping.
getState() - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
The state of the event source mapping.
getState() - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
The state of the event source mapping.
getStatement() - Method in class com.amazonaws.services.lambda.model.AddPermissionResult
The permission statement you specified in the request.
getStatementId() - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
A unique statement identifier.
getStatementId() - Method in class com.amazonaws.services.lambda.model.RemovePermissionRequest
Statement ID of the permission to remove.
getStateTransitionReason() - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
The reason the event source mapping is in its current state.
getStateTransitionReason() - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
The reason the event source mapping is in its current state.
getStateTransitionReason() - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
The reason the event source mapping is in its current state.
getStateTransitionReason() - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
The reason the event source mapping is in its current state.
getStateTransitionReason() - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
The reason the event source mapping is in its current state.
getStatus() - Method in class com.amazonaws.services.lambda.model.InvokeAsyncResult
Deprecated.
It will be 202 upon success.
getStatusCode() - Method in class com.amazonaws.services.lambda.model.InvokeResult
The HTTP status code will be in the 200 range for successful request.
getSubnetIds() - Method in class com.amazonaws.services.lambda.model.VpcConfig
A list of one or more subnet IDs in your VPC.
getSubnetIds() - Method in class com.amazonaws.services.lambda.model.VpcConfigResponse
A list of subnet IDs associated with the Lambda function.
getTagKeys() - Method in class com.amazonaws.services.lambda.model.UntagResourceRequest
The list of tag keys to be deleted from the function.
getTags() - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The list of tags (key-value pairs) assigned to the new function.
getTags() - Method in class com.amazonaws.services.lambda.model.GetFunctionResult
Returns the list of tags associated with the function.
getTags() - Method in class com.amazonaws.services.lambda.model.ListTagsResult
The list of tags assigned to the function.
getTags() - Method in class com.amazonaws.services.lambda.model.TagResourceRequest
The list of tags (key-value pairs) you are assigning to the Lambda function.
getTargetArn() - Method in class com.amazonaws.services.lambda.model.DeadLetterConfig
The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).
getTimeout() - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The function execution time at which Lambda should terminate the function.
getTimeout() - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The function execution time at which Lambda should terminate the function.
getTimeout() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The function execution time at which Lambda should terminate the function.
getTimeout() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The function execution time at which Lambda should terminate the function.
getTimeout() - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The function execution time at which Lambda should terminate the function.
getTimeout() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The function execution time at which Lambda should terminate the function.
getTimeout() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The function execution time at which AWS Lambda should terminate the function.
getTimeout() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The function execution time at which Lambda should terminate the function.
getTotalCodeSize() - Method in class com.amazonaws.services.lambda.model.AccountLimit
Maximum size, in bytes, of a code package you can upload per region.
getTotalCodeSize() - Method in class com.amazonaws.services.lambda.model.AccountUsage
Total size, in bytes, of the account's deployment packages per region.
getTracingConfig() - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The parent object that contains your function's tracing settings.
getTracingConfig() - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The parent object that contains your function's tracing settings.
getTracingConfig() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The parent object that contains your function's tracing settings.
getTracingConfig() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The parent object that contains your function's tracing settings.
getTracingConfig() - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The parent object that contains your function's tracing settings.
getTracingConfig() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The parent object that contains your function's tracing settings.
getTracingConfig() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The parent object that contains your function's tracing settings.
getTracingConfig() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The parent object that contains your function's tracing settings.
getType() - Method in exception com.amazonaws.services.lambda.invoke.LambdaFunctionException
 
getType() - Method in exception com.amazonaws.services.lambda.model.CodeStorageExceededException

getType() - Method in exception com.amazonaws.services.lambda.model.EC2AccessDeniedException
 
getType() - Method in exception com.amazonaws.services.lambda.model.EC2ThrottledException
 
getType() - Method in exception com.amazonaws.services.lambda.model.EC2UnexpectedException
 
getType() - Method in exception com.amazonaws.services.lambda.model.ENILimitReachedException
 
getType() - Method in exception com.amazonaws.services.lambda.model.InvalidParameterValueException

getType() - Method in exception com.amazonaws.services.lambda.model.InvalidRequestContentException

getType() - Method in exception com.amazonaws.services.lambda.model.InvalidRuntimeException
 
getType() - Method in exception com.amazonaws.services.lambda.model.InvalidSecurityGroupIDException
 
getType() - Method in exception com.amazonaws.services.lambda.model.InvalidSubnetIDException
 
getType() - Method in exception com.amazonaws.services.lambda.model.InvalidZipFileException
 
getType() - Method in exception com.amazonaws.services.lambda.model.KMSAccessDeniedException
 
getType() - Method in exception com.amazonaws.services.lambda.model.KMSDisabledException
 
getType() - Method in exception com.amazonaws.services.lambda.model.KMSInvalidStateException
 
getType() - Method in exception com.amazonaws.services.lambda.model.KMSNotFoundException
 
getType() - Method in exception com.amazonaws.services.lambda.model.PolicyLengthExceededException
 
getType() - Method in exception com.amazonaws.services.lambda.model.PreconditionFailedException

getType() - Method in exception com.amazonaws.services.lambda.model.RequestTooLargeException
 
getType() - Method in exception com.amazonaws.services.lambda.model.ResourceConflictException

getType() - Method in exception com.amazonaws.services.lambda.model.ResourceInUseException
 
getType() - Method in exception com.amazonaws.services.lambda.model.ResourceNotFoundException
 
getType() - Method in exception com.amazonaws.services.lambda.model.ServiceException
 
getType() - Method in exception com.amazonaws.services.lambda.model.SubnetIPAddressLimitReachedException
 
getType() - Method in exception com.amazonaws.services.lambda.model.TooManyRequestsException
 
getType() - Method in exception com.amazonaws.services.lambda.model.UnsupportedMediaTypeException
 
getUnreservedConcurrentExecutions() - Method in class com.amazonaws.services.lambda.model.AccountLimit
The number of concurrent executions available to functions that do not have concurrency limits set.
getUUID() - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
The AWS Lambda assigned opaque identifier for the mapping.
getUUID() - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingRequest
The event source mapping ID.
getUUID() - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
The AWS Lambda assigned opaque identifier for the mapping.
getUUID() - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
The AWS Lambda assigned opaque identifier for the mapping.
getUUID() - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingRequest
The AWS Lambda assigned ID of the event source mapping.
getUUID() - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
The AWS Lambda assigned opaque identifier for the mapping.
getUUID() - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingRequest
The event source mapping identifier.
getUUID() - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
The AWS Lambda assigned opaque identifier for the mapping.
getVariables() - Method in class com.amazonaws.services.lambda.model.Environment
The key-value pairs that represent your environment's configuration settings.
getVariables() - Method in class com.amazonaws.services.lambda.model.EnvironmentResponse
The key-value pairs returned that represent your environment's configuration settings or error information.
getVersion() - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The version of the Lambda function.
getVersion() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The version of the Lambda function.
getVersion() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The version of the Lambda function.
getVersion() - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The version of the Lambda function.
getVersion() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The version of the Lambda function.
getVersion() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The version of the Lambda function.
getVersions() - Method in class com.amazonaws.services.lambda.model.ListVersionsByFunctionResult
A list of Lambda function versions.
getVpcConfig() - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs.
getVpcConfig() - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
VPC configuration associated with your Lambda function.
getVpcConfig() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
VPC configuration associated with your Lambda function.
getVpcConfig() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
VPC configuration associated with your Lambda function.
getVpcConfig() - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
VPC configuration associated with your Lambda function.
getVpcConfig() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
VPC configuration associated with your Lambda function.
getVpcConfig() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
 
getVpcConfig() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
VPC configuration associated with your Lambda function.
getVpcId() - Method in class com.amazonaws.services.lambda.model.VpcConfigResponse
The VPC ID associated with you Lambda function.
getZipFile() - Method in class com.amazonaws.services.lambda.model.FunctionCode
The contents of your zip file containing your deployment package.
getZipFile() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
The contents of your zip file containing your deployment package.

H

hashCode() - Method in class com.amazonaws.services.lambda.model.AccountLimit
 
hashCode() - Method in class com.amazonaws.services.lambda.model.AccountUsage
 
hashCode() - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.AddPermissionResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.AliasConfiguration
 
hashCode() - Method in class com.amazonaws.services.lambda.model.AliasRoutingConfiguration
 
hashCode() - Method in class com.amazonaws.services.lambda.model.Concurrency
 
hashCode() - Method in class com.amazonaws.services.lambda.model.CreateAliasRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.CreateAliasResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.DeadLetterConfig
 
hashCode() - Method in class com.amazonaws.services.lambda.model.DeleteAliasRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.DeleteAliasResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.DeleteFunctionConcurrencyRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.DeleteFunctionConcurrencyResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.DeleteFunctionRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.DeleteFunctionResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.Environment
 
hashCode() - Method in class com.amazonaws.services.lambda.model.EnvironmentError
 
hashCode() - Method in class com.amazonaws.services.lambda.model.EnvironmentResponse
 
hashCode() - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
 
hashCode() - Method in class com.amazonaws.services.lambda.model.FunctionCode
 
hashCode() - Method in class com.amazonaws.services.lambda.model.FunctionCodeLocation
 
hashCode() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
 
hashCode() - Method in class com.amazonaws.services.lambda.model.GetAccountSettingsRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.GetAccountSettingsResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.GetAliasRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.GetAliasResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.GetFunctionRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.GetFunctionResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.GetPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.GetPolicyResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.InvokeAsyncRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.InvokeAsyncResult
Deprecated.
 
hashCode() - Method in class com.amazonaws.services.lambda.model.InvokeRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.InvokeResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.ListAliasesRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.ListAliasesResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.ListFunctionsRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.ListFunctionsResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.ListTagsRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.ListTagsResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.ListVersionsByFunctionRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.ListVersionsByFunctionResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.PublishVersionRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.PutFunctionConcurrencyRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.PutFunctionConcurrencyResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.RemovePermissionRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.RemovePermissionResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.TagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.TagResourceResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.TracingConfig
 
hashCode() - Method in class com.amazonaws.services.lambda.model.TracingConfigResponse
 
hashCode() - Method in class com.amazonaws.services.lambda.model.UntagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.UntagResourceResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.UpdateAliasRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.UpdateAliasResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
 
hashCode() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
 
hashCode() - Method in class com.amazonaws.services.lambda.model.VpcConfig
 
hashCode() - Method in class com.amazonaws.services.lambda.model.VpcConfigResponse
 

I

InvalidParameterValueException - Exception in com.amazonaws.services.lambda.model
One of the parameters in the request is invalid.
InvalidParameterValueException(String) - Constructor for exception com.amazonaws.services.lambda.model.InvalidParameterValueException
Constructs a new InvalidParameterValueException with the specified error message.
InvalidRequestContentException - Exception in com.amazonaws.services.lambda.model
The request body could not be parsed as JSON.
InvalidRequestContentException(String) - Constructor for exception com.amazonaws.services.lambda.model.InvalidRequestContentException
Constructs a new InvalidRequestContentException with the specified error message.
InvalidRuntimeException - Exception in com.amazonaws.services.lambda.model
The runtime or runtime version specified is not supported.
InvalidRuntimeException(String) - Constructor for exception com.amazonaws.services.lambda.model.InvalidRuntimeException
Constructs a new InvalidRuntimeException with the specified error message.
InvalidSecurityGroupIDException - Exception in com.amazonaws.services.lambda.model
The Security Group ID provided in the Lambda function VPC configuration is invalid.
InvalidSecurityGroupIDException(String) - Constructor for exception com.amazonaws.services.lambda.model.InvalidSecurityGroupIDException
Constructs a new InvalidSecurityGroupIDException with the specified error message.
InvalidSubnetIDException - Exception in com.amazonaws.services.lambda.model
The Subnet ID provided in the Lambda function VPC configuration is invalid.
InvalidSubnetIDException(String) - Constructor for exception com.amazonaws.services.lambda.model.InvalidSubnetIDException
Constructs a new InvalidSubnetIDException with the specified error message.
InvalidZipFileException - Exception in com.amazonaws.services.lambda.model
AWS Lambda could not unzip the function zip file.
InvalidZipFileException(String) - Constructor for exception com.amazonaws.services.lambda.model.InvalidZipFileException
Constructs a new InvalidZipFileException with the specified error message.
InvocationType - Enum in com.amazonaws.services.lambda.model
 
invoke(InvokeRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
invoke(InvokeRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Invokes a specific Lambda function.
invoke(InvokeRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Invokes a specific Lambda function.
invokeAsync(InvokeAsyncRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
Deprecated.
invokeAsync(InvokeRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
invokeAsync(InvokeRequest, AsyncHandler<InvokeRequest, InvokeResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
invokeAsync(InvokeAsyncRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Deprecated.
invokeAsync(InvokeRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Invokes a specific Lambda function.
invokeAsync(InvokeRequest, AsyncHandler<InvokeRequest, InvokeResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Invokes a specific Lambda function.
invokeAsync(InvokeRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
invokeAsync(InvokeRequest, AsyncHandler<InvokeRequest, InvokeResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
invokeAsync(InvokeAsyncRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Deprecated.
invokeAsyncAsync(InvokeAsyncRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
Deprecated.
invokeAsyncAsync(InvokeAsyncRequest, AsyncHandler<InvokeAsyncRequest, InvokeAsyncResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
Deprecated.
invokeAsyncAsync(InvokeAsyncRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Deprecated.
invokeAsyncAsync(InvokeAsyncRequest, AsyncHandler<InvokeAsyncRequest, InvokeAsyncResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Deprecated.
invokeAsyncAsync(InvokeAsyncRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
Deprecated.
invokeAsyncAsync(InvokeAsyncRequest, AsyncHandler<InvokeAsyncRequest, InvokeAsyncResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
Deprecated.
InvokeAsyncRequest - Class in com.amazonaws.services.lambda.model

InvokeAsyncRequest() - Constructor for class com.amazonaws.services.lambda.model.InvokeAsyncRequest
 
InvokeAsyncResult - Class in com.amazonaws.services.lambda.model
Deprecated.
InvokeAsyncResult() - Constructor for class com.amazonaws.services.lambda.model.InvokeAsyncResult
Deprecated.
 
InvokeRequest - Class in com.amazonaws.services.lambda.model

InvokeRequest() - Constructor for class com.amazonaws.services.lambda.model.InvokeRequest
 
InvokeResult - Class in com.amazonaws.services.lambda.model
Upon success, returns an empty response.
InvokeResult() - Constructor for class com.amazonaws.services.lambda.model.InvokeResult
 
isDryRun() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
This boolean parameter can be used to test your request to AWS Lambda to update the Lambda function and publish a version as an atomic operation.
isEnabled() - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
Indicates whether AWS Lambda should begin polling the event source.
isEnabled() - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingRequest
Specifies whether AWS Lambda should actively poll the stream or not.
isHandled() - Method in exception com.amazonaws.services.lambda.invoke.LambdaFunctionException
 
isPublish() - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.
isPublish() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.

K

KMSAccessDeniedException - Exception in com.amazonaws.services.lambda.model
Lambda was unable to decrypt the environment variables because KMS access was denied.
KMSAccessDeniedException(String) - Constructor for exception com.amazonaws.services.lambda.model.KMSAccessDeniedException
Constructs a new KMSAccessDeniedException with the specified error message.
KMSDisabledException - Exception in com.amazonaws.services.lambda.model
Lambda was unable to decrypt the environment variables because the KMS key used is disabled.
KMSDisabledException(String) - Constructor for exception com.amazonaws.services.lambda.model.KMSDisabledException
Constructs a new KMSDisabledException with the specified error message.
KMSInvalidStateException - Exception in com.amazonaws.services.lambda.model
Lambda was unable to decrypt the environment variables because the KMS key used is in an invalid state for Decrypt.
KMSInvalidStateException(String) - Constructor for exception com.amazonaws.services.lambda.model.KMSInvalidStateException
Constructs a new KMSInvalidStateException with the specified error message.
KMSNotFoundException - Exception in com.amazonaws.services.lambda.model
Lambda was unable to decrypt the environment variables because the KMS key was not found.
KMSNotFoundException(String) - Constructor for exception com.amazonaws.services.lambda.model.KMSNotFoundException
Constructs a new KMSNotFoundException with the specified error message.

L

lambdaClient(AWSLambda) - Method in class com.amazonaws.services.lambda.invoke.LambdaInvokerFactory.Builder
Sets the client to use to call AWS Lambda.
LambdaFunction - Annotation Type in com.amazonaws.services.lambda.invoke
An annotation that marks methods of an interface that are meant to be proxied to remote code running on AWS Lambda.
LambdaFunctionException - Exception in com.amazonaws.services.lambda.invoke
An exception representing the failed execution of a remote Lambda function.
LambdaFunctionException(String, boolean, String) - Constructor for exception com.amazonaws.services.lambda.invoke.LambdaFunctionException
Deprecated.
This exception class should only be created internally by the SDK.
LambdaFunctionNameResolver - Interface in com.amazonaws.services.lambda.invoke
 
lambdaFunctionNameResolver(LambdaFunctionNameResolver) - Method in class com.amazonaws.services.lambda.invoke.LambdaInvokerFactory.Builder
Sets a new Function name resolver to override the default behavior.
LambdaInvokerFactory - Class in com.amazonaws.services.lambda.invoke
A factory for objects that implement a user-supplied interface by invoking a remote Lambda function.
LambdaInvokerFactory.Builder - Class in com.amazonaws.services.lambda.invoke
 
LambdaInvokerFactoryConfig - Class in com.amazonaws.services.lambda.invoke
Deprecated.
Use LambdaInvokerFactory.builder() to configure invoker factory.
LambdaInvokerFactoryConfig() - Constructor for class com.amazonaws.services.lambda.invoke.LambdaInvokerFactoryConfig
Deprecated.
Use LambdaInvokerFactory.builder() to configure invoker factory.
LambdaSerializationException - Exception in com.amazonaws.services.lambda.invoke
An exception thrown if there's a problem serializing a request object to JSON or deserializing the JSON returned by a function to the expected result object.
LambdaSerializationException(String) - Constructor for exception com.amazonaws.services.lambda.invoke.LambdaSerializationException
 
LambdaSerializationException(String, Throwable) - Constructor for exception com.amazonaws.services.lambda.invoke.LambdaSerializationException
 
listAliases(ListAliasesRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
listAliases(ListAliasesRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Returns list of aliases created for a Lambda function.
listAliases(ListAliasesRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Returns list of aliases created for a Lambda function.
listAliasesAsync(ListAliasesRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
listAliasesAsync(ListAliasesRequest, AsyncHandler<ListAliasesRequest, ListAliasesResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
listAliasesAsync(ListAliasesRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Returns list of aliases created for a Lambda function.
listAliasesAsync(ListAliasesRequest, AsyncHandler<ListAliasesRequest, ListAliasesResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Returns list of aliases created for a Lambda function.
listAliasesAsync(ListAliasesRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
listAliasesAsync(ListAliasesRequest, AsyncHandler<ListAliasesRequest, ListAliasesResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
ListAliasesRequest - Class in com.amazonaws.services.lambda.model
 
ListAliasesRequest() - Constructor for class com.amazonaws.services.lambda.model.ListAliasesRequest
 
ListAliasesResult - Class in com.amazonaws.services.lambda.model
 
ListAliasesResult() - Constructor for class com.amazonaws.services.lambda.model.ListAliasesResult
 
listEventSourceMappings(ListEventSourceMappingsRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
listEventSourceMappings() - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
listEventSourceMappings(ListEventSourceMappingsRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Returns a list of event source mappings you created using the CreateEventSourceMapping (see CreateEventSourceMapping).
listEventSourceMappings() - Method in interface com.amazonaws.services.lambda.AWSLambda
Simplified method form for invoking the ListEventSourceMappings operation.
listEventSourceMappings(ListEventSourceMappingsRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Returns a list of event source mappings you created using the CreateEventSourceMapping (see CreateEventSourceMapping).
listEventSourceMappings() - Method in class com.amazonaws.services.lambda.AWSLambdaClient
 
listEventSourceMappingsAsync(ListEventSourceMappingsRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
listEventSourceMappingsAsync(ListEventSourceMappingsRequest, AsyncHandler<ListEventSourceMappingsRequest, ListEventSourceMappingsResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
listEventSourceMappingsAsync() - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
Simplified method form for invoking the ListEventSourceMappings operation.
listEventSourceMappingsAsync(AsyncHandler<ListEventSourceMappingsRequest, ListEventSourceMappingsResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
Simplified method form for invoking the ListEventSourceMappings operation with an AsyncHandler.
listEventSourceMappingsAsync(ListEventSourceMappingsRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Returns a list of event source mappings you created using the CreateEventSourceMapping (see CreateEventSourceMapping).
listEventSourceMappingsAsync(ListEventSourceMappingsRequest, AsyncHandler<ListEventSourceMappingsRequest, ListEventSourceMappingsResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Returns a list of event source mappings you created using the CreateEventSourceMapping (see CreateEventSourceMapping).
listEventSourceMappingsAsync() - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Simplified method form for invoking the ListEventSourceMappings operation.
listEventSourceMappingsAsync(AsyncHandler<ListEventSourceMappingsRequest, ListEventSourceMappingsResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Simplified method form for invoking the ListEventSourceMappings operation with an AsyncHandler.
listEventSourceMappingsAsync(ListEventSourceMappingsRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
listEventSourceMappingsAsync(ListEventSourceMappingsRequest, AsyncHandler<ListEventSourceMappingsRequest, ListEventSourceMappingsResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
listEventSourceMappingsAsync() - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
Simplified method form for invoking the ListEventSourceMappings operation.
listEventSourceMappingsAsync(AsyncHandler<ListEventSourceMappingsRequest, ListEventSourceMappingsResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
Simplified method form for invoking the ListEventSourceMappings operation with an AsyncHandler.
ListEventSourceMappingsRequest - Class in com.amazonaws.services.lambda.model

ListEventSourceMappingsRequest() - Constructor for class com.amazonaws.services.lambda.model.ListEventSourceMappingsRequest
 
ListEventSourceMappingsResult - Class in com.amazonaws.services.lambda.model
Contains a list of event sources (see EventSourceMappingConfiguration)
ListEventSourceMappingsResult() - Constructor for class com.amazonaws.services.lambda.model.ListEventSourceMappingsResult
 
listFunctions(ListFunctionsRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
listFunctions() - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
listFunctions(ListFunctionsRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Returns a list of your Lambda functions.
listFunctions() - Method in interface com.amazonaws.services.lambda.AWSLambda
Simplified method form for invoking the ListFunctions operation.
listFunctions(ListFunctionsRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Returns a list of your Lambda functions.
listFunctions() - Method in class com.amazonaws.services.lambda.AWSLambdaClient
 
listFunctionsAsync(ListFunctionsRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
listFunctionsAsync(ListFunctionsRequest, AsyncHandler<ListFunctionsRequest, ListFunctionsResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
listFunctionsAsync() - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
Simplified method form for invoking the ListFunctions operation.
listFunctionsAsync(AsyncHandler<ListFunctionsRequest, ListFunctionsResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
Simplified method form for invoking the ListFunctions operation with an AsyncHandler.
listFunctionsAsync(ListFunctionsRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Returns a list of your Lambda functions.
listFunctionsAsync(ListFunctionsRequest, AsyncHandler<ListFunctionsRequest, ListFunctionsResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Returns a list of your Lambda functions.
listFunctionsAsync() - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Simplified method form for invoking the ListFunctions operation.
listFunctionsAsync(AsyncHandler<ListFunctionsRequest, ListFunctionsResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Simplified method form for invoking the ListFunctions operation with an AsyncHandler.
listFunctionsAsync(ListFunctionsRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
listFunctionsAsync(ListFunctionsRequest, AsyncHandler<ListFunctionsRequest, ListFunctionsResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
listFunctionsAsync() - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
Simplified method form for invoking the ListFunctions operation.
listFunctionsAsync(AsyncHandler<ListFunctionsRequest, ListFunctionsResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
Simplified method form for invoking the ListFunctions operation with an AsyncHandler.
ListFunctionsRequest - Class in com.amazonaws.services.lambda.model

ListFunctionsRequest() - Constructor for class com.amazonaws.services.lambda.model.ListFunctionsRequest
 
ListFunctionsResult - Class in com.amazonaws.services.lambda.model
Contains a list of AWS Lambda function configurations (see FunctionConfiguration.
ListFunctionsResult() - Constructor for class com.amazonaws.services.lambda.model.ListFunctionsResult
 
listTags(ListTagsRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
listTags(ListTagsRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Returns a list of tags assigned to a function when supplied the function ARN (Amazon Resource Name).
listTags(ListTagsRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Returns a list of tags assigned to a function when supplied the function ARN (Amazon Resource Name).
listTagsAsync(ListTagsRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
listTagsAsync(ListTagsRequest, AsyncHandler<ListTagsRequest, ListTagsResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
listTagsAsync(ListTagsRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Returns a list of tags assigned to a function when supplied the function ARN (Amazon Resource Name).
listTagsAsync(ListTagsRequest, AsyncHandler<ListTagsRequest, ListTagsResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Returns a list of tags assigned to a function when supplied the function ARN (Amazon Resource Name).
listTagsAsync(ListTagsRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
listTagsAsync(ListTagsRequest, AsyncHandler<ListTagsRequest, ListTagsResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
ListTagsRequest - Class in com.amazonaws.services.lambda.model
 
ListTagsRequest() - Constructor for class com.amazonaws.services.lambda.model.ListTagsRequest
 
ListTagsResult - Class in com.amazonaws.services.lambda.model
 
ListTagsResult() - Constructor for class com.amazonaws.services.lambda.model.ListTagsResult
 
listVersionsByFunction(ListVersionsByFunctionRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
listVersionsByFunction(ListVersionsByFunctionRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
List all versions of a function.
listVersionsByFunction(ListVersionsByFunctionRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
List all versions of a function.
listVersionsByFunctionAsync(ListVersionsByFunctionRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
listVersionsByFunctionAsync(ListVersionsByFunctionRequest, AsyncHandler<ListVersionsByFunctionRequest, ListVersionsByFunctionResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
listVersionsByFunctionAsync(ListVersionsByFunctionRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
List all versions of a function.
listVersionsByFunctionAsync(ListVersionsByFunctionRequest, AsyncHandler<ListVersionsByFunctionRequest, ListVersionsByFunctionResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
List all versions of a function.
listVersionsByFunctionAsync(ListVersionsByFunctionRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
listVersionsByFunctionAsync(ListVersionsByFunctionRequest, AsyncHandler<ListVersionsByFunctionRequest, ListVersionsByFunctionResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
ListVersionsByFunctionRequest - Class in com.amazonaws.services.lambda.model

ListVersionsByFunctionRequest() - Constructor for class com.amazonaws.services.lambda.model.ListVersionsByFunctionRequest
 
ListVersionsByFunctionResult - Class in com.amazonaws.services.lambda.model

ListVersionsByFunctionResult() - Constructor for class com.amazonaws.services.lambda.model.ListVersionsByFunctionResult
 
LogType - Enum in com.amazonaws.services.lambda.model
 

M

marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lambda.model.AccountLimit
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lambda.model.AccountUsage
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lambda.model.AliasConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lambda.model.AliasRoutingConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lambda.model.Concurrency
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lambda.model.DeadLetterConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lambda.model.Environment
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lambda.model.EnvironmentError
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lambda.model.EnvironmentResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lambda.model.FunctionCode
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lambda.model.FunctionCodeLocation
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lambda.model.TracingConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lambda.model.TracingConfigResponse
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lambda.model.VpcConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.lambda.model.VpcConfigResponse
 

O

objectMapper(ObjectMapper) - Method in class com.amazonaws.services.lambda.invoke.LambdaInvokerFactory.Builder
Sets the ObjectMapper used to (de-)serialize payload if you do not wish to use the default mapper.

P

PolicyLengthExceededException - Exception in com.amazonaws.services.lambda.model
Lambda function access policy is limited to 20 KB.
PolicyLengthExceededException(String) - Constructor for exception com.amazonaws.services.lambda.model.PolicyLengthExceededException
Constructs a new PolicyLengthExceededException with the specified error message.
PreconditionFailedException - Exception in com.amazonaws.services.lambda.model
The RevisionId provided does not match the latest RevisionId for the Lambda function or alias.
PreconditionFailedException(String) - Constructor for exception com.amazonaws.services.lambda.model.PreconditionFailedException
Constructs a new PreconditionFailedException with the specified error message.
publishVersion(PublishVersionRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
publishVersion(PublishVersionRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Publishes a version of your function from the current snapshot of $LATEST.
publishVersion(PublishVersionRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Publishes a version of your function from the current snapshot of $LATEST.
publishVersionAsync(PublishVersionRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
publishVersionAsync(PublishVersionRequest, AsyncHandler<PublishVersionRequest, PublishVersionResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
publishVersionAsync(PublishVersionRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Publishes a version of your function from the current snapshot of $LATEST.
publishVersionAsync(PublishVersionRequest, AsyncHandler<PublishVersionRequest, PublishVersionResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Publishes a version of your function from the current snapshot of $LATEST.
publishVersionAsync(PublishVersionRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
publishVersionAsync(PublishVersionRequest, AsyncHandler<PublishVersionRequest, PublishVersionResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
PublishVersionRequest - Class in com.amazonaws.services.lambda.model

PublishVersionRequest() - Constructor for class com.amazonaws.services.lambda.model.PublishVersionRequest
 
PublishVersionResult - Class in com.amazonaws.services.lambda.model
A complex type that describes function metadata.
PublishVersionResult() - Constructor for class com.amazonaws.services.lambda.model.PublishVersionResult
 
putFunctionConcurrency(PutFunctionConcurrencyRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
putFunctionConcurrency(PutFunctionConcurrencyRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Sets a limit on the number of concurrent executions available to this function.
putFunctionConcurrency(PutFunctionConcurrencyRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Sets a limit on the number of concurrent executions available to this function.
putFunctionConcurrencyAsync(PutFunctionConcurrencyRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
putFunctionConcurrencyAsync(PutFunctionConcurrencyRequest, AsyncHandler<PutFunctionConcurrencyRequest, PutFunctionConcurrencyResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
putFunctionConcurrencyAsync(PutFunctionConcurrencyRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Sets a limit on the number of concurrent executions available to this function.
putFunctionConcurrencyAsync(PutFunctionConcurrencyRequest, AsyncHandler<PutFunctionConcurrencyRequest, PutFunctionConcurrencyResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Sets a limit on the number of concurrent executions available to this function.
putFunctionConcurrencyAsync(PutFunctionConcurrencyRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
putFunctionConcurrencyAsync(PutFunctionConcurrencyRequest, AsyncHandler<PutFunctionConcurrencyRequest, PutFunctionConcurrencyResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
PutFunctionConcurrencyRequest - Class in com.amazonaws.services.lambda.model
 
PutFunctionConcurrencyRequest() - Constructor for class com.amazonaws.services.lambda.model.PutFunctionConcurrencyRequest
 
PutFunctionConcurrencyResult - Class in com.amazonaws.services.lambda.model
 
PutFunctionConcurrencyResult() - Constructor for class com.amazonaws.services.lambda.model.PutFunctionConcurrencyResult
 

R

removePermission(RemovePermissionRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
removePermission(RemovePermissionRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
You can remove individual permissions from an resource policy associated with a Lambda function by providing a statement ID that you provided when you added the permission.
removePermission(RemovePermissionRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
You can remove individual permissions from an resource policy associated with a Lambda function by providing a statement ID that you provided when you added the permission.
removePermissionAsync(RemovePermissionRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
removePermissionAsync(RemovePermissionRequest, AsyncHandler<RemovePermissionRequest, RemovePermissionResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
removePermissionAsync(RemovePermissionRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
You can remove individual permissions from an resource policy associated with a Lambda function by providing a statement ID that you provided when you added the permission.
removePermissionAsync(RemovePermissionRequest, AsyncHandler<RemovePermissionRequest, RemovePermissionResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
You can remove individual permissions from an resource policy associated with a Lambda function by providing a statement ID that you provided when you added the permission.
removePermissionAsync(RemovePermissionRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
removePermissionAsync(RemovePermissionRequest, AsyncHandler<RemovePermissionRequest, RemovePermissionResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
RemovePermissionRequest - Class in com.amazonaws.services.lambda.model

RemovePermissionRequest() - Constructor for class com.amazonaws.services.lambda.model.RemovePermissionRequest
 
RemovePermissionResult - Class in com.amazonaws.services.lambda.model
 
RemovePermissionResult() - Constructor for class com.amazonaws.services.lambda.model.RemovePermissionResult
 
RequestTooLargeException - Exception in com.amazonaws.services.lambda.model
The request payload exceeded the Invoke request body JSON input limit.
RequestTooLargeException(String) - Constructor for exception com.amazonaws.services.lambda.model.RequestTooLargeException
Constructs a new RequestTooLargeException with the specified error message.
ResourceConflictException - Exception in com.amazonaws.services.lambda.model
The resource already exists.
ResourceConflictException(String) - Constructor for exception com.amazonaws.services.lambda.model.ResourceConflictException
Constructs a new ResourceConflictException with the specified error message.
ResourceInUseException - Exception in com.amazonaws.services.lambda.model
The operation conflicts with the resource's availability.
ResourceInUseException(String) - Constructor for exception com.amazonaws.services.lambda.model.ResourceInUseException
Constructs a new ResourceInUseException with the specified error message.
ResourceNotFoundException - Exception in com.amazonaws.services.lambda.model
The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.
ResourceNotFoundException(String) - Constructor for exception com.amazonaws.services.lambda.model.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the specified error message.
Runtime - Enum in com.amazonaws.services.lambda.model
 

S

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.
setAccountLimit(AccountLimit) - Method in class com.amazonaws.services.lambda.model.GetAccountSettingsResult
 
setAccountUsage(AccountUsage) - Method in class com.amazonaws.services.lambda.model.GetAccountSettingsResult
 
setAction(String) - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
The AWS Lambda action you want to allow in this statement.
setAdditionalVersionWeights(Map<String, Double>) - Method in class com.amazonaws.services.lambda.model.AliasRoutingConfiguration
Set this value to dictate what percentage of traffic will invoke the updated function version.
setAliasArn(String) - Method in class com.amazonaws.services.lambda.model.AliasConfiguration
Lambda function ARN that is qualified using the alias name as the suffix.
setAliasArn(String) - Method in class com.amazonaws.services.lambda.model.CreateAliasResult
Lambda function ARN that is qualified using the alias name as the suffix.
setAliasArn(String) - Method in class com.amazonaws.services.lambda.model.GetAliasResult
Lambda function ARN that is qualified using the alias name as the suffix.
setAliasArn(String) - Method in class com.amazonaws.services.lambda.model.UpdateAliasResult
Lambda function ARN that is qualified using the alias name as the suffix.
setAliases(Collection<AliasConfiguration>) - Method in class com.amazonaws.services.lambda.model.ListAliasesResult
A list of aliases.
setBatchSize(Integer) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.
setBatchSize(Integer) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.
setBatchSize(Integer) - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.
setBatchSize(Integer) - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.
setBatchSize(Integer) - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.
setBatchSize(Integer) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingRequest
The maximum number of stream records that can be sent to your Lambda function for a single invocation.
setBatchSize(Integer) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.
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.
setCode(FunctionCode) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The code for the Lambda function.
setCode(FunctionCodeLocation) - Method in class com.amazonaws.services.lambda.model.GetFunctionResult
 
setCodeSha256(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
It is the SHA256 hash of your function deployment package.
setCodeSha256(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
It is the SHA256 hash of your function deployment package.
setCodeSha256(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
It is the SHA256 hash of your function deployment package.
setCodeSha256(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionRequest
The SHA256 hash of the deployment package you want to publish.
setCodeSha256(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
It is the SHA256 hash of your function deployment package.
setCodeSha256(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
It is the SHA256 hash of your function deployment package.
setCodeSha256(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
It is the SHA256 hash of your function deployment package.
setCodeSize(Long) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The size, in bytes, of the function .zip file you uploaded.
setCodeSize(Long) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The size, in bytes, of the function .zip file you uploaded.
setCodeSize(Long) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The size, in bytes, of the function .zip file you uploaded.
setCodeSize(Long) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The size, in bytes, of the function .zip file you uploaded.
setCodeSize(Long) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The size, in bytes, of the function .zip file you uploaded.
setCodeSize(Long) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The size, in bytes, of the function .zip file you uploaded.
setCodeSizeUnzipped(Long) - Method in class com.amazonaws.services.lambda.model.AccountLimit
Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading.
setCodeSizeZipped(Long) - Method in class com.amazonaws.services.lambda.model.AccountLimit
Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file).
setConcurrency(Concurrency) - Method in class com.amazonaws.services.lambda.model.GetFunctionResult
The concurrent execution limit set for this function.
setConcurrentExecutions(Integer) - Method in class com.amazonaws.services.lambda.model.AccountLimit
Number of simultaneous executions of your function per region.
setConfiguration(FunctionConfiguration) - Method in class com.amazonaws.services.lambda.model.GetFunctionResult
 
setDeadLetterConfig(DeadLetterConfig) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
setDeadLetterConfig(DeadLetterConfig) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
setDeadLetterConfig(DeadLetterConfig) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
setDeadLetterConfig(DeadLetterConfig) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
setDeadLetterConfig(DeadLetterConfig) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
setDeadLetterConfig(DeadLetterConfig) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
setDeadLetterConfig(DeadLetterConfig) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
setDeadLetterConfig(DeadLetterConfig) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
setDescription(String) - Method in class com.amazonaws.services.lambda.model.AliasConfiguration
Alias description.
setDescription(String) - Method in class com.amazonaws.services.lambda.model.CreateAliasRequest
Description of the alias.
setDescription(String) - Method in class com.amazonaws.services.lambda.model.CreateAliasResult
Alias description.
setDescription(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
A short, user-defined function description.
setDescription(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The user-provided description.
setDescription(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The user-provided description.
setDescription(String) - Method in class com.amazonaws.services.lambda.model.GetAliasResult
Alias description.
setDescription(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The user-provided description.
setDescription(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionRequest
The description for the version you are publishing.
setDescription(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The user-provided description.
setDescription(String) - Method in class com.amazonaws.services.lambda.model.UpdateAliasRequest
You can change the description of the alias using this parameter.
setDescription(String) - Method in class com.amazonaws.services.lambda.model.UpdateAliasResult
Alias description.
setDescription(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The user-provided description.
setDescription(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
A short user-defined function description.
setDescription(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The user-provided description.
setDryRun(Boolean) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
This boolean parameter can be used to test your request to AWS Lambda to update the Lambda function and publish a version as an atomic operation.
setEC2ErrorCode(String) - Method in exception com.amazonaws.services.lambda.model.EC2UnexpectedException
 
setEnabled(Boolean) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
Indicates whether AWS Lambda should begin polling the event source.
setEnabled(Boolean) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingRequest
Specifies whether AWS Lambda should actively poll the stream or not.
setEndpoint(String) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
setEndpoint(String) - Method in interface com.amazonaws.services.lambda.AWSLambda
Deprecated.
use AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration) for example: builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion));
setEnvironment(Environment) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
 
setEnvironment(EnvironmentResponse) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The parent object that contains your environment's configuration settings.
setEnvironment(EnvironmentResponse) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The parent object that contains your environment's configuration settings.
setEnvironment(EnvironmentResponse) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The parent object that contains your environment's configuration settings.
setEnvironment(EnvironmentResponse) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The parent object that contains your environment's configuration settings.
setEnvironment(EnvironmentResponse) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The parent object that contains your environment's configuration settings.
setEnvironment(Environment) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The parent object that contains your environment's configuration settings.
setEnvironment(EnvironmentResponse) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The parent object that contains your environment's configuration settings.
setError(EnvironmentError) - Method in class com.amazonaws.services.lambda.model.EnvironmentResponse
 
setErrorCode(String) - Method in class com.amazonaws.services.lambda.model.EnvironmentError
The error code returned by the environment error object.
setEventSourceArn(String) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
The Amazon Resource Name (ARN) of the event source.
setEventSourceArn(String) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
The Amazon Resource Name (ARN) of the Amazon Kinesis or DynamoDB stream or the SQS queue that is the source of events.
setEventSourceArn(String) - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
The Amazon Resource Name (ARN) of the Amazon Kinesis or DynamoDB stream or the SQS queue that is the source of events.
setEventSourceArn(String) - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
The Amazon Resource Name (ARN) of the Amazon Kinesis or DynamoDB stream or the SQS queue that is the source of events.
setEventSourceArn(String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
The Amazon Resource Name (ARN) of the Amazon Kinesis or DynamoDB stream or the SQS queue that is the source of events.
setEventSourceArn(String) - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsRequest
The Amazon Resource Name (ARN) of the Amazon Kinesis or DynamoDB stream, or an SQS queue.
setEventSourceArn(String) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
The Amazon Resource Name (ARN) of the Amazon Kinesis or DynamoDB stream or the SQS queue that is the source of events.
setEventSourceMappings(Collection<EventSourceMappingConfiguration>) - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsResult
An array of EventSourceMappingConfiguration objects.
setEventSourceToken(String) - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
A unique token that must be supplied by the principal invoking the function.
setExecutedVersion(String) - Method in class com.amazonaws.services.lambda.model.InvokeResult
The function version that has been executed.
setFunctionArn(String) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
The Lambda function to invoke when AWS Lambda detects an event on the poll-based source.
setFunctionArn(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The Amazon Resource Name (ARN) assigned to the function.
setFunctionArn(String) - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
The Lambda function to invoke when AWS Lambda detects an event on the poll-based source.
setFunctionArn(String) - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
The Lambda function to invoke when AWS Lambda detects an event on the poll-based source.
setFunctionArn(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The Amazon Resource Name (ARN) assigned to the function.
setFunctionArn(String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
The Lambda function to invoke when AWS Lambda detects an event on the poll-based source.
setFunctionArn(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The Amazon Resource Name (ARN) assigned to the function.
setFunctionArn(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The Amazon Resource Name (ARN) assigned to the function.
setFunctionArn(String) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
The Lambda function to invoke when AWS Lambda detects an event on the poll-based source.
setFunctionArn(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The Amazon Resource Name (ARN) assigned to the function.
setFunctionArn(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The Amazon Resource Name (ARN) assigned to the function.
setFunctionCount(Long) - Method in class com.amazonaws.services.lambda.model.AccountUsage
The number of your account's existing functions per region.
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.AddPermissionRequest
Name of the Lambda function whose resource policy you are updating by adding a new permission.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.CreateAliasRequest
Name of the Lambda function for which you want to create an alias.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
The Lambda function to invoke when AWS Lambda detects an event on the stream.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The name you want to assign to the function you are uploading.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The name of the function.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.DeleteAliasRequest
The Lambda function name for which the alias is created.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.DeleteFunctionConcurrencyRequest
The name of the function you are removing concurrent execution limits from.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.DeleteFunctionRequest
The Lambda function to delete.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The name of the function.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.GetAliasRequest
Function name for which the alias is created.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationRequest
The name of the Lambda function for which you want to retrieve the configuration information.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The name of the function.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionRequest
The Lambda function name.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.GetPolicyRequest
Function name whose resource policy you want to retrieve.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.InvokeAsyncRequest
The Lambda function name.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
The Lambda function name.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.ListAliasesRequest
Lambda function name for which the alias is created.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsRequest
The name of the Lambda function.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.ListVersionsByFunctionRequest
Function name whose versions to list.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionRequest
The Lambda function name.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The name of the function.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.PutFunctionConcurrencyRequest
The name of the function you are setting concurrent execution limits on.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.RemovePermissionRequest
Lambda function whose resource policy you want to remove a permission from.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.UpdateAliasRequest
The function name for which the alias is created.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingRequest
The Lambda function to which you want the stream records sent.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
The existing Lambda function name whose code you want to replace.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The name of the function.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The name of the Lambda function.
setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The name of the function.
setFunctions(Collection<FunctionConfiguration>) - Method in class com.amazonaws.services.lambda.model.ListFunctionsResult
A list of Lambda functions.
setFunctionVersion(String) - Method in class com.amazonaws.services.lambda.model.AliasConfiguration
Function version to which the alias points.
setFunctionVersion(String) - Method in class com.amazonaws.services.lambda.model.CreateAliasRequest
Lambda function version for which you are creating the alias.
setFunctionVersion(String) - Method in class com.amazonaws.services.lambda.model.CreateAliasResult
Function version to which the alias points.
setFunctionVersion(String) - Method in class com.amazonaws.services.lambda.model.GetAliasResult
Function version to which the alias points.
setFunctionVersion(String) - Method in class com.amazonaws.services.lambda.model.ListAliasesRequest
If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.
setFunctionVersion(String) - Method in class com.amazonaws.services.lambda.model.ListFunctionsRequest
Optional string.
setFunctionVersion(FunctionVersion) - Method in class com.amazonaws.services.lambda.model.ListFunctionsRequest
Optional string.
setFunctionVersion(String) - Method in class com.amazonaws.services.lambda.model.UpdateAliasRequest
Using this parameter you can change the Lambda function version to which the alias points.
setFunctionVersion(String) - Method in class com.amazonaws.services.lambda.model.UpdateAliasResult
Function version to which the alias points.
setHandler(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The function within your code that Lambda calls to begin execution.
setHandler(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The function Lambda calls to begin executing your function.
setHandler(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The function Lambda calls to begin executing your function.
setHandler(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The function Lambda calls to begin executing your function.
setHandler(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The function Lambda calls to begin executing your function.
setHandler(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The function Lambda calls to begin executing your function.
setHandler(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The function that Lambda calls to begin executing your function.
setHandler(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The function Lambda calls to begin executing your function.
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.
setInvokeArgs(InputStream) - Method in class com.amazonaws.services.lambda.model.InvokeAsyncRequest
JSON that you want to provide to your Lambda function as input.
setInvokeArgs(String) - Method in class com.amazonaws.services.lambda.model.InvokeAsyncRequest
JSON that you want to provide to your Lambda function as input.
setKMSKeyArn(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
setKMSKeyArn(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
setKMSKeyArn(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
setKMSKeyArn(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
setKMSKeyArn(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
setKMSKeyArn(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
setKMSKeyArn(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
setKMSKeyArn(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
setLastModified(Date) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
The UTC time string indicating the last time the event mapping was updated.
setLastModified(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The time stamp of the last time you updated the function.
setLastModified(Date) - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
The UTC time string indicating the last time the event mapping was updated.
setLastModified(Date) - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
The UTC time string indicating the last time the event mapping was updated.
setLastModified(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The time stamp of the last time you updated the function.
setLastModified(Date) - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
The UTC time string indicating the last time the event mapping was updated.
setLastModified(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The time stamp of the last time you updated the function.
setLastModified(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The time stamp of the last time you updated the function.
setLastModified(Date) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
The UTC time string indicating the last time the event mapping was updated.
setLastModified(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The time stamp of the last time you updated the function.
setLastModified(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The time stamp of the last time you updated the function.
setLastProcessingResult(String) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
The result of the last AWS Lambda invocation of your Lambda function.
setLastProcessingResult(String) - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
The result of the last AWS Lambda invocation of your Lambda function.
setLastProcessingResult(String) - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
The result of the last AWS Lambda invocation of your Lambda function.
setLastProcessingResult(String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
The result of the last AWS Lambda invocation of your Lambda function.
setLastProcessingResult(String) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
The result of the last AWS Lambda invocation of your Lambda function.
setLocation(String) - Method in class com.amazonaws.services.lambda.model.FunctionCodeLocation
The presigned URL you can use to download the function's .zip file that you previously uploaded.
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.
setMarker(String) - Method in class com.amazonaws.services.lambda.model.ListAliasesRequest
Optional string.
setMarker(String) - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsRequest
Optional string.
setMarker(String) - Method in class com.amazonaws.services.lambda.model.ListFunctionsRequest
Optional string.
setMarker(String) - Method in class com.amazonaws.services.lambda.model.ListVersionsByFunctionRequest
Optional string.
setMasterArn(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
Returns the ARN (Amazon Resource Name) of the master function.
setMasterArn(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
Returns the ARN (Amazon Resource Name) of the master function.
setMasterArn(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
Returns the ARN (Amazon Resource Name) of the master function.
setMasterArn(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
Returns the ARN (Amazon Resource Name) of the master function.
setMasterArn(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
Returns the ARN (Amazon Resource Name) of the master function.
setMasterArn(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
Returns the ARN (Amazon Resource Name) of the master function.
setMasterRegion(String) - Method in class com.amazonaws.services.lambda.model.ListFunctionsRequest
Optional string.
setMaxItems(Integer) - Method in class com.amazonaws.services.lambda.model.ListAliasesRequest
Optional integer.
setMaxItems(Integer) - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsRequest
Optional integer.
setMaxItems(Integer) - Method in class com.amazonaws.services.lambda.model.ListFunctionsRequest
Optional integer.
setMaxItems(Integer) - Method in class com.amazonaws.services.lambda.model.ListVersionsByFunctionRequest
Optional integer.
setMemorySize(Integer) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The amount of memory, in MB, your Lambda function is given.
setMemorySize(Integer) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The memory size, in MB, you configured for the function.
setMemorySize(Integer) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The memory size, in MB, you configured for the function.
setMemorySize(Integer) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The memory size, in MB, you configured for the function.
setMemorySize(Integer) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The memory size, in MB, you configured for the function.
setMemorySize(Integer) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The memory size, in MB, you configured for the function.
setMemorySize(Integer) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The amount of memory, in MB, your Lambda function is given.
setMemorySize(Integer) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The memory size, in MB, you configured for the function.
setMessage(String) - Method in class com.amazonaws.services.lambda.model.EnvironmentError
The message returned by the environment error object.
setMode(String) - Method in class com.amazonaws.services.lambda.model.TracingConfig
Can be either PassThrough or Active.
setMode(TracingMode) - Method in class com.amazonaws.services.lambda.model.TracingConfig
Can be either PassThrough or Active.
setMode(String) - Method in class com.amazonaws.services.lambda.model.TracingConfigResponse
The tracing mode associated with your Lambda function.
setMode(TracingMode) - Method in class com.amazonaws.services.lambda.model.TracingConfigResponse
The tracing mode associated with your Lambda function.
setName(String) - Method in class com.amazonaws.services.lambda.model.AliasConfiguration
Alias name.
setName(String) - Method in class com.amazonaws.services.lambda.model.CreateAliasRequest
Name for the alias you are creating.
setName(String) - Method in class com.amazonaws.services.lambda.model.CreateAliasResult
Alias name.
setName(String) - Method in class com.amazonaws.services.lambda.model.DeleteAliasRequest
Name of the alias to delete.
setName(String) - Method in class com.amazonaws.services.lambda.model.GetAliasRequest
Name of the alias for which you want to retrieve information.
setName(String) - Method in class com.amazonaws.services.lambda.model.GetAliasResult
Alias name.
setName(String) - Method in class com.amazonaws.services.lambda.model.UpdateAliasRequest
The alias name.
setName(String) - Method in class com.amazonaws.services.lambda.model.UpdateAliasResult
Alias name.
setNextMarker(String) - Method in class com.amazonaws.services.lambda.model.ListAliasesResult
A string, present if there are more aliases.
setNextMarker(String) - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsResult
A string, present if there are more event source mappings.
setNextMarker(String) - Method in class com.amazonaws.services.lambda.model.ListFunctionsResult
A string, present if there are more functions.
setNextMarker(String) - Method in class com.amazonaws.services.lambda.model.ListVersionsByFunctionResult
A string, present if there are more function versions.
setPayload(ByteBuffer) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
JSON that you want to provide to your Lambda function as input.
setPayload(String) - 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.
setPolicy(String) - Method in class com.amazonaws.services.lambda.model.GetPolicyResult
The resource policy associated with the specified function.
setPrincipal(String) - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
The principal who is getting this permission.
setPublish(Boolean) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.
setPublish(Boolean) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.
setQualifier(String) - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
You can use this optional query parameter to describe a qualified ARN using a function version or an alias name.
setQualifier(String) - Method in class com.amazonaws.services.lambda.model.DeleteFunctionRequest
Using this optional parameter you can specify a function version (but not the $LATEST version) to direct AWS Lambda to delete a specific function version.
setQualifier(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationRequest
Using this optional parameter you can specify a function version or an alias name.
setQualifier(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionRequest
Use this optional parameter to specify a function version or an alias name.
setQualifier(String) - Method in class com.amazonaws.services.lambda.model.GetPolicyRequest
You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN.
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.
setQualifier(String) - Method in class com.amazonaws.services.lambda.model.RemovePermissionRequest
You can specify this optional parameter to remove permission associated with a specific function version or function alias.
setReason(String) - Method in exception com.amazonaws.services.lambda.model.TooManyRequestsException
 
setReason(ThrottleReason) - Method in exception com.amazonaws.services.lambda.model.TooManyRequestsException
 
setRegion(Region) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
setRegion(Region) - Method in interface com.amazonaws.services.lambda.AWSLambda
Deprecated.
use AwsClientBuilder#setRegion(String)
setRepositoryType(String) - Method in class com.amazonaws.services.lambda.model.FunctionCodeLocation
The repository from which you can download the function.
setReservedConcurrentExecutions(Integer) - Method in class com.amazonaws.services.lambda.model.Concurrency
The number of concurrent executions reserved for this function.
setReservedConcurrentExecutions(Integer) - Method in class com.amazonaws.services.lambda.model.PutFunctionConcurrencyRequest
The concurrent execution limit reserved for this function.
setReservedConcurrentExecutions(Integer) - Method in class com.amazonaws.services.lambda.model.PutFunctionConcurrencyResult
The number of concurrent executions reserved for this function.
setResource(String) - Method in class com.amazonaws.services.lambda.model.ListTagsRequest
The ARN (Amazon Resource Name) of the function.
setResource(String) - Method in class com.amazonaws.services.lambda.model.TagResourceRequest
The ARN (Amazon Resource Name) of the Lambda function.
setResource(String) - Method in class com.amazonaws.services.lambda.model.UntagResourceRequest
The ARN (Amazon Resource Name) of the function.
setRetryAfterSeconds(String) - Method in exception com.amazonaws.services.lambda.model.TooManyRequestsException
The number of seconds the caller should wait before retrying.
setRevisionId(String) - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
An optional value you can use to ensure you are updating the latest update of the function version or alias.
setRevisionId(String) - Method in class com.amazonaws.services.lambda.model.AliasConfiguration
Represents the latest updated revision of the function or alias.
setRevisionId(String) - Method in class com.amazonaws.services.lambda.model.CreateAliasResult
Represents the latest updated revision of the function or alias.
setRevisionId(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
Represents the latest updated revision of the function or alias.
setRevisionId(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
Represents the latest updated revision of the function or alias.
setRevisionId(String) - Method in class com.amazonaws.services.lambda.model.GetAliasResult
Represents the latest updated revision of the function or alias.
setRevisionId(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
Represents the latest updated revision of the function or alias.
setRevisionId(String) - Method in class com.amazonaws.services.lambda.model.GetPolicyResult
Represents the latest updated revision of the function or alias.
setRevisionId(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionRequest
An optional value you can use to ensure you are updating the latest update of the function version or alias.
setRevisionId(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
Represents the latest updated revision of the function or alias.
setRevisionId(String) - Method in class com.amazonaws.services.lambda.model.RemovePermissionRequest
An optional value you can use to ensure you are updating the latest update of the function version or alias.
setRevisionId(String) - Method in class com.amazonaws.services.lambda.model.UpdateAliasRequest
An optional value you can use to ensure you are updating the latest update of the function version or alias.
setRevisionId(String) - Method in class com.amazonaws.services.lambda.model.UpdateAliasResult
Represents the latest updated revision of the function or alias.
setRevisionId(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
An optional value you can use to ensure you are updating the latest update of the function version or alias.
setRevisionId(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
Represents the latest updated revision of the function or alias.
setRevisionId(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
An optional value you can use to ensure you are updating the latest update of the function version or alias.
setRevisionId(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
Represents the latest updated revision of the function or alias.
setRole(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.
setRole(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.
setRole(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.
setRole(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.
setRole(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.
setRole(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.
setRole(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.
setRole(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.
setRoutingConfig(AliasRoutingConfiguration) - Method in class com.amazonaws.services.lambda.model.AliasConfiguration
Specifies an additional function versions the alias points to, allowing you to dictate what percentage of traffic will invoke each version.
setRoutingConfig(AliasRoutingConfiguration) - Method in class com.amazonaws.services.lambda.model.CreateAliasRequest
Specifies an additional version your alias can point to, allowing you to dictate what percentage of traffic will invoke each version.
setRoutingConfig(AliasRoutingConfiguration) - Method in class com.amazonaws.services.lambda.model.CreateAliasResult
Specifies an additional function versions the alias points to, allowing you to dictate what percentage of traffic will invoke each version.
setRoutingConfig(AliasRoutingConfiguration) - Method in class com.amazonaws.services.lambda.model.GetAliasResult
Specifies an additional function versions the alias points to, allowing you to dictate what percentage of traffic will invoke each version.
setRoutingConfig(AliasRoutingConfiguration) - Method in class com.amazonaws.services.lambda.model.UpdateAliasRequest
Specifies an additional version your alias can point to, allowing you to dictate what percentage of traffic will invoke each version.
setRoutingConfig(AliasRoutingConfiguration) - Method in class com.amazonaws.services.lambda.model.UpdateAliasResult
Specifies an additional function versions the alias points to, allowing you to dictate what percentage of traffic will invoke each version.
setRuntime(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The runtime environment for the Lambda function you are uploading.
setRuntime(Runtime) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The runtime environment for the Lambda function you are uploading.
setRuntime(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The runtime environment for the Lambda function.
setRuntime(Runtime) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The runtime environment for the Lambda function.
setRuntime(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The runtime environment for the Lambda function.
setRuntime(Runtime) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The runtime environment for the Lambda function.
setRuntime(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The runtime environment for the Lambda function.
setRuntime(Runtime) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The runtime environment for the Lambda function.
setRuntime(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The runtime environment for the Lambda function.
setRuntime(Runtime) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The runtime environment for the Lambda function.
setRuntime(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The runtime environment for the Lambda function.
setRuntime(Runtime) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The runtime environment for the Lambda function.
setRuntime(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The runtime environment for the Lambda function.
setRuntime(Runtime) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The runtime environment for the Lambda function.
setRuntime(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The runtime environment for the Lambda function.
setRuntime(Runtime) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The runtime environment for the Lambda function.
setS3Bucket(String) - Method in class com.amazonaws.services.lambda.model.FunctionCode
Amazon S3 bucket name where the .zip file containing your deployment package is stored.
setS3Bucket(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
Amazon S3 bucket name where the .zip file containing your deployment package is stored.
setS3Key(String) - Method in class com.amazonaws.services.lambda.model.FunctionCode
The Amazon S3 object (the deployment package) key name you want to upload.
setS3Key(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
The Amazon S3 object (the deployment package) key name you want to upload.
setS3ObjectVersion(String) - Method in class com.amazonaws.services.lambda.model.FunctionCode
The Amazon S3 object (the deployment package) version you want to upload.
setS3ObjectVersion(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
The Amazon S3 object (the deployment package) version you want to upload.
setSecurityGroupIds(Collection<String>) - Method in class com.amazonaws.services.lambda.model.VpcConfig
A list of one or more security groups IDs in your VPC.
setSecurityGroupIds(Collection<String>) - Method in class com.amazonaws.services.lambda.model.VpcConfigResponse
A list of security group IDs associated with the Lambda function.
setSourceAccount(String) - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
This parameter is used for S3 and SES.
setSourceArn(String) - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
This is optional; however, when granting permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value.
setStartingPosition(String) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
The position in the DynamoDB or Kinesis stream where AWS Lambda should start reading.
setStartingPosition(EventSourcePosition) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
The position in the DynamoDB or Kinesis stream where AWS Lambda should start reading.
setStartingPositionTimestamp(Date) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
The timestamp of the data record from which to start reading.
setState(String) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
The state of the event source mapping.
setState(String) - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
The state of the event source mapping.
setState(String) - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
The state of the event source mapping.
setState(String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
The state of the event source mapping.
setState(String) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
The state of the event source mapping.
setStatement(String) - Method in class com.amazonaws.services.lambda.model.AddPermissionResult
The permission statement you specified in the request.
setStatementId(String) - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
A unique statement identifier.
setStatementId(String) - Method in class com.amazonaws.services.lambda.model.RemovePermissionRequest
Statement ID of the permission to remove.
setStateTransitionReason(String) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
The reason the event source mapping is in its current state.
setStateTransitionReason(String) - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
The reason the event source mapping is in its current state.
setStateTransitionReason(String) - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
The reason the event source mapping is in its current state.
setStateTransitionReason(String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
The reason the event source mapping is in its current state.
setStateTransitionReason(String) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
The reason the event source mapping is in its current state.
setStatus(Integer) - Method in class com.amazonaws.services.lambda.model.InvokeAsyncResult
Deprecated.
It will be 202 upon success.
setStatusCode(Integer) - Method in class com.amazonaws.services.lambda.model.InvokeResult
The HTTP status code will be in the 200 range for successful request.
setSubnetIds(Collection<String>) - Method in class com.amazonaws.services.lambda.model.VpcConfig
A list of one or more subnet IDs in your VPC.
setSubnetIds(Collection<String>) - Method in class com.amazonaws.services.lambda.model.VpcConfigResponse
A list of subnet IDs associated with the Lambda function.
setTagKeys(Collection<String>) - Method in class com.amazonaws.services.lambda.model.UntagResourceRequest
The list of tag keys to be deleted from the function.
setTags(Map<String, String>) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The list of tags (key-value pairs) assigned to the new function.
setTags(Map<String, String>) - Method in class com.amazonaws.services.lambda.model.GetFunctionResult
Returns the list of tags associated with the function.
setTags(Map<String, String>) - Method in class com.amazonaws.services.lambda.model.ListTagsResult
The list of tags assigned to the function.
setTags(Map<String, String>) - Method in class com.amazonaws.services.lambda.model.TagResourceRequest
The list of tags (key-value pairs) you are assigning to the Lambda function.
setTargetArn(String) - Method in class com.amazonaws.services.lambda.model.DeadLetterConfig
The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).
setTimeout(Integer) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The function execution time at which Lambda should terminate the function.
setTimeout(Integer) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The function execution time at which Lambda should terminate the function.
setTimeout(Integer) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The function execution time at which Lambda should terminate the function.
setTimeout(Integer) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The function execution time at which Lambda should terminate the function.
setTimeout(Integer) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The function execution time at which Lambda should terminate the function.
setTimeout(Integer) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The function execution time at which Lambda should terminate the function.
setTimeout(Integer) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The function execution time at which AWS Lambda should terminate the function.
setTimeout(Integer) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The function execution time at which Lambda should terminate the function.
setTotalCodeSize(Long) - Method in class com.amazonaws.services.lambda.model.AccountLimit
Maximum size, in bytes, of a code package you can upload per region.
setTotalCodeSize(Long) - Method in class com.amazonaws.services.lambda.model.AccountUsage
Total size, in bytes, of the account's deployment packages per region.
setTracingConfig(TracingConfig) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The parent object that contains your function's tracing settings.
setTracingConfig(TracingConfigResponse) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The parent object that contains your function's tracing settings.
setTracingConfig(TracingConfigResponse) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The parent object that contains your function's tracing settings.
setTracingConfig(TracingConfigResponse) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The parent object that contains your function's tracing settings.
setTracingConfig(TracingConfigResponse) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The parent object that contains your function's tracing settings.
setTracingConfig(TracingConfigResponse) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The parent object that contains your function's tracing settings.
setTracingConfig(TracingConfig) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The parent object that contains your function's tracing settings.
setTracingConfig(TracingConfigResponse) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The parent object that contains your function's tracing settings.
setType(String) - Method in exception com.amazonaws.services.lambda.model.CodeStorageExceededException

setType(String) - Method in exception com.amazonaws.services.lambda.model.EC2AccessDeniedException
 
setType(String) - Method in exception com.amazonaws.services.lambda.model.EC2ThrottledException
 
setType(String) - Method in exception com.amazonaws.services.lambda.model.EC2UnexpectedException
 
setType(String) - Method in exception com.amazonaws.services.lambda.model.ENILimitReachedException
 
setType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidParameterValueException

setType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidRequestContentException

setType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidRuntimeException
 
setType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidSecurityGroupIDException
 
setType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidSubnetIDException
 
setType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidZipFileException
 
setType(String) - Method in exception com.amazonaws.services.lambda.model.KMSAccessDeniedException
 
setType(String) - Method in exception com.amazonaws.services.lambda.model.KMSDisabledException
 
setType(String) - Method in exception com.amazonaws.services.lambda.model.KMSInvalidStateException
 
setType(String) - Method in exception com.amazonaws.services.lambda.model.KMSNotFoundException
 
setType(String) - Method in exception com.amazonaws.services.lambda.model.PolicyLengthExceededException
 
setType(String) - Method in exception com.amazonaws.services.lambda.model.PreconditionFailedException

setType(String) - Method in exception com.amazonaws.services.lambda.model.RequestTooLargeException
 
setType(String) - Method in exception com.amazonaws.services.lambda.model.ResourceConflictException

setType(String) - Method in exception com.amazonaws.services.lambda.model.ResourceInUseException
 
setType(String) - Method in exception com.amazonaws.services.lambda.model.ResourceNotFoundException
 
setType(String) - Method in exception com.amazonaws.services.lambda.model.ServiceException
 
setType(String) - Method in exception com.amazonaws.services.lambda.model.SubnetIPAddressLimitReachedException
 
setType(String) - Method in exception com.amazonaws.services.lambda.model.TooManyRequestsException
 
setType(String) - Method in exception com.amazonaws.services.lambda.model.UnsupportedMediaTypeException
 
setUnreservedConcurrentExecutions(Integer) - Method in class com.amazonaws.services.lambda.model.AccountLimit
The number of concurrent executions available to functions that do not have concurrency limits set.
setUUID(String) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
The AWS Lambda assigned opaque identifier for the mapping.
setUUID(String) - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingRequest
The event source mapping ID.
setUUID(String) - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
The AWS Lambda assigned opaque identifier for the mapping.
setUUID(String) - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
The AWS Lambda assigned opaque identifier for the mapping.
setUUID(String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingRequest
The AWS Lambda assigned ID of the event source mapping.
setUUID(String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
The AWS Lambda assigned opaque identifier for the mapping.
setUUID(String) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingRequest
The event source mapping identifier.
setUUID(String) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
The AWS Lambda assigned opaque identifier for the mapping.
setVariables(Map<String, String>) - Method in class com.amazonaws.services.lambda.model.Environment
The key-value pairs that represent your environment's configuration settings.
setVariables(Map<String, String>) - Method in class com.amazonaws.services.lambda.model.EnvironmentResponse
The key-value pairs returned that represent your environment's configuration settings or error information.
setVersion(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The version of the Lambda function.
setVersion(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The version of the Lambda function.
setVersion(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The version of the Lambda function.
setVersion(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The version of the Lambda function.
setVersion(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The version of the Lambda function.
setVersion(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The version of the Lambda function.
setVersions(Collection<FunctionConfiguration>) - Method in class com.amazonaws.services.lambda.model.ListVersionsByFunctionResult
A list of Lambda function versions.
setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs.
setVpcConfig(VpcConfigResponse) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
VPC configuration associated with your Lambda function.
setVpcConfig(VpcConfigResponse) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
VPC configuration associated with your Lambda function.
setVpcConfig(VpcConfigResponse) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
VPC configuration associated with your Lambda function.
setVpcConfig(VpcConfigResponse) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
VPC configuration associated with your Lambda function.
setVpcConfig(VpcConfigResponse) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
VPC configuration associated with your Lambda function.
setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
 
setVpcConfig(VpcConfigResponse) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
VPC configuration associated with your Lambda function.
setVpcId(String) - Method in class com.amazonaws.services.lambda.model.VpcConfigResponse
The VPC ID associated with you Lambda function.
setZipFile(ByteBuffer) - Method in class com.amazonaws.services.lambda.model.FunctionCode
The contents of your zip file containing your deployment package.
setZipFile(ByteBuffer) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
The contents of your zip file containing your deployment package.
shutdown() - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
shutdown() - Method in interface com.amazonaws.services.lambda.AWSLambda
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
Shuts down the client, releasing all managed resources.
standard() - Static method in class com.amazonaws.services.lambda.AWSLambdaAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.lambda.AWSLambdaClientBuilder
 
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.

T

tagResource(TagResourceRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
tagResource(TagResourceRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Creates a list of tags (key-value pairs) on the Lambda function.
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Creates a list of tags (key-value pairs) on the Lambda function.
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
tagResourceAsync(TagResourceRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Creates a list of tags (key-value pairs) on the Lambda function.
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Creates a list of tags (key-value pairs) on the Lambda function.
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
TagResourceRequest - Class in com.amazonaws.services.lambda.model
 
TagResourceRequest() - Constructor for class com.amazonaws.services.lambda.model.TagResourceRequest
 
TagResourceResult - Class in com.amazonaws.services.lambda.model
 
TagResourceResult() - Constructor for class com.amazonaws.services.lambda.model.TagResourceResult
 
ThrottleReason - Enum in com.amazonaws.services.lambda.model
 
TooManyRequestsException - Exception in com.amazonaws.services.lambda.model
TooManyRequestsException(String) - Constructor for exception com.amazonaws.services.lambda.model.TooManyRequestsException
Constructs a new TooManyRequestsException with the specified error message.
toString() - Method in class com.amazonaws.services.lambda.model.AccountLimit
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.AccountUsage
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.AddPermissionResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.AliasConfiguration
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.AliasRoutingConfiguration
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.Concurrency
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.CreateAliasRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.CreateAliasResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.DeadLetterConfig
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.DeleteAliasRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.DeleteAliasResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.DeleteFunctionConcurrencyRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.DeleteFunctionConcurrencyResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.DeleteFunctionRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.DeleteFunctionResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.Environment
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.EnvironmentError
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.EnvironmentResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.lambda.model.EventSourcePosition
 
toString() - Method in class com.amazonaws.services.lambda.model.FunctionCode
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.FunctionCodeLocation
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.lambda.model.FunctionVersion
 
toString() - Method in class com.amazonaws.services.lambda.model.GetAccountSettingsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.GetAccountSettingsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.GetAliasRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.GetAliasResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.GetFunctionRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.GetFunctionResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.GetPolicyRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.GetPolicyResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.lambda.model.InvocationType
 
toString() - Method in class com.amazonaws.services.lambda.model.InvokeAsyncRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.InvokeAsyncResult
Deprecated.
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.InvokeRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.InvokeResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.ListAliasesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.ListAliasesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.ListFunctionsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.ListFunctionsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.ListTagsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.ListTagsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.ListVersionsByFunctionRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.ListVersionsByFunctionResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.lambda.model.LogType
 
toString() - Method in class com.amazonaws.services.lambda.model.PublishVersionRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.PutFunctionConcurrencyRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.PutFunctionConcurrencyResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.RemovePermissionRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.RemovePermissionResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.lambda.model.Runtime
 
toString() - Method in class com.amazonaws.services.lambda.model.TagResourceRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.TagResourceResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.lambda.model.ThrottleReason
 
toString() - Method in class com.amazonaws.services.lambda.model.TracingConfig
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.TracingConfigResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.lambda.model.TracingMode
 
toString() - Method in class com.amazonaws.services.lambda.model.UntagResourceRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.UntagResourceResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.UpdateAliasRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.UpdateAliasResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.VpcConfig
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.lambda.model.VpcConfigResponse
Returns a string representation of this object; useful for testing and debugging.
TracingConfig - Class in com.amazonaws.services.lambda.model
The parent object that contains your function's tracing settings.
TracingConfig() - Constructor for class com.amazonaws.services.lambda.model.TracingConfig
 
TracingConfigResponse - Class in com.amazonaws.services.lambda.model
Parent object of the tracing information associated with your Lambda function.
TracingConfigResponse() - Constructor for class com.amazonaws.services.lambda.model.TracingConfigResponse
 
TracingMode - Enum in com.amazonaws.services.lambda.model
 

U

UnsupportedMediaTypeException - Exception in com.amazonaws.services.lambda.model
The content type of the Invoke request body is not JSON.
UnsupportedMediaTypeException(String) - Constructor for exception com.amazonaws.services.lambda.model.UnsupportedMediaTypeException
Constructs a new UnsupportedMediaTypeException with the specified error message.
untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
untagResource(UntagResourceRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Removes tags from a Lambda function.
untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Removes tags from a Lambda function.
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
untagResourceAsync(UntagResourceRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Removes tags from a Lambda function.
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Removes tags from a Lambda function.
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
UntagResourceRequest - Class in com.amazonaws.services.lambda.model
 
UntagResourceRequest() - Constructor for class com.amazonaws.services.lambda.model.UntagResourceRequest
 
UntagResourceResult - Class in com.amazonaws.services.lambda.model
 
UntagResourceResult() - Constructor for class com.amazonaws.services.lambda.model.UntagResourceResult
 
updateAlias(UpdateAliasRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
updateAlias(UpdateAliasRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Using this API you can update the function version to which the alias points and the alias description.
updateAlias(UpdateAliasRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Using this API you can update the function version to which the alias points and the alias description.
updateAliasAsync(UpdateAliasRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
updateAliasAsync(UpdateAliasRequest, AsyncHandler<UpdateAliasRequest, UpdateAliasResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
updateAliasAsync(UpdateAliasRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Using this API you can update the function version to which the alias points and the alias description.
updateAliasAsync(UpdateAliasRequest, AsyncHandler<UpdateAliasRequest, UpdateAliasResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Using this API you can update the function version to which the alias points and the alias description.
updateAliasAsync(UpdateAliasRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
updateAliasAsync(UpdateAliasRequest, AsyncHandler<UpdateAliasRequest, UpdateAliasResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
UpdateAliasRequest - Class in com.amazonaws.services.lambda.model
 
UpdateAliasRequest() - Constructor for class com.amazonaws.services.lambda.model.UpdateAliasRequest
 
UpdateAliasResult - Class in com.amazonaws.services.lambda.model
Provides configuration information about a Lambda function version alias.
UpdateAliasResult() - Constructor for class com.amazonaws.services.lambda.model.UpdateAliasResult
 
updateEventSourceMapping(UpdateEventSourceMappingRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
updateEventSourceMapping(UpdateEventSourceMappingRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
You can update an event source mapping.
updateEventSourceMapping(UpdateEventSourceMappingRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
You can update an event source mapping.
updateEventSourceMappingAsync(UpdateEventSourceMappingRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
updateEventSourceMappingAsync(UpdateEventSourceMappingRequest, AsyncHandler<UpdateEventSourceMappingRequest, UpdateEventSourceMappingResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
updateEventSourceMappingAsync(UpdateEventSourceMappingRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
You can update an event source mapping.
updateEventSourceMappingAsync(UpdateEventSourceMappingRequest, AsyncHandler<UpdateEventSourceMappingRequest, UpdateEventSourceMappingResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
You can update an event source mapping.
updateEventSourceMappingAsync(UpdateEventSourceMappingRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
updateEventSourceMappingAsync(UpdateEventSourceMappingRequest, AsyncHandler<UpdateEventSourceMappingRequest, UpdateEventSourceMappingResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
UpdateEventSourceMappingRequest - Class in com.amazonaws.services.lambda.model

UpdateEventSourceMappingRequest() - Constructor for class com.amazonaws.services.lambda.model.UpdateEventSourceMappingRequest
 
UpdateEventSourceMappingResult - Class in com.amazonaws.services.lambda.model
Describes mapping between an Amazon Kinesis or DynamoDB stream or an Amazon SQS queue and a Lambda function.
UpdateEventSourceMappingResult() - Constructor for class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
 
updateFunctionCode(UpdateFunctionCodeRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
updateFunctionCode(UpdateFunctionCodeRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Updates the code for the specified Lambda function.
updateFunctionCode(UpdateFunctionCodeRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Updates the code for the specified Lambda function.
updateFunctionCodeAsync(UpdateFunctionCodeRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
updateFunctionCodeAsync(UpdateFunctionCodeRequest, AsyncHandler<UpdateFunctionCodeRequest, UpdateFunctionCodeResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
updateFunctionCodeAsync(UpdateFunctionCodeRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Updates the code for the specified Lambda function.
updateFunctionCodeAsync(UpdateFunctionCodeRequest, AsyncHandler<UpdateFunctionCodeRequest, UpdateFunctionCodeResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Updates the code for the specified Lambda function.
updateFunctionCodeAsync(UpdateFunctionCodeRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
updateFunctionCodeAsync(UpdateFunctionCodeRequest, AsyncHandler<UpdateFunctionCodeRequest, UpdateFunctionCodeResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
UpdateFunctionCodeRequest - Class in com.amazonaws.services.lambda.model

UpdateFunctionCodeRequest() - Constructor for class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
 
UpdateFunctionCodeResult - Class in com.amazonaws.services.lambda.model
A complex type that describes function metadata.
UpdateFunctionCodeResult() - Constructor for class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
 
updateFunctionConfiguration(UpdateFunctionConfigurationRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambda
 
updateFunctionConfiguration(UpdateFunctionConfigurationRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
Updates the configuration parameters for the specified Lambda function by using the values provided in the request.
updateFunctionConfiguration(UpdateFunctionConfigurationRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
Updates the configuration parameters for the specified Lambda function by using the values provided in the request.
updateFunctionConfigurationAsync(UpdateFunctionConfigurationRequest) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
updateFunctionConfigurationAsync(UpdateFunctionConfigurationRequest, AsyncHandler<UpdateFunctionConfigurationRequest, UpdateFunctionConfigurationResult>) - Method in class com.amazonaws.services.lambda.AbstractAWSLambdaAsync
 
updateFunctionConfigurationAsync(UpdateFunctionConfigurationRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Updates the configuration parameters for the specified Lambda function by using the values provided in the request.
updateFunctionConfigurationAsync(UpdateFunctionConfigurationRequest, AsyncHandler<UpdateFunctionConfigurationRequest, UpdateFunctionConfigurationResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
Updates the configuration parameters for the specified Lambda function by using the values provided in the request.
updateFunctionConfigurationAsync(UpdateFunctionConfigurationRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
updateFunctionConfigurationAsync(UpdateFunctionConfigurationRequest, AsyncHandler<UpdateFunctionConfigurationRequest, UpdateFunctionConfigurationResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
 
UpdateFunctionConfigurationRequest - Class in com.amazonaws.services.lambda.model

UpdateFunctionConfigurationRequest() - Constructor for class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
 
UpdateFunctionConfigurationResult - Class in com.amazonaws.services.lambda.model
A complex type that describes function metadata.
UpdateFunctionConfigurationResult() - Constructor for class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
 

V

valueOf(String) - Static method in enum com.amazonaws.services.lambda.model.EventSourcePosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.lambda.model.FunctionVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.lambda.model.InvocationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.lambda.model.LogType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.lambda.model.Runtime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.lambda.model.ThrottleReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.lambda.model.TracingMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.lambda.model.EventSourcePosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.lambda.model.FunctionVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.lambda.model.InvocationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.lambda.model.LogType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.lambda.model.Runtime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.lambda.model.ThrottleReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.lambda.model.TracingMode
Returns an array containing the constants of this enum type, in the order they are declared.
VpcConfig - Class in com.amazonaws.services.lambda.model
If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs.
VpcConfig() - Constructor for class com.amazonaws.services.lambda.model.VpcConfig
 
VpcConfigResponse - Class in com.amazonaws.services.lambda.model
VPC configuration associated with your Lambda function.
VpcConfigResponse() - Constructor for class com.amazonaws.services.lambda.model.VpcConfigResponse
 

W

withAccountLimit(AccountLimit) - Method in class com.amazonaws.services.lambda.model.GetAccountSettingsResult
 
withAccountUsage(AccountUsage) - Method in class com.amazonaws.services.lambda.model.GetAccountSettingsResult
 
withAction(String) - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
The AWS Lambda action you want to allow in this statement.
withAdditionalVersionWeights(Map<String, Double>) - Method in class com.amazonaws.services.lambda.model.AliasRoutingConfiguration
Set this value to dictate what percentage of traffic will invoke the updated function version.
withAliasArn(String) - Method in class com.amazonaws.services.lambda.model.AliasConfiguration
Lambda function ARN that is qualified using the alias name as the suffix.
withAliasArn(String) - Method in class com.amazonaws.services.lambda.model.CreateAliasResult
Lambda function ARN that is qualified using the alias name as the suffix.
withAliasArn(String) - Method in class com.amazonaws.services.lambda.model.GetAliasResult
Lambda function ARN that is qualified using the alias name as the suffix.
withAliasArn(String) - Method in class com.amazonaws.services.lambda.model.UpdateAliasResult
Lambda function ARN that is qualified using the alias name as the suffix.
withAliases(AliasConfiguration...) - Method in class com.amazonaws.services.lambda.model.ListAliasesResult
A list of aliases.
withAliases(Collection<AliasConfiguration>) - Method in class com.amazonaws.services.lambda.model.ListAliasesResult
A list of aliases.
withBatchSize(Integer) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.
withBatchSize(Integer) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.
withBatchSize(Integer) - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.
withBatchSize(Integer) - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.
withBatchSize(Integer) - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.
withBatchSize(Integer) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingRequest
The maximum number of stream records that can be sent to your Lambda function for a single invocation.
withBatchSize(Integer) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.
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.
withCode(FunctionCode) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The code for the Lambda function.
withCode(FunctionCodeLocation) - Method in class com.amazonaws.services.lambda.model.GetFunctionResult
 
withCodeSha256(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
It is the SHA256 hash of your function deployment package.
withCodeSha256(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
It is the SHA256 hash of your function deployment package.
withCodeSha256(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
It is the SHA256 hash of your function deployment package.
withCodeSha256(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionRequest
The SHA256 hash of the deployment package you want to publish.
withCodeSha256(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
It is the SHA256 hash of your function deployment package.
withCodeSha256(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
It is the SHA256 hash of your function deployment package.
withCodeSha256(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
It is the SHA256 hash of your function deployment package.
withCodeSize(Long) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The size, in bytes, of the function .zip file you uploaded.
withCodeSize(Long) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The size, in bytes, of the function .zip file you uploaded.
withCodeSize(Long) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The size, in bytes, of the function .zip file you uploaded.
withCodeSize(Long) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The size, in bytes, of the function .zip file you uploaded.
withCodeSize(Long) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The size, in bytes, of the function .zip file you uploaded.
withCodeSize(Long) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The size, in bytes, of the function .zip file you uploaded.
withCodeSizeUnzipped(Long) - Method in class com.amazonaws.services.lambda.model.AccountLimit
Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading.
withCodeSizeZipped(Long) - Method in class com.amazonaws.services.lambda.model.AccountLimit
Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file).
withConcurrency(Concurrency) - Method in class com.amazonaws.services.lambda.model.GetFunctionResult
The concurrent execution limit set for this function.
withConcurrentExecutions(Integer) - Method in class com.amazonaws.services.lambda.model.AccountLimit
Number of simultaneous executions of your function per region.
withConfiguration(FunctionConfiguration) - Method in class com.amazonaws.services.lambda.model.GetFunctionResult
 
withDeadLetterConfig(DeadLetterConfig) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
withDeadLetterConfig(DeadLetterConfig) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
withDeadLetterConfig(DeadLetterConfig) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
withDeadLetterConfig(DeadLetterConfig) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
withDeadLetterConfig(DeadLetterConfig) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
withDeadLetterConfig(DeadLetterConfig) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
withDeadLetterConfig(DeadLetterConfig) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
withDeadLetterConfig(DeadLetterConfig) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
withDescription(String) - Method in class com.amazonaws.services.lambda.model.AliasConfiguration
Alias description.
withDescription(String) - Method in class com.amazonaws.services.lambda.model.CreateAliasRequest
Description of the alias.
withDescription(String) - Method in class com.amazonaws.services.lambda.model.CreateAliasResult
Alias description.
withDescription(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
A short, user-defined function description.
withDescription(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The user-provided description.
withDescription(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The user-provided description.
withDescription(String) - Method in class com.amazonaws.services.lambda.model.GetAliasResult
Alias description.
withDescription(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The user-provided description.
withDescription(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionRequest
The description for the version you are publishing.
withDescription(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The user-provided description.
withDescription(String) - Method in class com.amazonaws.services.lambda.model.UpdateAliasRequest
You can change the description of the alias using this parameter.
withDescription(String) - Method in class com.amazonaws.services.lambda.model.UpdateAliasResult
Alias description.
withDescription(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The user-provided description.
withDescription(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
A short user-defined function description.
withDescription(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The user-provided description.
withDryRun(Boolean) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
This boolean parameter can be used to test your request to AWS Lambda to update the Lambda function and publish a version as an atomic operation.
withEC2ErrorCode(String) - Method in exception com.amazonaws.services.lambda.model.EC2UnexpectedException
 
withEnabled(Boolean) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
Indicates whether AWS Lambda should begin polling the event source.
withEnabled(Boolean) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingRequest
Specifies whether AWS Lambda should actively poll the stream or not.
withEnvironment(Environment) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
 
withEnvironment(EnvironmentResponse) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The parent object that contains your environment's configuration settings.
withEnvironment(EnvironmentResponse) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The parent object that contains your environment's configuration settings.
withEnvironment(EnvironmentResponse) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The parent object that contains your environment's configuration settings.
withEnvironment(EnvironmentResponse) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The parent object that contains your environment's configuration settings.
withEnvironment(EnvironmentResponse) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The parent object that contains your environment's configuration settings.
withEnvironment(Environment) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The parent object that contains your environment's configuration settings.
withEnvironment(EnvironmentResponse) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The parent object that contains your environment's configuration settings.
withError(EnvironmentError) - Method in class com.amazonaws.services.lambda.model.EnvironmentResponse
 
withErrorCode(String) - Method in class com.amazonaws.services.lambda.model.EnvironmentError
The error code returned by the environment error object.
withEventSourceArn(String) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
The Amazon Resource Name (ARN) of the event source.
withEventSourceArn(String) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
The Amazon Resource Name (ARN) of the Amazon Kinesis or DynamoDB stream or the SQS queue that is the source of events.
withEventSourceArn(String) - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
The Amazon Resource Name (ARN) of the Amazon Kinesis or DynamoDB stream or the SQS queue that is the source of events.
withEventSourceArn(String) - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
The Amazon Resource Name (ARN) of the Amazon Kinesis or DynamoDB stream or the SQS queue that is the source of events.
withEventSourceArn(String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
The Amazon Resource Name (ARN) of the Amazon Kinesis or DynamoDB stream or the SQS queue that is the source of events.
withEventSourceArn(String) - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsRequest
The Amazon Resource Name (ARN) of the Amazon Kinesis or DynamoDB stream, or an SQS queue.
withEventSourceArn(String) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
The Amazon Resource Name (ARN) of the Amazon Kinesis or DynamoDB stream or the SQS queue that is the source of events.
withEventSourceMappings(EventSourceMappingConfiguration...) - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsResult
An array of EventSourceMappingConfiguration objects.
withEventSourceMappings(Collection<EventSourceMappingConfiguration>) - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsResult
An array of EventSourceMappingConfiguration objects.
withEventSourceToken(String) - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
A unique token that must be supplied by the principal invoking the function.
withExecutedVersion(String) - Method in class com.amazonaws.services.lambda.model.InvokeResult
The function version that has been executed.
withFunctionArn(String) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
The Lambda function to invoke when AWS Lambda detects an event on the poll-based source.
withFunctionArn(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The Amazon Resource Name (ARN) assigned to the function.
withFunctionArn(String) - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
The Lambda function to invoke when AWS Lambda detects an event on the poll-based source.
withFunctionArn(String) - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
The Lambda function to invoke when AWS Lambda detects an event on the poll-based source.
withFunctionArn(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The Amazon Resource Name (ARN) assigned to the function.
withFunctionArn(String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
The Lambda function to invoke when AWS Lambda detects an event on the poll-based source.
withFunctionArn(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The Amazon Resource Name (ARN) assigned to the function.
withFunctionArn(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The Amazon Resource Name (ARN) assigned to the function.
withFunctionArn(String) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
The Lambda function to invoke when AWS Lambda detects an event on the poll-based source.
withFunctionArn(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The Amazon Resource Name (ARN) assigned to the function.
withFunctionArn(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The Amazon Resource Name (ARN) assigned to the function.
withFunctionCount(Long) - Method in class com.amazonaws.services.lambda.model.AccountUsage
The number of your account's existing functions per region.
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.AddPermissionRequest
Name of the Lambda function whose resource policy you are updating by adding a new permission.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.CreateAliasRequest
Name of the Lambda function for which you want to create an alias.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
The Lambda function to invoke when AWS Lambda detects an event on the stream.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The name you want to assign to the function you are uploading.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The name of the function.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.DeleteAliasRequest
The Lambda function name for which the alias is created.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.DeleteFunctionConcurrencyRequest
The name of the function you are removing concurrent execution limits from.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.DeleteFunctionRequest
The Lambda function to delete.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The name of the function.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.GetAliasRequest
Function name for which the alias is created.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationRequest
The name of the Lambda function for which you want to retrieve the configuration information.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The name of the function.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionRequest
The Lambda function name.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.GetPolicyRequest
Function name whose resource policy you want to retrieve.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.InvokeAsyncRequest
The Lambda function name.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
The Lambda function name.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.ListAliasesRequest
Lambda function name for which the alias is created.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsRequest
The name of the Lambda function.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.ListVersionsByFunctionRequest
Function name whose versions to list.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionRequest
The Lambda function name.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The name of the function.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.PutFunctionConcurrencyRequest
The name of the function you are setting concurrent execution limits on.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.RemovePermissionRequest
Lambda function whose resource policy you want to remove a permission from.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.UpdateAliasRequest
The function name for which the alias is created.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingRequest
The Lambda function to which you want the stream records sent.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
The existing Lambda function name whose code you want to replace.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The name of the function.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The name of the Lambda function.
withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The name of the function.
withFunctions(FunctionConfiguration...) - Method in class com.amazonaws.services.lambda.model.ListFunctionsResult
A list of Lambda functions.
withFunctions(Collection<FunctionConfiguration>) - Method in class com.amazonaws.services.lambda.model.ListFunctionsResult
A list of Lambda functions.
withFunctionVersion(String) - Method in class com.amazonaws.services.lambda.model.AliasConfiguration
Function version to which the alias points.
withFunctionVersion(String) - Method in class com.amazonaws.services.lambda.model.CreateAliasRequest
Lambda function version for which you are creating the alias.
withFunctionVersion(String) - Method in class com.amazonaws.services.lambda.model.CreateAliasResult
Function version to which the alias points.
withFunctionVersion(String) - Method in class com.amazonaws.services.lambda.model.GetAliasResult
Function version to which the alias points.
withFunctionVersion(String) - Method in class com.amazonaws.services.lambda.model.ListAliasesRequest
If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.
withFunctionVersion(String) - Method in class com.amazonaws.services.lambda.model.ListFunctionsRequest
Optional string.
withFunctionVersion(FunctionVersion) - Method in class com.amazonaws.services.lambda.model.ListFunctionsRequest
Optional string.
withFunctionVersion(String) - Method in class com.amazonaws.services.lambda.model.UpdateAliasRequest
Using this parameter you can change the Lambda function version to which the alias points.
withFunctionVersion(String) - Method in class com.amazonaws.services.lambda.model.UpdateAliasResult
Function version to which the alias points.
withHandler(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The function within your code that Lambda calls to begin execution.
withHandler(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The function Lambda calls to begin executing your function.
withHandler(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The function Lambda calls to begin executing your function.
withHandler(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The function Lambda calls to begin executing your function.
withHandler(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The function Lambda calls to begin executing your function.
withHandler(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The function Lambda calls to begin executing your function.
withHandler(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The function that Lambda calls to begin executing your function.
withHandler(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The function Lambda calls to begin executing your function.
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.
withInvokeArgs(InputStream) - Method in class com.amazonaws.services.lambda.model.InvokeAsyncRequest
JSON that you want to provide to your Lambda function as input.
withInvokeArgs(String) - Method in class com.amazonaws.services.lambda.model.InvokeAsyncRequest
JSON that you want to provide to your Lambda function as input.
withKMSKeyArn(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
withKMSKeyArn(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
withKMSKeyArn(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
withKMSKeyArn(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
withKMSKeyArn(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
withKMSKeyArn(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
withKMSKeyArn(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
withKMSKeyArn(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
withLambdaFunctionNameResolver(LambdaFunctionNameResolver) - Method in class com.amazonaws.services.lambda.invoke.LambdaInvokerFactoryConfig
Deprecated.
Use LambdaInvokerFactory.builder() to configure invoker factory.
withLastModified(Date) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
The UTC time string indicating the last time the event mapping was updated.
withLastModified(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The time stamp of the last time you updated the function.
withLastModified(Date) - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
The UTC time string indicating the last time the event mapping was updated.
withLastModified(Date) - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
The UTC time string indicating the last time the event mapping was updated.
withLastModified(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The time stamp of the last time you updated the function.
withLastModified(Date) - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
The UTC time string indicating the last time the event mapping was updated.
withLastModified(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The time stamp of the last time you updated the function.
withLastModified(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The time stamp of the last time you updated the function.
withLastModified(Date) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
The UTC time string indicating the last time the event mapping was updated.
withLastModified(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The time stamp of the last time you updated the function.
withLastModified(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The time stamp of the last time you updated the function.
withLastProcessingResult(String) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
The result of the last AWS Lambda invocation of your Lambda function.
withLastProcessingResult(String) - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
The result of the last AWS Lambda invocation of your Lambda function.
withLastProcessingResult(String) - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
The result of the last AWS Lambda invocation of your Lambda function.
withLastProcessingResult(String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
The result of the last AWS Lambda invocation of your Lambda function.
withLastProcessingResult(String) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
The result of the last AWS Lambda invocation of your Lambda function.
withLocation(String) - Method in class com.amazonaws.services.lambda.model.FunctionCodeLocation
The presigned URL you can use to download the function's .zip file that you previously uploaded.
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.
withMarker(String) - Method in class com.amazonaws.services.lambda.model.ListAliasesRequest
Optional string.
withMarker(String) - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsRequest
Optional string.
withMarker(String) - Method in class com.amazonaws.services.lambda.model.ListFunctionsRequest
Optional string.
withMarker(String) - Method in class com.amazonaws.services.lambda.model.ListVersionsByFunctionRequest
Optional string.
withMasterArn(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
Returns the ARN (Amazon Resource Name) of the master function.
withMasterArn(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
Returns the ARN (Amazon Resource Name) of the master function.
withMasterArn(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
Returns the ARN (Amazon Resource Name) of the master function.
withMasterArn(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
Returns the ARN (Amazon Resource Name) of the master function.
withMasterArn(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
Returns the ARN (Amazon Resource Name) of the master function.
withMasterArn(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
Returns the ARN (Amazon Resource Name) of the master function.
withMasterRegion(String) - Method in class com.amazonaws.services.lambda.model.ListFunctionsRequest
Optional string.
withMaxItems(Integer) - Method in class com.amazonaws.services.lambda.model.ListAliasesRequest
Optional integer.
withMaxItems(Integer) - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsRequest
Optional integer.
withMaxItems(Integer) - Method in class com.amazonaws.services.lambda.model.ListFunctionsRequest
Optional integer.
withMaxItems(Integer) - Method in class com.amazonaws.services.lambda.model.ListVersionsByFunctionRequest
Optional integer.
withMemorySize(Integer) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The amount of memory, in MB, your Lambda function is given.
withMemorySize(Integer) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The memory size, in MB, you configured for the function.
withMemorySize(Integer) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The memory size, in MB, you configured for the function.
withMemorySize(Integer) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The memory size, in MB, you configured for the function.
withMemorySize(Integer) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The memory size, in MB, you configured for the function.
withMemorySize(Integer) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The memory size, in MB, you configured for the function.
withMemorySize(Integer) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The amount of memory, in MB, your Lambda function is given.
withMemorySize(Integer) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The memory size, in MB, you configured for the function.
withMessage(String) - Method in class com.amazonaws.services.lambda.model.EnvironmentError
The message returned by the environment error object.
withMode(String) - Method in class com.amazonaws.services.lambda.model.TracingConfig
Can be either PassThrough or Active.
withMode(TracingMode) - Method in class com.amazonaws.services.lambda.model.TracingConfig
Can be either PassThrough or Active.
withMode(String) - Method in class com.amazonaws.services.lambda.model.TracingConfigResponse
The tracing mode associated with your Lambda function.
withMode(TracingMode) - Method in class com.amazonaws.services.lambda.model.TracingConfigResponse
The tracing mode associated with your Lambda function.
withName(String) - Method in class com.amazonaws.services.lambda.model.AliasConfiguration
Alias name.
withName(String) - Method in class com.amazonaws.services.lambda.model.CreateAliasRequest
Name for the alias you are creating.
withName(String) - Method in class com.amazonaws.services.lambda.model.CreateAliasResult
Alias name.
withName(String) - Method in class com.amazonaws.services.lambda.model.DeleteAliasRequest
Name of the alias to delete.
withName(String) - Method in class com.amazonaws.services.lambda.model.GetAliasRequest
Name of the alias for which you want to retrieve information.
withName(String) - Method in class com.amazonaws.services.lambda.model.GetAliasResult
Alias name.
withName(String) - Method in class com.amazonaws.services.lambda.model.UpdateAliasRequest
The alias name.
withName(String) - Method in class com.amazonaws.services.lambda.model.UpdateAliasResult
Alias name.
withNextMarker(String) - Method in class com.amazonaws.services.lambda.model.ListAliasesResult
A string, present if there are more aliases.
withNextMarker(String) - Method in class com.amazonaws.services.lambda.model.ListEventSourceMappingsResult
A string, present if there are more event source mappings.
withNextMarker(String) - Method in class com.amazonaws.services.lambda.model.ListFunctionsResult
A string, present if there are more functions.
withNextMarker(String) - Method in class com.amazonaws.services.lambda.model.ListVersionsByFunctionResult
A string, present if there are more function versions.
withPayload(ByteBuffer) - Method in class com.amazonaws.services.lambda.model.InvokeRequest
JSON that you want to provide to your Lambda function as input.
withPayload(String) - 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.
withPolicy(String) - Method in class com.amazonaws.services.lambda.model.GetPolicyResult
The resource policy associated with the specified function.
withPrincipal(String) - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
The principal who is getting this permission.
withPublish(Boolean) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.
withPublish(Boolean) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.
withQualifier(String) - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
You can use this optional query parameter to describe a qualified ARN using a function version or an alias name.
withQualifier(String) - Method in class com.amazonaws.services.lambda.model.DeleteFunctionRequest
Using this optional parameter you can specify a function version (but not the $LATEST version) to direct AWS Lambda to delete a specific function version.
withQualifier(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationRequest
Using this optional parameter you can specify a function version or an alias name.
withQualifier(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionRequest
Use this optional parameter to specify a function version or an alias name.
withQualifier(String) - Method in class com.amazonaws.services.lambda.model.GetPolicyRequest
You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN.
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.
withQualifier(String) - Method in class com.amazonaws.services.lambda.model.RemovePermissionRequest
You can specify this optional parameter to remove permission associated with a specific function version or function alias.
withReason(String) - Method in exception com.amazonaws.services.lambda.model.TooManyRequestsException
 
withReason(ThrottleReason) - Method in exception com.amazonaws.services.lambda.model.TooManyRequestsException
 
withRepositoryType(String) - Method in class com.amazonaws.services.lambda.model.FunctionCodeLocation
The repository from which you can download the function.
withReservedConcurrentExecutions(Integer) - Method in class com.amazonaws.services.lambda.model.Concurrency
The number of concurrent executions reserved for this function.
withReservedConcurrentExecutions(Integer) - Method in class com.amazonaws.services.lambda.model.PutFunctionConcurrencyRequest
The concurrent execution limit reserved for this function.
withReservedConcurrentExecutions(Integer) - Method in class com.amazonaws.services.lambda.model.PutFunctionConcurrencyResult
The number of concurrent executions reserved for this function.
withResource(String) - Method in class com.amazonaws.services.lambda.model.ListTagsRequest
The ARN (Amazon Resource Name) of the function.
withResource(String) - Method in class com.amazonaws.services.lambda.model.TagResourceRequest
The ARN (Amazon Resource Name) of the Lambda function.
withResource(String) - Method in class com.amazonaws.services.lambda.model.UntagResourceRequest
The ARN (Amazon Resource Name) of the function.
withRetryAfterSeconds(String) - Method in exception com.amazonaws.services.lambda.model.TooManyRequestsException
The number of seconds the caller should wait before retrying.
withRevisionId(String) - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
An optional value you can use to ensure you are updating the latest update of the function version or alias.
withRevisionId(String) - Method in class com.amazonaws.services.lambda.model.AliasConfiguration
Represents the latest updated revision of the function or alias.
withRevisionId(String) - Method in class com.amazonaws.services.lambda.model.CreateAliasResult
Represents the latest updated revision of the function or alias.
withRevisionId(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
Represents the latest updated revision of the function or alias.
withRevisionId(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
Represents the latest updated revision of the function or alias.
withRevisionId(String) - Method in class com.amazonaws.services.lambda.model.GetAliasResult
Represents the latest updated revision of the function or alias.
withRevisionId(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
Represents the latest updated revision of the function or alias.
withRevisionId(String) - Method in class com.amazonaws.services.lambda.model.GetPolicyResult
Represents the latest updated revision of the function or alias.
withRevisionId(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionRequest
An optional value you can use to ensure you are updating the latest update of the function version or alias.
withRevisionId(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
Represents the latest updated revision of the function or alias.
withRevisionId(String) - Method in class com.amazonaws.services.lambda.model.RemovePermissionRequest
An optional value you can use to ensure you are updating the latest update of the function version or alias.
withRevisionId(String) - Method in class com.amazonaws.services.lambda.model.UpdateAliasRequest
An optional value you can use to ensure you are updating the latest update of the function version or alias.
withRevisionId(String) - Method in class com.amazonaws.services.lambda.model.UpdateAliasResult
Represents the latest updated revision of the function or alias.
withRevisionId(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
An optional value you can use to ensure you are updating the latest update of the function version or alias.
withRevisionId(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
Represents the latest updated revision of the function or alias.
withRevisionId(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
An optional value you can use to ensure you are updating the latest update of the function version or alias.
withRevisionId(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
Represents the latest updated revision of the function or alias.
withRole(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.
withRole(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.
withRole(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.
withRole(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.
withRole(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.
withRole(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.
withRole(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.
withRole(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.
withRoutingConfig(AliasRoutingConfiguration) - Method in class com.amazonaws.services.lambda.model.AliasConfiguration
Specifies an additional function versions the alias points to, allowing you to dictate what percentage of traffic will invoke each version.
withRoutingConfig(AliasRoutingConfiguration) - Method in class com.amazonaws.services.lambda.model.CreateAliasRequest
Specifies an additional version your alias can point to, allowing you to dictate what percentage of traffic will invoke each version.
withRoutingConfig(AliasRoutingConfiguration) - Method in class com.amazonaws.services.lambda.model.CreateAliasResult
Specifies an additional function versions the alias points to, allowing you to dictate what percentage of traffic will invoke each version.
withRoutingConfig(AliasRoutingConfiguration) - Method in class com.amazonaws.services.lambda.model.GetAliasResult
Specifies an additional function versions the alias points to, allowing you to dictate what percentage of traffic will invoke each version.
withRoutingConfig(AliasRoutingConfiguration) - Method in class com.amazonaws.services.lambda.model.UpdateAliasRequest
Specifies an additional version your alias can point to, allowing you to dictate what percentage of traffic will invoke each version.
withRoutingConfig(AliasRoutingConfiguration) - Method in class com.amazonaws.services.lambda.model.UpdateAliasResult
Specifies an additional function versions the alias points to, allowing you to dictate what percentage of traffic will invoke each version.
withRuntime(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The runtime environment for the Lambda function you are uploading.
withRuntime(Runtime) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The runtime environment for the Lambda function you are uploading.
withRuntime(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The runtime environment for the Lambda function.
withRuntime(Runtime) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The runtime environment for the Lambda function.
withRuntime(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The runtime environment for the Lambda function.
withRuntime(Runtime) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The runtime environment for the Lambda function.
withRuntime(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The runtime environment for the Lambda function.
withRuntime(Runtime) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The runtime environment for the Lambda function.
withRuntime(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The runtime environment for the Lambda function.
withRuntime(Runtime) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The runtime environment for the Lambda function.
withRuntime(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The runtime environment for the Lambda function.
withRuntime(Runtime) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The runtime environment for the Lambda function.
withRuntime(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The runtime environment for the Lambda function.
withRuntime(Runtime) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The runtime environment for the Lambda function.
withRuntime(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The runtime environment for the Lambda function.
withRuntime(Runtime) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The runtime environment for the Lambda function.
withS3Bucket(String) - Method in class com.amazonaws.services.lambda.model.FunctionCode
Amazon S3 bucket name where the .zip file containing your deployment package is stored.
withS3Bucket(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
Amazon S3 bucket name where the .zip file containing your deployment package is stored.
withS3Key(String) - Method in class com.amazonaws.services.lambda.model.FunctionCode
The Amazon S3 object (the deployment package) key name you want to upload.
withS3Key(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
The Amazon S3 object (the deployment package) key name you want to upload.
withS3ObjectVersion(String) - Method in class com.amazonaws.services.lambda.model.FunctionCode
The Amazon S3 object (the deployment package) version you want to upload.
withS3ObjectVersion(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
The Amazon S3 object (the deployment package) version you want to upload.
withSecurityGroupIds(String...) - Method in class com.amazonaws.services.lambda.model.VpcConfig
A list of one or more security groups IDs in your VPC.
withSecurityGroupIds(Collection<String>) - Method in class com.amazonaws.services.lambda.model.VpcConfig
A list of one or more security groups IDs in your VPC.
withSecurityGroupIds(String...) - Method in class com.amazonaws.services.lambda.model.VpcConfigResponse
A list of security group IDs associated with the Lambda function.
withSecurityGroupIds(Collection<String>) - Method in class com.amazonaws.services.lambda.model.VpcConfigResponse
A list of security group IDs associated with the Lambda function.
withSourceAccount(String) - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
This parameter is used for S3 and SES.
withSourceArn(String) - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
This is optional; however, when granting permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value.
withStartingPosition(String) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
The position in the DynamoDB or Kinesis stream where AWS Lambda should start reading.
withStartingPosition(EventSourcePosition) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
The position in the DynamoDB or Kinesis stream where AWS Lambda should start reading.
withStartingPositionTimestamp(Date) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingRequest
The timestamp of the data record from which to start reading.
withState(String) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
The state of the event source mapping.
withState(String) - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
The state of the event source mapping.
withState(String) - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
The state of the event source mapping.
withState(String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
The state of the event source mapping.
withState(String) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
The state of the event source mapping.
withStatement(String) - Method in class com.amazonaws.services.lambda.model.AddPermissionResult
The permission statement you specified in the request.
withStatementId(String) - Method in class com.amazonaws.services.lambda.model.AddPermissionRequest
A unique statement identifier.
withStatementId(String) - Method in class com.amazonaws.services.lambda.model.RemovePermissionRequest
Statement ID of the permission to remove.
withStateTransitionReason(String) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
The reason the event source mapping is in its current state.
withStateTransitionReason(String) - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
The reason the event source mapping is in its current state.
withStateTransitionReason(String) - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
The reason the event source mapping is in its current state.
withStateTransitionReason(String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
The reason the event source mapping is in its current state.
withStateTransitionReason(String) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
The reason the event source mapping is in its current state.
withStatus(Integer) - Method in class com.amazonaws.services.lambda.model.InvokeAsyncResult
Deprecated.
It will be 202 upon success.
withStatusCode(Integer) - Method in class com.amazonaws.services.lambda.model.InvokeResult
The HTTP status code will be in the 200 range for successful request.
withSubnetIds(String...) - Method in class com.amazonaws.services.lambda.model.VpcConfig
A list of one or more subnet IDs in your VPC.
withSubnetIds(Collection<String>) - Method in class com.amazonaws.services.lambda.model.VpcConfig
A list of one or more subnet IDs in your VPC.
withSubnetIds(String...) - Method in class com.amazonaws.services.lambda.model.VpcConfigResponse
A list of subnet IDs associated with the Lambda function.
withSubnetIds(Collection<String>) - Method in class com.amazonaws.services.lambda.model.VpcConfigResponse
A list of subnet IDs associated with the Lambda function.
withTagKeys(String...) - Method in class com.amazonaws.services.lambda.model.UntagResourceRequest
The list of tag keys to be deleted from the function.
withTagKeys(Collection<String>) - Method in class com.amazonaws.services.lambda.model.UntagResourceRequest
The list of tag keys to be deleted from the function.
withTags(Map<String, String>) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The list of tags (key-value pairs) assigned to the new function.
withTags(Map<String, String>) - Method in class com.amazonaws.services.lambda.model.GetFunctionResult
Returns the list of tags associated with the function.
withTags(Map<String, String>) - Method in class com.amazonaws.services.lambda.model.ListTagsResult
The list of tags assigned to the function.
withTags(Map<String, String>) - Method in class com.amazonaws.services.lambda.model.TagResourceRequest
The list of tags (key-value pairs) you are assigning to the Lambda function.
withTargetArn(String) - Method in class com.amazonaws.services.lambda.model.DeadLetterConfig
The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).
withTimeout(Integer) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The function execution time at which Lambda should terminate the function.
withTimeout(Integer) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The function execution time at which Lambda should terminate the function.
withTimeout(Integer) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The function execution time at which Lambda should terminate the function.
withTimeout(Integer) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The function execution time at which Lambda should terminate the function.
withTimeout(Integer) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The function execution time at which Lambda should terminate the function.
withTimeout(Integer) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The function execution time at which Lambda should terminate the function.
withTimeout(Integer) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The function execution time at which AWS Lambda should terminate the function.
withTimeout(Integer) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The function execution time at which Lambda should terminate the function.
withTotalCodeSize(Long) - Method in class com.amazonaws.services.lambda.model.AccountLimit
Maximum size, in bytes, of a code package you can upload per region.
withTotalCodeSize(Long) - Method in class com.amazonaws.services.lambda.model.AccountUsage
Total size, in bytes, of the account's deployment packages per region.
withTracingConfig(TracingConfig) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
The parent object that contains your function's tracing settings.
withTracingConfig(TracingConfigResponse) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The parent object that contains your function's tracing settings.
withTracingConfig(TracingConfigResponse) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The parent object that contains your function's tracing settings.
withTracingConfig(TracingConfigResponse) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The parent object that contains your function's tracing settings.
withTracingConfig(TracingConfigResponse) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The parent object that contains your function's tracing settings.
withTracingConfig(TracingConfigResponse) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The parent object that contains your function's tracing settings.
withTracingConfig(TracingConfig) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
The parent object that contains your function's tracing settings.
withTracingConfig(TracingConfigResponse) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The parent object that contains your function's tracing settings.
withType(String) - Method in exception com.amazonaws.services.lambda.model.CodeStorageExceededException

withType(String) - Method in exception com.amazonaws.services.lambda.model.EC2AccessDeniedException
 
withType(String) - Method in exception com.amazonaws.services.lambda.model.EC2ThrottledException
 
withType(String) - Method in exception com.amazonaws.services.lambda.model.EC2UnexpectedException
 
withType(String) - Method in exception com.amazonaws.services.lambda.model.ENILimitReachedException
 
withType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidParameterValueException

withType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidRequestContentException

withType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidRuntimeException
 
withType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidSecurityGroupIDException
 
withType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidSubnetIDException
 
withType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidZipFileException
 
withType(String) - Method in exception com.amazonaws.services.lambda.model.KMSAccessDeniedException
 
withType(String) - Method in exception com.amazonaws.services.lambda.model.KMSDisabledException
 
withType(String) - Method in exception com.amazonaws.services.lambda.model.KMSInvalidStateException
 
withType(String) - Method in exception com.amazonaws.services.lambda.model.KMSNotFoundException
 
withType(String) - Method in exception com.amazonaws.services.lambda.model.PolicyLengthExceededException
 
withType(String) - Method in exception com.amazonaws.services.lambda.model.PreconditionFailedException

withType(String) - Method in exception com.amazonaws.services.lambda.model.RequestTooLargeException
 
withType(String) - Method in exception com.amazonaws.services.lambda.model.ResourceConflictException

withType(String) - Method in exception com.amazonaws.services.lambda.model.ResourceInUseException
 
withType(String) - Method in exception com.amazonaws.services.lambda.model.ResourceNotFoundException
 
withType(String) - Method in exception com.amazonaws.services.lambda.model.ServiceException
 
withType(String) - Method in exception com.amazonaws.services.lambda.model.SubnetIPAddressLimitReachedException
 
withType(String) - Method in exception com.amazonaws.services.lambda.model.TooManyRequestsException
 
withType(String) - Method in exception com.amazonaws.services.lambda.model.UnsupportedMediaTypeException
 
withUnreservedConcurrentExecutions(Integer) - Method in class com.amazonaws.services.lambda.model.AccountLimit
The number of concurrent executions available to functions that do not have concurrency limits set.
withUUID(String) - Method in class com.amazonaws.services.lambda.model.CreateEventSourceMappingResult
The AWS Lambda assigned opaque identifier for the mapping.
withUUID(String) - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingRequest
The event source mapping ID.
withUUID(String) - Method in class com.amazonaws.services.lambda.model.DeleteEventSourceMappingResult
The AWS Lambda assigned opaque identifier for the mapping.
withUUID(String) - Method in class com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
The AWS Lambda assigned opaque identifier for the mapping.
withUUID(String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingRequest
The AWS Lambda assigned ID of the event source mapping.
withUUID(String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceMappingResult
The AWS Lambda assigned opaque identifier for the mapping.
withUUID(String) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingRequest
The event source mapping identifier.
withUUID(String) - Method in class com.amazonaws.services.lambda.model.UpdateEventSourceMappingResult
The AWS Lambda assigned opaque identifier for the mapping.
withVariables(Map<String, String>) - Method in class com.amazonaws.services.lambda.model.Environment
The key-value pairs that represent your environment's configuration settings.
withVariables(Map<String, String>) - Method in class com.amazonaws.services.lambda.model.EnvironmentResponse
The key-value pairs returned that represent your environment's configuration settings or error information.
withVersion(String) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
The version of the Lambda function.
withVersion(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
The version of the Lambda function.
withVersion(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
The version of the Lambda function.
withVersion(String) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
The version of the Lambda function.
withVersion(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
The version of the Lambda function.
withVersion(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
The version of the Lambda function.
withVersions(FunctionConfiguration...) - Method in class com.amazonaws.services.lambda.model.ListVersionsByFunctionResult
A list of Lambda function versions.
withVersions(Collection<FunctionConfiguration>) - Method in class com.amazonaws.services.lambda.model.ListVersionsByFunctionResult
A list of Lambda function versions.
withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.lambda.model.CreateFunctionRequest
If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs.
withVpcConfig(VpcConfigResponse) - Method in class com.amazonaws.services.lambda.model.CreateFunctionResult
VPC configuration associated with your Lambda function.
withVpcConfig(VpcConfigResponse) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
VPC configuration associated with your Lambda function.
withVpcConfig(VpcConfigResponse) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
VPC configuration associated with your Lambda function.
withVpcConfig(VpcConfigResponse) - Method in class com.amazonaws.services.lambda.model.PublishVersionResult
VPC configuration associated with your Lambda function.
withVpcConfig(VpcConfigResponse) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
VPC configuration associated with your Lambda function.
withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
 
withVpcConfig(VpcConfigResponse) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
VPC configuration associated with your Lambda function.
withVpcId(String) - Method in class com.amazonaws.services.lambda.model.VpcConfigResponse
The VPC ID associated with you Lambda function.
withZipFile(ByteBuffer) - Method in class com.amazonaws.services.lambda.model.FunctionCode
The contents of your zip file containing your deployment package.
withZipFile(ByteBuffer) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
The contents of your zip file containing your deployment package.
A B C D E F G H I K L M O P R S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.