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