Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listActorsResponseActorSummary")
fun Flow<ListActorsResponse>.actorSummaries(): Flow<ActorSummary>

This paginator transforms the flow returned by listActorsPaginated to access the nested member ActorSummary

Link copied to clipboard
@JvmName(name = "listEventsResponseEvent")
fun Flow<ListEventsResponse>.events(): Flow<Event>

This paginator transforms the flow returned by listEventsPaginated to access the nested member Event

Link copied to clipboard
@JvmName(name = "listMemoryRecordsResponseMemoryRecordSummary")
fun Flow<ListMemoryRecordsResponse>.memoryRecordSummaries(): Flow<MemoryRecordSummary>

This paginator transforms the flow returned by listMemoryRecordsPaginated to access the nested member MemoryRecordSummary

@JvmName(name = "retrieveMemoryRecordsResponseMemoryRecordSummary")
fun Flow<RetrieveMemoryRecordsResponse>.memoryRecordSummaries(): Flow<MemoryRecordSummary>

This paginator transforms the flow returned by retrieveMemoryRecordsPaginated to access the nested member MemoryRecordSummary

Link copied to clipboard
@JvmName(name = "listSessionsResponseSessionSummary")
fun Flow<ListSessionsResponse>.sessionSummaries(): Flow<SessionSummary>

This paginator transforms the flow returned by listSessionsPaginated to access the nested member SessionSummary