Uses of Class
com.amazonaws.services.lambda.model.EventSourceMappingConfiguration
Packages that use EventSourceMappingConfiguration
-
Uses of EventSourceMappingConfiguration in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return EventSourceMappingConfigurationModifier and TypeMethodDescriptionEventSourceMappingConfiguration.clone()
EventSourceMappingConfiguration.withBatchSize
(Integer batchSize) The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.EventSourceMappingConfiguration.withEventSourceArn
(String eventSourceArn) The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.EventSourceMappingConfiguration.withFunctionArn
(String functionArn) The Lambda function to invoke when AWS Lambda detects an event on the stream.EventSourceMappingConfiguration.withLastModified
(Date lastModified) The UTC time string indicating the last time the event mapping was updated.EventSourceMappingConfiguration.withLastProcessingResult
(String lastProcessingResult) The result of the last AWS Lambda invocation of your Lambda function.The state of the event source mapping.EventSourceMappingConfiguration.withStateTransitionReason
(String stateTransitionReason) The reason the event source mapping is in its current state.The AWS Lambda assigned opaque identifier for the mapping.Methods in com.amazonaws.services.lambda.model that return types with arguments of type EventSourceMappingConfigurationModifier and TypeMethodDescriptionListEventSourceMappingsResult.getEventSourceMappings()
An array ofEventSourceMappingConfiguration
objects.Methods in com.amazonaws.services.lambda.model with parameters of type EventSourceMappingConfigurationModifier and TypeMethodDescriptionListEventSourceMappingsResult.withEventSourceMappings
(EventSourceMappingConfiguration... eventSourceMappings) An array ofEventSourceMappingConfiguration
objects.Method parameters in com.amazonaws.services.lambda.model with type arguments of type EventSourceMappingConfigurationModifier and TypeMethodDescriptionvoid
ListEventSourceMappingsResult.setEventSourceMappings
(Collection<EventSourceMappingConfiguration> eventSourceMappings) An array ofEventSourceMappingConfiguration
objects.ListEventSourceMappingsResult.withEventSourceMappings
(Collection<EventSourceMappingConfiguration> eventSourceMappings) An array ofEventSourceMappingConfiguration
objects.