Package | Description |
---|---|
com.amazonaws.services.lambda | |
com.amazonaws.services.lambda.model | |
com.amazonaws.services.lambda.model.transform |
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 |
---|---|
UpdateEventSourceMappingRequest |
UpdateEventSourceMappingRequest.clone() |
UpdateEventSourceMappingRequest |
UpdateEventSourceMappingRequest.withBatchSize(java.lang.Integer batchSize)
The maximum number of stream records that can be sent to your Lambda
function for a single invocation.
|
UpdateEventSourceMappingRequest |
UpdateEventSourceMappingRequest.withEnabled(java.lang.Boolean enabled)
Specifies whether AWS Lambda should actively poll the stream or not.
|
UpdateEventSourceMappingRequest |
UpdateEventSourceMappingRequest.withFunctionName(java.lang.String functionName)
The Lambda function to which you want the stream records sent.
|
UpdateEventSourceMappingRequest |
UpdateEventSourceMappingRequest.withUUID(java.lang.String uUID)
The event source mapping identifier.
|
Modifier and Type | Method and Description |
---|---|
Request<UpdateEventSourceMappingRequest> |
UpdateEventSourceMappingRequestMarshaller.marshall(UpdateEventSourceMappingRequest updateEventSourceMappingRequest) |
Modifier and Type | Method and Description |
---|---|
Request<UpdateEventSourceMappingRequest> |
UpdateEventSourceMappingRequestMarshaller.marshall(UpdateEventSourceMappingRequest updateEventSourceMappingRequest) |