Uses of Class
software.amazon.awssdk.services.lambda.model.Event
-
Packages that use Event Package Description software.amazon.awssdk.services.lambda.model software.amazon.awssdk.services.lambda.paginators -
-
Uses of Event in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type Event Modifier and Type Method Description List<Event>GetDurableExecutionHistoryResponse. events()An array of execution history events, ordered chronologically unlessReverseOrderis set totrue.Methods in software.amazon.awssdk.services.lambda.model with parameters of type Event Modifier and Type Method Description GetDurableExecutionHistoryResponse.BuilderGetDurableExecutionHistoryResponse.Builder. events(Event... events)An array of execution history events, ordered chronologically unlessReverseOrderis set totrue.Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type Event Modifier and Type Method Description GetDurableExecutionHistoryResponse.BuilderGetDurableExecutionHistoryResponse.Builder. events(Collection<Event> events)An array of execution history events, ordered chronologically unlessReverseOrderis set totrue. -
Uses of Event in software.amazon.awssdk.services.lambda.paginators
Methods in software.amazon.awssdk.services.lambda.paginators that return types with arguments of type Event Modifier and Type Method Description SdkIterable<Event>GetDurableExecutionHistoryIterable. events()Returns an iterable to iterate through the paginatedGetDurableExecutionHistoryResponse.events()member.SdkPublisher<Event>GetDurableExecutionHistoryPublisher. events()Returns a publisher that can be used to get a stream of data.
-