Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
CreateEventSourceMappingResult |
AbstractAWSLambda.createEventSourceMapping(CreateEventSourceMappingRequest request) |
CreateEventSourceMappingResult |
AWSLambda.createEventSourceMapping(CreateEventSourceMappingRequest createEventSourceMappingRequest)
Creates a mapping between an event source and an AWS Lambda function.
|
CreateEventSourceMappingResult |
AWSLambdaClient.createEventSourceMapping(CreateEventSourceMappingRequest request)
Creates a mapping between an event source and an AWS Lambda function.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateEventSourceMappingResult> |
AWSLambdaAsync.createEventSourceMappingAsync(CreateEventSourceMappingRequest createEventSourceMappingRequest,
AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler)
Creates a mapping between an event source and an AWS Lambda function.
|
Future<CreateEventSourceMappingResult> |
AbstractAWSLambdaAsync.createEventSourceMappingAsync(CreateEventSourceMappingRequest request,
AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler) |
Future<CreateEventSourceMappingResult> |
AWSLambdaAsyncClient.createEventSourceMappingAsync(CreateEventSourceMappingRequest request,
AsyncHandler<CreateEventSourceMappingRequest,CreateEventSourceMappingResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.clone() |
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withBatchSize(Integer batchSize)
The maximum number of items to retrieve in a single batch.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withEventSourceArn(String eventSourceArn)
The Amazon Resource Name (ARN) of the event source.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withFunctionArn(String functionArn)
The ARN of the Lambda function.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withLastModified(Date lastModified)
The date that the event source mapping was last updated.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withLastProcessingResult(String lastProcessingResult)
The result of the last AWS Lambda invocation of your Lambda function.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withMaximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds) |
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withState(String state)
The state of the event source mapping.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withStateTransitionReason(String stateTransitionReason)
The cause of the last state change, either
User initiated or Lambda initiated . |
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withUUID(String uUID)
The identifier of the event source mapping.
|
Copyright © 2019. All rights reserved.