Package-level declarations

Inherited 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

Link copied to clipboard
@JvmName(name = "listTypesResponseTypeName")
fun Flow<ListTypesResponse>.types(): Flow<String>

This paginator transforms the flow returned by listTypesPaginated to access the nested member TypeName