Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.Event
Packages that use Event
Package
Description
-
Uses of Event in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return EventModifier and TypeMethodDescriptionfinal EventCreateEventResponse.event()The event that was created.final EventGetEventResponse.event()The requested event information.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type EventModifier and TypeMethodDescriptionListEventsResponse.events()The list of events that match the specified criteria.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type EventModifier and TypeMethodDescriptionThe event that was created.The requested event information.The list of events that match the specified criteria.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type EventModifier and TypeMethodDescriptionListEventsResponse.Builder.events(Collection<Event> events) The list of events that match the specified criteria. -
Uses of Event in software.amazon.awssdk.services.bedrockagentcore.paginators
Methods in software.amazon.awssdk.services.bedrockagentcore.paginators that return types with arguments of type EventModifier and TypeMethodDescriptionfinal SdkIterable<Event>ListEventsIterable.events()Returns an iterable to iterate through the paginatedListEventsResponse.events()member.final SdkPublisher<Event>ListEventsPublisher.events()Returns a publisher that can be used to get a stream of data.