Package | Description |
---|---|
com.amazonaws.services.lambda | |
com.amazonaws.services.lambda.model | |
com.amazonaws.services.lambda.model.transform |
Modifier and Type | Method and Description |
---|---|
UpdateEventSourceMappingResult |
AbstractAWSLambda.updateEventSourceMapping(UpdateEventSourceMappingRequest request) |
UpdateEventSourceMappingResult |
AWSLambdaClient.updateEventSourceMapping(UpdateEventSourceMappingRequest updateEventSourceMappingRequest)
You can update an event source mapping.
|
UpdateEventSourceMappingResult |
AWSLambda.updateEventSourceMapping(UpdateEventSourceMappingRequest updateEventSourceMappingRequest)
You can update an event source mapping.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateEventSourceMappingResult> |
AbstractAWSLambdaAsync.updateEventSourceMappingAsync(UpdateEventSourceMappingRequest request,
AsyncHandler<UpdateEventSourceMappingRequest,UpdateEventSourceMappingResult> asyncHandler) |
java.util.concurrent.Future<UpdateEventSourceMappingResult> |
AWSLambdaAsyncClient.updateEventSourceMappingAsync(UpdateEventSourceMappingRequest request,
AsyncHandler<UpdateEventSourceMappingRequest,UpdateEventSourceMappingResult> asyncHandler) |
java.util.concurrent.Future<UpdateEventSourceMappingResult> |
AWSLambdaAsync.updateEventSourceMappingAsync(UpdateEventSourceMappingRequest updateEventSourceMappingRequest,
AsyncHandler<UpdateEventSourceMappingRequest,UpdateEventSourceMappingResult> asyncHandler)
You can update an event source mapping.
|
Modifier and Type | Method and Description |
---|---|
UpdateEventSourceMappingResult |
UpdateEventSourceMappingResult.clone() |
UpdateEventSourceMappingResult |
UpdateEventSourceMappingResult.withBatchSize(java.lang.Integer batchSize)
The largest number of records that AWS Lambda will retrieve from your
event source at the time of invoking your function.
|
UpdateEventSourceMappingResult |
UpdateEventSourceMappingResult.withEventSourceArn(java.lang.String eventSourceArn)
The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the
source of events.
|
UpdateEventSourceMappingResult |
UpdateEventSourceMappingResult.withFunctionArn(java.lang.String functionArn)
The Lambda function to invoke when AWS Lambda detects an event on the
stream.
|
UpdateEventSourceMappingResult |
UpdateEventSourceMappingResult.withLastModified(java.util.Date lastModified)
The UTC time string indicating the last time the event mapping was
updated.
|
UpdateEventSourceMappingResult |
UpdateEventSourceMappingResult.withLastProcessingResult(java.lang.String lastProcessingResult)
The result of the last AWS Lambda invocation of your Lambda function.
|
UpdateEventSourceMappingResult |
UpdateEventSourceMappingResult.withState(java.lang.String state)
The state of the event source mapping.
|
UpdateEventSourceMappingResult |
UpdateEventSourceMappingResult.withStateTransitionReason(java.lang.String stateTransitionReason)
The reason the event source mapping is in its current state.
|
UpdateEventSourceMappingResult |
UpdateEventSourceMappingResult.withUUID(java.lang.String uUID)
The AWS Lambda assigned opaque identifier for the mapping.
|
Modifier and Type | Method and Description |
---|---|
UpdateEventSourceMappingResult |
UpdateEventSourceMappingResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |