listDashboards
abstract suspend fun listDashboards(input: ListDashboardsRequest = ListDashboardsRequest { }): ListDashboardsResponse
Returns a list of all dashboards in your account.
Samples
fun main() {
//sampleStart
// Listing dashboards for a user
val resp = bcmDashboardsClient.listDashboards()
//sampleEnd
}