- addEventSource(AddEventSourceRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
-
Identifies an Amazon Kinesis stream as the event source for an AWS
Lambda function.
- addEventSource(AddEventSourceRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
-
Identifies an Amazon Kinesis stream as the event source for an AWS
Lambda function.
- addEventSourceAsync(AddEventSourceRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
-
Identifies an Amazon Kinesis stream as the event source for an AWS
Lambda function.
- addEventSourceAsync(AddEventSourceRequest, AsyncHandler<AddEventSourceRequest, AddEventSourceResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
-
Identifies an Amazon Kinesis stream as the event source for an AWS
Lambda function.
- addEventSourceAsync(AddEventSourceRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
-
Identifies an Amazon Kinesis stream as the event source for an AWS
Lambda function.
- addEventSourceAsync(AddEventSourceRequest, AsyncHandler<AddEventSourceRequest, AddEventSourceResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
-
Identifies an Amazon Kinesis stream as the event source for an AWS
Lambda function.
- AddEventSourceRequest - Class in com.amazonaws.services.lambda.model
-
- AddEventSourceRequest() - Constructor for class com.amazonaws.services.lambda.model.AddEventSourceRequest
-
- AddEventSourceResult - Class in com.amazonaws.services.lambda.model
-
Describes mapping between an Amazon Kinesis stream and a Lambda
function.
- AddEventSourceResult() - Constructor for class com.amazonaws.services.lambda.model.AddEventSourceResult
-
- addParametersEntry(String, String) - Method in class com.amazonaws.services.lambda.model.AddEventSourceRequest
-
A map (key-value pairs) defining the configuration for AWS Lambda to
use when reading the event source.
- addParametersEntry(String, String) - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The map (key-value pairs) defining the configuration for AWS Lambda to
use when reading the event source.
- addParametersEntry(String, String) - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
The map (key-value pairs) defining the configuration for AWS Lambda to
use when reading the event source.
- addParametersEntry(String, String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceResult
-
The map (key-value pairs) defining the configuration for AWS Lambda to
use when reading the event source.
- AWSLambda - Interface in com.amazonaws.services.lambda
-
Interface for accessing AWSLambda.
- AWSLambdaAsync - Interface in com.amazonaws.services.lambda
-
Interface for accessing AWSLambda asynchronously.
- AWSLambdaAsyncClient - Class in com.amazonaws.services.lambda
-
Asynchronous client for accessing AWSLambda.
- AWSLambdaAsyncClient() - Constructor for class com.amazonaws.services.lambda.AWSLambdaAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AWSLambda.
- AWSLambdaAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.lambda.AWSLambdaAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AWSLambda.
- AWSLambdaAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.lambda.AWSLambdaAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AWSLambda using the specified AWS account credentials.
- AWSLambdaAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.lambda.AWSLambdaAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AWSLambda using the specified AWS account credentials
and executor service.
- AWSLambdaAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.lambda.AWSLambdaAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AWSLambda using the specified AWS account credentials,
executor service, and client configuration options.
- AWSLambdaAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.lambda.AWSLambdaAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AWSLambda using the specified AWS account credentials provider.
- AWSLambdaAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.lambda.AWSLambdaAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AWSLambda using the specified AWS account credentials provider
and executor service.
- AWSLambdaAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.lambda.AWSLambdaAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AWSLambda using the specified AWS account credentials
provider and client configuration options.
- AWSLambdaAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.lambda.AWSLambdaAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
AWSLambda using the specified AWS account credentials
provider, executor service, and client configuration options.
- AWSLambdaClient - Class in com.amazonaws.services.lambda
-
Client for accessing AWSLambda.
- AWSLambdaClient() - Constructor for class com.amazonaws.services.lambda.AWSLambdaClient
-
Constructs a new client to invoke service methods on
AWSLambda.
- AWSLambdaClient(ClientConfiguration) - Constructor for class com.amazonaws.services.lambda.AWSLambdaClient
-
Constructs a new client to invoke service methods on
AWSLambda.
- AWSLambdaClient(AWSCredentials) - Constructor for class com.amazonaws.services.lambda.AWSLambdaClient
-
Constructs a new client to invoke service methods on
AWSLambda using the specified AWS account credentials.
- AWSLambdaClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.lambda.AWSLambdaClient
-
Constructs a new client to invoke service methods on
AWSLambda using the specified AWS account credentials
and client configuration options.
- AWSLambdaClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.lambda.AWSLambdaClient
-
Constructs a new client to invoke service methods on
AWSLambda using the specified AWS account credentials provider.
- AWSLambdaClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.lambda.AWSLambdaClient
-
Constructs a new client to invoke service methods on
AWSLambda using the specified AWS account credentials
provider and client configuration options.
- AWSLambdaClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.lambda.AWSLambdaClient
-
Constructs a new client to invoke service methods on
AWSLambda using the specified AWS account credentials
provider, client configuration options and request metric collector.
- getBatchSize() - Method in class com.amazonaws.services.lambda.model.AddEventSourceRequest
-
The largest number of records that AWS Lambda will give to your
function in a single event.
- getBatchSize() - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The largest number of records that AWS Lambda will POST in the
invocation request to your function.
- getBatchSize() - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
The largest number of records that AWS Lambda will POST in the
invocation request to your function.
- getBatchSize() - Method in class com.amazonaws.services.lambda.model.GetEventSourceResult
-
The largest number of records that AWS Lambda will POST in the
invocation request to your function.
- 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.
- getCode() - Method in class com.amazonaws.services.lambda.model.GetFunctionResult
-
The object for the Lambda function location.
- 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.UpdateFunctionConfigurationResult
-
The size, in bytes, of the function .zip file you uploaded.
- getCodeSize() - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The size, in bytes, of the function .zip file you uploaded.
- getConfiguration() - Method in class com.amazonaws.services.lambda.model.GetFunctionResult
-
A complex type that describes function metadata.
- getConfigurationId() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
-
A Lambda-assigned unique identifier for the current function code and
related configuration.
- getConfigurationId() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
-
A Lambda-assigned unique identifier for the current function code and
related configuration.
- getConfigurationId() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
-
A Lambda-assigned unique identifier for the current function code and
related configuration.
- getConfigurationId() - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
A Lambda-assigned unique identifier for the current function code and
related configuration.
- getDescription() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
-
The user-provided description.
- getDescription() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
-
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.
- getDescription() - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
A short, user-defined function description.
- getDescription() - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The user-provided description.
- getEventSource(GetEventSourceRequest) - Method in interface com.amazonaws.services.lambda.AWSLambda
-
Returns configuration information for the specified event source
mapping (see AddEventSource).
- getEventSource(GetEventSourceRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
-
Returns configuration information for the specified event source
mapping (see AddEventSource).
- getEventSource() - Method in class com.amazonaws.services.lambda.model.AddEventSourceRequest
-
The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is
the event source.
- getEventSource() - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is
the source of events.
- getEventSource() - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is
the source of events.
- getEventSource() - Method in class com.amazonaws.services.lambda.model.GetEventSourceResult
-
The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is
the source of events.
- getEventSourceArn() - Method in class com.amazonaws.services.lambda.model.ListEventSourcesRequest
-
The Amazon Resource Name (ARN) of the Amazon Kinesis stream.
- getEventSourceAsync(GetEventSourceRequest) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
-
Returns configuration information for the specified event source
mapping (see AddEventSource).
- getEventSourceAsync(GetEventSourceRequest, AsyncHandler<GetEventSourceRequest, GetEventSourceResult>) - Method in interface com.amazonaws.services.lambda.AWSLambdaAsync
-
Returns configuration information for the specified event source
mapping (see AddEventSource).
- getEventSourceAsync(GetEventSourceRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
-
Returns configuration information for the specified event source
mapping (see AddEventSource).
- getEventSourceAsync(GetEventSourceRequest, AsyncHandler<GetEventSourceRequest, GetEventSourceResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
-
Returns configuration information for the specified event source
mapping (see AddEventSource).
- GetEventSourceRequest - Class in com.amazonaws.services.lambda.model
-
- GetEventSourceRequest() - Constructor for class com.amazonaws.services.lambda.model.GetEventSourceRequest
-
- GetEventSourceResult - Class in com.amazonaws.services.lambda.model
-
Describes mapping between an Amazon Kinesis stream and a Lambda
function.
- GetEventSourceResult() - Constructor for class com.amazonaws.services.lambda.model.GetEventSourceResult
-
- getEventSources() - Method in class com.amazonaws.services.lambda.model.ListEventSourcesResult
-
An arrary of EventSourceConfiguration
objects.
- getExecutorService() - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
-
Returns the executor service used by this async client to execute
requests.
- 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 UploadFunction
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 UploadFunction
so you can download the .zip file.
- 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.GetFunctionConfigurationResult
-
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.
- getFunctionARN() - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The Amazon Resource Name (ARN) assigned to the function.
- 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 UploadFunction
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 UploadFunction
so you can download the .zip file.
- getFunctionAsync(GetFunctionRequest) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
-
Returns the configuration information of the Lambda function and a
presigned URL link to the .zip file you uploaded with UploadFunction
so you can download the .zip file.
- getFunctionAsync(GetFunctionRequest, AsyncHandler<GetFunctionRequest, GetFunctionResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
-
Returns the configuration information of the Lambda function and a
presigned URL link to the .zip file you uploaded with UploadFunction
so you can download the .zip file.
- 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 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
-
Returns the configuration information of the Lambda function.
- getFunctionConfigurationAsync(GetFunctionConfigurationRequest, AsyncHandler<GetFunctionConfigurationRequest, GetFunctionConfigurationResult>) - Method in class com.amazonaws.services.lambda.AWSLambdaAsyncClient
-
Returns the configuration information of the Lambda function.
- 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
-
- getFunctionName() - Method in class com.amazonaws.services.lambda.model.AddEventSourceRequest
-
The Lambda function to invoke when AWS Lambda detects an event on the
stream.
- getFunctionName() - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The Lambda function to invoke when AWS Lambda detects an event on the
stream.
- getFunctionName() - Method in class com.amazonaws.services.lambda.model.DeleteFunctionRequest
-
The Lambda function to delete.
- getFunctionName() - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
The Lambda function to invoke when AWS Lambda detects an event on the
stream.
- getFunctionName() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
-
The name of the function.
- getFunctionName() - Method in class com.amazonaws.services.lambda.model.GetEventSourceResult
-
The Lambda function to invoke when AWS Lambda detects an event on the
stream.
- 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.InvokeAsyncRequest
-
The Lambda function name.
- getFunctionName() - Method in class com.amazonaws.services.lambda.model.ListEventSourcesRequest
-
The name of the AWS Lambda 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.
- getFunctionName() - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
The name you want to assign to the function you are uploading.
- getFunctionName() - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
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 AWS Lambda function location
(see API_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.
- getFunctionZip() - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
A .zip file containing your packaged source code.
- 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.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.
- getHandler() - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
The function that Lambda calls to begin execution.
- getHandler() - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The function Lambda calls to begin executing your function.
- getInvokeArgs() - Method in class com.amazonaws.services.lambda.model.InvokeAsyncRequest
-
JSON that you want to provide to your Lambda function as input.
- getIsActive() - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
Indicates whether the event source mapping is currently honored.
- getIsActive() - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
Indicates whether the event source mapping is currently honored.
- getIsActive() - Method in class com.amazonaws.services.lambda.model.GetEventSourceResult
-
Indicates whether the event source mapping is currently honored.
- getLastModified() - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The UTC time string indicating the last time the event mapping was
updated.
- getLastModified() - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
The UTC time string indicating the last time the event mapping was
updated.
- getLastModified() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
-
The timestamp of the last time you updated the function.
- getLastModified() - Method in class com.amazonaws.services.lambda.model.GetEventSourceResult
-
The UTC time string indicating the last time the event mapping was
updated.
- getLastModified() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
-
The timestamp of the last time you updated the function.
- getLastModified() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
-
The timestamp of the last time you updated the function.
- getLastModified() - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The timestamp of the last time you updated the 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.
- getMarker() - Method in class com.amazonaws.services.lambda.model.ListEventSourcesRequest
-
Optional string.
- getMarker() - Method in class com.amazonaws.services.lambda.model.ListFunctionsRequest
-
Optional string.
- getMaxItems() - Method in class com.amazonaws.services.lambda.model.ListEventSourcesRequest
-
Optional integer.
- getMaxItems() - Method in class com.amazonaws.services.lambda.model.ListFunctionsRequest
-
Optional integer.
- 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.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.
- getMemorySize() - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
The amount of memory, in MB, your Lambda function is given.
- getMemorySize() - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The memory size, in MB, you configured for the function.
- getMode() - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
-
The type of the Lambda function you uploaded.
- getMode() - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
-
The type of the Lambda function you uploaded.
- getMode() - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
-
The type of the Lambda function you uploaded.
- getMode() - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
How the Lambda function will be invoked.
- getMode() - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The type of the Lambda function you uploaded.
- getNextMarker() - Method in class com.amazonaws.services.lambda.model.ListEventSourcesResult
-
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.
- getParameters() - Method in class com.amazonaws.services.lambda.model.AddEventSourceRequest
-
A map (key-value pairs) defining the configuration for AWS Lambda to
use when reading the event source.
- getParameters() - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The map (key-value pairs) defining the configuration for AWS Lambda to
use when reading the event source.
- getParameters() - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
The map (key-value pairs) defining the configuration for AWS Lambda to
use when reading the event source.
- getParameters() - Method in class com.amazonaws.services.lambda.model.GetEventSourceResult
-
The map (key-value pairs) defining the configuration for AWS Lambda to
use when reading the event source.
- getRepositoryType() - Method in class com.amazonaws.services.lambda.model.FunctionCodeLocation
-
The repository from which you can download the function.
- getRole() - Method in class com.amazonaws.services.lambda.model.AddEventSourceRequest
-
The ARN of the IAM role (invocation role) that AWS Lambda can assume
to read from the stream and invoke the function.
- getRole() - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The ARN of the IAM role (invocation role) that AWS Lambda can assume
to read from the stream and invoke the function.
- getRole() - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
The ARN of the IAM role (invocation role) that AWS Lambda can assume
to read from the stream and invoke the function.
- 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.GetEventSourceResult
-
The ARN of the IAM role (invocation role) that AWS Lambda can assume
to read from the stream and invoke the function.
- 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.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.
- getRole() - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
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.UploadFunctionResult
-
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.
- 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.UpdateFunctionConfigurationResult
-
The runtime environment for the Lambda function.
- getRuntime() - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
The runtime environment for the Lambda function you are uploading.
- getRuntime() - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The runtime environment for the Lambda function.
- getStatus() - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The description of the health of the event source mapping.
- getStatus() - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
The description of the health of the event source mapping.
- getStatus() - Method in class com.amazonaws.services.lambda.model.GetEventSourceResult
-
The description of the health of the event source mapping.
- getStatus() - Method in class com.amazonaws.services.lambda.model.InvokeAsyncResult
-
It will be 202 upon success.
- 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.UpdateFunctionConfigurationRequest
-
The function execution time at which 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.
- getTimeout() - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
The function execution time at which Lambda should terminate the
function.
- getTimeout() - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The function execution time at which Lambda should terminate the
function.
- getType() - Method in exception com.amazonaws.services.lambda.model.InvalidParameterValueException
-
Returns the value of the Type property for this object.
- getType() - Method in exception com.amazonaws.services.lambda.model.InvalidRequestContentException
-
Returns the value of the Type property for this object.
- getType() - Method in exception com.amazonaws.services.lambda.model.ResourceNotFoundException
-
Returns the value of the Type property for this object.
- getType() - Method in exception com.amazonaws.services.lambda.model.ServiceException
-
Returns the value of the Type property for this object.
- getUUID() - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The AWS Lambda assigned opaque identifier for the mapping.
- getUUID() - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
The AWS Lambda assigned opaque identifier for the mapping.
- getUUID() - Method in class com.amazonaws.services.lambda.model.GetEventSourceRequest
-
The AWS Lambda assigned ID of the event source mapping.
- getUUID() - Method in class com.amazonaws.services.lambda.model.GetEventSourceResult
-
The AWS Lambda assigned opaque identifier for the mapping.
- getUUID() - Method in class com.amazonaws.services.lambda.model.RemoveEventSourceRequest
-
The event source mapping ID.
- 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.
- setBatchSize(Integer) - Method in class com.amazonaws.services.lambda.model.AddEventSourceRequest
-
The largest number of records that AWS Lambda will give to your
function in a single event.
- setBatchSize(Integer) - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The largest number of records that AWS Lambda will POST in the
invocation request to your function.
- setBatchSize(Integer) - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
The largest number of records that AWS Lambda will POST in the
invocation request to your function.
- setBatchSize(Integer) - Method in class com.amazonaws.services.lambda.model.GetEventSourceResult
-
The largest number of records that AWS Lambda will POST in the
invocation request to your function.
- setCode(FunctionCodeLocation) - Method in class com.amazonaws.services.lambda.model.GetFunctionResult
-
The object for the Lambda function location.
- 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.UpdateFunctionConfigurationResult
-
The size, in bytes, of the function .zip file you uploaded.
- setCodeSize(Long) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The size, in bytes, of the function .zip file you uploaded.
- setConfiguration(FunctionConfiguration) - Method in class com.amazonaws.services.lambda.model.GetFunctionResult
-
A complex type that describes function metadata.
- setConfigurationId(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
-
A Lambda-assigned unique identifier for the current function code and
related configuration.
- setConfigurationId(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
-
A Lambda-assigned unique identifier for the current function code and
related configuration.
- setConfigurationId(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
-
A Lambda-assigned unique identifier for the current function code and
related configuration.
- setConfigurationId(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
A Lambda-assigned unique identifier for the current function code and
related configuration.
- 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.GetFunctionConfigurationResult
-
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.
- setDescription(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
A short, user-defined function description.
- setDescription(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The user-provided description.
- setEndpoint(String) - Method in interface com.amazonaws.services.lambda.AWSLambda
-
Overrides the default endpoint for this client ("https://lambda.us-east-1.amazonaws.com/").
- setEndpoint(String) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
-
- setEndpoint(String, String, String) - Method in class com.amazonaws.services.lambda.AWSLambdaClient
-
- setEventSource(String) - Method in class com.amazonaws.services.lambda.model.AddEventSourceRequest
-
The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is
the event source.
- setEventSource(String) - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is
the source of events.
- setEventSource(String) - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is
the source of events.
- setEventSource(String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceResult
-
The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is
the source of events.
- setEventSourceArn(String) - Method in class com.amazonaws.services.lambda.model.ListEventSourcesRequest
-
The Amazon Resource Name (ARN) of the Amazon Kinesis stream.
- setEventSources(Collection<EventSourceConfiguration>) - Method in class com.amazonaws.services.lambda.model.ListEventSourcesResult
-
An arrary of EventSourceConfiguration
objects.
- 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.GetFunctionConfigurationResult
-
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.
- setFunctionARN(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The Amazon Resource Name (ARN) assigned to the function.
- setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.AddEventSourceRequest
-
The Lambda function to invoke when AWS Lambda detects an event on the
stream.
- setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The Lambda function to invoke when AWS Lambda detects an event on the
stream.
- 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.EventSourceConfiguration
-
The Lambda function to invoke when AWS Lambda detects an event on the
stream.
- 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.GetEventSourceResult
-
The Lambda function to invoke when AWS Lambda detects an event on the
stream.
- 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.InvokeAsyncRequest
-
The Lambda function name.
- setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.ListEventSourcesRequest
-
The name of the AWS Lambda 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.
- setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
The name you want to assign to the function you are uploading.
- setFunctionName(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The name of the function.
- setFunctions(Collection<FunctionConfiguration>) - Method in class com.amazonaws.services.lambda.model.ListFunctionsResult
-
A list of Lambda functions.
- setFunctionZip(InputStream) - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
A .zip file containing your packaged source code.
- 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.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.
- setHandler(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
The function that Lambda calls to begin execution.
- setHandler(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The function Lambda calls to begin executing your function.
- 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.
- setIsActive(Boolean) - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
Indicates whether the event source mapping is currently honored.
- setIsActive(String) - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
Indicates whether the event source mapping is currently honored.
- setIsActive(Boolean) - Method in class com.amazonaws.services.lambda.model.GetEventSourceResult
-
Indicates whether the event source mapping is currently honored.
- setLastModified(String) - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The UTC time string indicating the last time the event mapping was
updated.
- setLastModified(String) - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
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 timestamp of the last time you updated the function.
- setLastModified(String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceResult
-
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 timestamp of the last time you updated the function.
- setLastModified(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
-
The timestamp of the last time you updated the function.
- setLastModified(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The timestamp of the last time you updated the 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.
- setMarker(String) - Method in class com.amazonaws.services.lambda.model.ListEventSourcesRequest
-
Optional string.
- setMarker(String) - Method in class com.amazonaws.services.lambda.model.ListFunctionsRequest
-
Optional string.
- setMaxItems(Integer) - Method in class com.amazonaws.services.lambda.model.ListEventSourcesRequest
-
Optional integer.
- setMaxItems(Integer) - Method in class com.amazonaws.services.lambda.model.ListFunctionsRequest
-
Optional integer.
- 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.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.
- setMemorySize(Integer) - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
The amount of memory, in MB, your Lambda function is given.
- setMemorySize(Integer) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The memory size, in MB, you configured for the function.
- setMode(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
-
The type of the Lambda function you uploaded.
- setMode(Mode) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
-
The type of the Lambda function you uploaded.
- setMode(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
-
The type of the Lambda function you uploaded.
- setMode(Mode) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
-
The type of the Lambda function you uploaded.
- setMode(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
-
The type of the Lambda function you uploaded.
- setMode(Mode) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
-
The type of the Lambda function you uploaded.
- setMode(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
How the Lambda function will be invoked.
- setMode(Mode) - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
How the Lambda function will be invoked.
- setMode(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The type of the Lambda function you uploaded.
- setMode(Mode) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The type of the Lambda function you uploaded.
- setNextMarker(String) - Method in class com.amazonaws.services.lambda.model.ListEventSourcesResult
-
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.
- setParameters(Map<String, String>) - Method in class com.amazonaws.services.lambda.model.AddEventSourceRequest
-
A map (key-value pairs) defining the configuration for AWS Lambda to
use when reading the event source.
- setParameters(Map<String, String>) - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The map (key-value pairs) defining the configuration for AWS Lambda to
use when reading the event source.
- setParameters(Map<String, String>) - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
The map (key-value pairs) defining the configuration for AWS Lambda to
use when reading the event source.
- setParameters(Map<String, String>) - Method in class com.amazonaws.services.lambda.model.GetEventSourceResult
-
The map (key-value pairs) defining the configuration for AWS Lambda to
use when reading the event source.
- setRegion(Region) - Method in interface com.amazonaws.services.lambda.AWSLambda
-
- setRepositoryType(String) - Method in class com.amazonaws.services.lambda.model.FunctionCodeLocation
-
The repository from which you can download the function.
- setRole(String) - Method in class com.amazonaws.services.lambda.model.AddEventSourceRequest
-
The ARN of the IAM role (invocation role) that AWS Lambda can assume
to read from the stream and invoke the function.
- setRole(String) - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The ARN of the IAM role (invocation role) that AWS Lambda can assume
to read from the stream and invoke the function.
- setRole(String) - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
The ARN of the IAM role (invocation role) that AWS Lambda can assume
to read from the stream and invoke the function.
- 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.GetEventSourceResult
-
The ARN of the IAM role (invocation role) that AWS Lambda can assume
to read from the stream and invoke the function.
- 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.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.
- setRole(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
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.UploadFunctionResult
-
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.
- 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.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.
- setRuntime(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
The runtime environment for the Lambda function you are uploading.
- setRuntime(Runtime) - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
The runtime environment for the Lambda function you are uploading.
- setRuntime(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The runtime environment for the Lambda function.
- setRuntime(Runtime) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The runtime environment for the Lambda function.
- setStatus(String) - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The description of the health of the event source mapping.
- setStatus(String) - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
The description of the health of the event source mapping.
- setStatus(String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceResult
-
The description of the health of the event source mapping.
- setStatus(Integer) - Method in class com.amazonaws.services.lambda.model.InvokeAsyncResult
-
It will be 202 upon success.
- 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.UpdateFunctionConfigurationRequest
-
The function execution time at which 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.
- setTimeout(Integer) - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
The function execution time at which Lambda should terminate the
function.
- setTimeout(Integer) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The function execution time at which Lambda should terminate the
function.
- setType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidParameterValueException
-
Sets the value of the Type property for this object.
- setType(String) - Method in exception com.amazonaws.services.lambda.model.InvalidRequestContentException
-
Sets the value of the Type property for this object.
- setType(String) - Method in exception com.amazonaws.services.lambda.model.ResourceNotFoundException
-
Sets the value of the Type property for this object.
- setType(String) - Method in exception com.amazonaws.services.lambda.model.ServiceException
-
Sets the value of the Type property for this object.
- setUUID(String) - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The AWS Lambda assigned opaque identifier for the mapping.
- setUUID(String) - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
The AWS Lambda assigned opaque identifier for the mapping.
- setUUID(String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceRequest
-
The AWS Lambda assigned ID of the event source mapping.
- setUUID(String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceResult
-
The AWS Lambda assigned opaque identifier for the mapping.
- setUUID(String) - Method in class com.amazonaws.services.lambda.model.RemoveEventSourceRequest
-
The event source mapping ID.
- 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.
- withBatchSize(Integer) - Method in class com.amazonaws.services.lambda.model.AddEventSourceRequest
-
The largest number of records that AWS Lambda will give to your
function in a single event.
- withBatchSize(Integer) - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The largest number of records that AWS Lambda will POST in the
invocation request to your function.
- withBatchSize(Integer) - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
The largest number of records that AWS Lambda will POST in the
invocation request to your function.
- withBatchSize(Integer) - Method in class com.amazonaws.services.lambda.model.GetEventSourceResult
-
The largest number of records that AWS Lambda will POST in the
invocation request to your function.
- withCode(FunctionCodeLocation) - Method in class com.amazonaws.services.lambda.model.GetFunctionResult
-
The object for the Lambda function location.
- 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.UpdateFunctionConfigurationResult
-
The size, in bytes, of the function .zip file you uploaded.
- withCodeSize(Long) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The size, in bytes, of the function .zip file you uploaded.
- withConfiguration(FunctionConfiguration) - Method in class com.amazonaws.services.lambda.model.GetFunctionResult
-
A complex type that describes function metadata.
- withConfigurationId(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
-
A Lambda-assigned unique identifier for the current function code and
related configuration.
- withConfigurationId(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
-
A Lambda-assigned unique identifier for the current function code and
related configuration.
- withConfigurationId(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
-
A Lambda-assigned unique identifier for the current function code and
related configuration.
- withConfigurationId(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
A Lambda-assigned unique identifier for the current function code and
related configuration.
- 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.GetFunctionConfigurationResult
-
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.
- withDescription(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
A short, user-defined function description.
- withDescription(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The user-provided description.
- withEventSource(String) - Method in class com.amazonaws.services.lambda.model.AddEventSourceRequest
-
The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is
the event source.
- withEventSource(String) - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is
the source of events.
- withEventSource(String) - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is
the source of events.
- withEventSource(String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceResult
-
The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is
the source of events.
- withEventSourceArn(String) - Method in class com.amazonaws.services.lambda.model.ListEventSourcesRequest
-
The Amazon Resource Name (ARN) of the Amazon Kinesis stream.
- withEventSources(EventSourceConfiguration...) - Method in class com.amazonaws.services.lambda.model.ListEventSourcesResult
-
An arrary of EventSourceConfiguration
objects.
- withEventSources(Collection<EventSourceConfiguration>) - Method in class com.amazonaws.services.lambda.model.ListEventSourcesResult
-
An arrary of EventSourceConfiguration
objects.
- 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.GetFunctionConfigurationResult
-
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.
- withFunctionARN(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The Amazon Resource Name (ARN) assigned to the function.
- withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.AddEventSourceRequest
-
The Lambda function to invoke when AWS Lambda detects an event on the
stream.
- withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The Lambda function to invoke when AWS Lambda detects an event on the
stream.
- 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.EventSourceConfiguration
-
The Lambda function to invoke when AWS Lambda detects an event on the
stream.
- 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.GetEventSourceResult
-
The Lambda function to invoke when AWS Lambda detects an event on the
stream.
- 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.InvokeAsyncRequest
-
The Lambda function name.
- withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.ListEventSourcesRequest
-
The name of the AWS Lambda 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.
- withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
The name you want to assign to the function you are uploading.
- withFunctionName(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
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.
- withFunctionZip(InputStream) - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
A .zip file containing your packaged source code.
- 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.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.
- withHandler(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
The function that Lambda calls to begin execution.
- withHandler(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The function Lambda calls to begin executing your function.
- 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.
- withIsActive(Boolean) - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
Indicates whether the event source mapping is currently honored.
- withIsActive(String) - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
Indicates whether the event source mapping is currently honored.
- withIsActive(Boolean) - Method in class com.amazonaws.services.lambda.model.GetEventSourceResult
-
Indicates whether the event source mapping is currently honored.
- withLastModified(String) - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The UTC time string indicating the last time the event mapping was
updated.
- withLastModified(String) - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
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 timestamp of the last time you updated the function.
- withLastModified(String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceResult
-
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 timestamp of the last time you updated the function.
- withLastModified(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
-
The timestamp of the last time you updated the function.
- withLastModified(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The timestamp of the last time you updated the 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.
- withMarker(String) - Method in class com.amazonaws.services.lambda.model.ListEventSourcesRequest
-
Optional string.
- withMarker(String) - Method in class com.amazonaws.services.lambda.model.ListFunctionsRequest
-
Optional string.
- withMaxItems(Integer) - Method in class com.amazonaws.services.lambda.model.ListEventSourcesRequest
-
Optional integer.
- withMaxItems(Integer) - Method in class com.amazonaws.services.lambda.model.ListFunctionsRequest
-
Optional integer.
- 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.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.
- withMemorySize(Integer) - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
The amount of memory, in MB, your Lambda function is given.
- withMemorySize(Integer) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The memory size, in MB, you configured for the function.
- withMode(String) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
-
The type of the Lambda function you uploaded.
- withMode(Mode) - Method in class com.amazonaws.services.lambda.model.FunctionConfiguration
-
The type of the Lambda function you uploaded.
- withMode(String) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
-
The type of the Lambda function you uploaded.
- withMode(Mode) - Method in class com.amazonaws.services.lambda.model.GetFunctionConfigurationResult
-
The type of the Lambda function you uploaded.
- withMode(String) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
-
The type of the Lambda function you uploaded.
- withMode(Mode) - Method in class com.amazonaws.services.lambda.model.UpdateFunctionConfigurationResult
-
The type of the Lambda function you uploaded.
- withMode(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
How the Lambda function will be invoked.
- withMode(Mode) - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
How the Lambda function will be invoked.
- withMode(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The type of the Lambda function you uploaded.
- withMode(Mode) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The type of the Lambda function you uploaded.
- withNextMarker(String) - Method in class com.amazonaws.services.lambda.model.ListEventSourcesResult
-
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.
- withParameters(Map<String, String>) - Method in class com.amazonaws.services.lambda.model.AddEventSourceRequest
-
A map (key-value pairs) defining the configuration for AWS Lambda to
use when reading the event source.
- withParameters(Map<String, String>) - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The map (key-value pairs) defining the configuration for AWS Lambda to
use when reading the event source.
- withParameters(Map<String, String>) - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
The map (key-value pairs) defining the configuration for AWS Lambda to
use when reading the event source.
- withParameters(Map<String, String>) - Method in class com.amazonaws.services.lambda.model.GetEventSourceResult
-
The map (key-value pairs) defining the configuration for AWS Lambda to
use when reading the event source.
- withRepositoryType(String) - Method in class com.amazonaws.services.lambda.model.FunctionCodeLocation
-
The repository from which you can download the function.
- withRole(String) - Method in class com.amazonaws.services.lambda.model.AddEventSourceRequest
-
The ARN of the IAM role (invocation role) that AWS Lambda can assume
to read from the stream and invoke the function.
- withRole(String) - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The ARN of the IAM role (invocation role) that AWS Lambda can assume
to read from the stream and invoke the function.
- withRole(String) - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
The ARN of the IAM role (invocation role) that AWS Lambda can assume
to read from the stream and invoke the function.
- 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.GetEventSourceResult
-
The ARN of the IAM role (invocation role) that AWS Lambda can assume
to read from the stream and invoke the function.
- 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.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.
- withRole(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
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.UploadFunctionResult
-
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.
- 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.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.
- withRuntime(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
The runtime environment for the Lambda function you are uploading.
- withRuntime(Runtime) - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
The runtime environment for the Lambda function you are uploading.
- withRuntime(String) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The runtime environment for the Lambda function.
- withRuntime(Runtime) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The runtime environment for the Lambda function.
- withStatus(String) - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The description of the health of the event source mapping.
- withStatus(String) - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
The description of the health of the event source mapping.
- withStatus(String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceResult
-
The description of the health of the event source mapping.
- withStatus(Integer) - Method in class com.amazonaws.services.lambda.model.InvokeAsyncResult
-
It will be 202 upon success.
- 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.UpdateFunctionConfigurationRequest
-
The function execution time at which 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.
- withTimeout(Integer) - Method in class com.amazonaws.services.lambda.model.UploadFunctionRequest
-
The function execution time at which Lambda should terminate the
function.
- withTimeout(Integer) - Method in class com.amazonaws.services.lambda.model.UploadFunctionResult
-
The function execution time at which Lambda should terminate the
function.
- withUUID(String) - Method in class com.amazonaws.services.lambda.model.AddEventSourceResult
-
The AWS Lambda assigned opaque identifier for the mapping.
- withUUID(String) - Method in class com.amazonaws.services.lambda.model.EventSourceConfiguration
-
The AWS Lambda assigned opaque identifier for the mapping.
- withUUID(String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceRequest
-
The AWS Lambda assigned ID of the event source mapping.
- withUUID(String) - Method in class com.amazonaws.services.lambda.model.GetEventSourceResult
-
The AWS Lambda assigned opaque identifier for the mapping.
- withUUID(String) - Method in class com.amazonaws.services.lambda.model.RemoveEventSourceRequest
-
The event source mapping ID.