Package | Description |
---|---|
com.amazonaws.services.lambda | |
com.amazonaws.services.lambda.model | |
com.amazonaws.services.lambda.model.transform |
Modifier and Type | Method and Description |
---|---|
DeleteEventSourceMappingResult |
AbstractAWSLambda.deleteEventSourceMapping(DeleteEventSourceMappingRequest request) |
DeleteEventSourceMappingResult |
AWSLambdaClient.deleteEventSourceMapping(DeleteEventSourceMappingRequest deleteEventSourceMappingRequest)
Removes an event source mapping.
|
DeleteEventSourceMappingResult |
AWSLambda.deleteEventSourceMapping(DeleteEventSourceMappingRequest deleteEventSourceMappingRequest)
Removes an event source mapping.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DeleteEventSourceMappingResult> |
AbstractAWSLambdaAsync.deleteEventSourceMappingAsync(DeleteEventSourceMappingRequest request,
AsyncHandler<DeleteEventSourceMappingRequest,DeleteEventSourceMappingResult> asyncHandler) |
java.util.concurrent.Future<DeleteEventSourceMappingResult> |
AWSLambdaAsyncClient.deleteEventSourceMappingAsync(DeleteEventSourceMappingRequest request,
AsyncHandler<DeleteEventSourceMappingRequest,DeleteEventSourceMappingResult> asyncHandler) |
java.util.concurrent.Future<DeleteEventSourceMappingResult> |
AWSLambdaAsync.deleteEventSourceMappingAsync(DeleteEventSourceMappingRequest deleteEventSourceMappingRequest,
AsyncHandler<DeleteEventSourceMappingRequest,DeleteEventSourceMappingResult> asyncHandler)
Removes an event source mapping.
|
Modifier and Type | Method and Description |
---|---|
DeleteEventSourceMappingResult |
DeleteEventSourceMappingResult.clone() |
DeleteEventSourceMappingResult |
DeleteEventSourceMappingResult.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.
|
DeleteEventSourceMappingResult |
DeleteEventSourceMappingResult.withEventSourceArn(java.lang.String eventSourceArn)
The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the
source of events.
|
DeleteEventSourceMappingResult |
DeleteEventSourceMappingResult.withFunctionArn(java.lang.String functionArn)
The Lambda function to invoke when AWS Lambda detects an event on the
stream.
|
DeleteEventSourceMappingResult |
DeleteEventSourceMappingResult.withLastModified(java.util.Date lastModified)
The UTC time string indicating the last time the event mapping was
updated.
|
DeleteEventSourceMappingResult |
DeleteEventSourceMappingResult.withLastProcessingResult(java.lang.String lastProcessingResult)
The result of the last AWS Lambda invocation of your Lambda function.
|
DeleteEventSourceMappingResult |
DeleteEventSourceMappingResult.withState(java.lang.String state)
The state of the event source mapping.
|
DeleteEventSourceMappingResult |
DeleteEventSourceMappingResult.withStateTransitionReason(java.lang.String stateTransitionReason)
The reason the event source mapping is in its current state.
|
DeleteEventSourceMappingResult |
DeleteEventSourceMappingResult.withUUID(java.lang.String uUID)
The AWS Lambda assigned opaque identifier for the mapping.
|
Modifier and Type | Method and Description |
---|---|
DeleteEventSourceMappingResult |
DeleteEventSourceMappingResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |