bootstrapActions

@JvmName(name = "listBootstrapActionsResponseCommand")
fun Flow<ListBootstrapActionsResponse>.bootstrapActions(): Flow<Command>

This paginator transforms the flow returned by listBootstrapActionsPaginated to access the nested member Command

Return

A kotlinx.coroutines.flow.Flow that can collect Command