Package-level declarations

Functions

Link copied to clipboard
@JvmName(name = "listKeyspacesResponseKeyspaceSummary")
fun Flow<ListKeyspacesResponse>.keyspaces(): Flow<KeyspaceSummary>

This paginator transforms the flow returned by listKeyspacesPaginated to access the nested member KeyspaceSummary

Link copied to clipboard
@JvmName(name = "listTablesResponseTableSummary")
fun Flow<ListTablesResponse>.tables(): Flow<TableSummary>

This paginator transforms the flow returned by listTablesPaginated to access the nested member TableSummary

Link copied to clipboard
@JvmName(name = "listTagsForResourceResponseTag")
fun Flow<ListTagsForResourceResponse>.tags(): Flow<Tag>

This paginator transforms the flow returned by listTagsForResourcePaginated to access the nested member Tag