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