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