listNamespaces

abstract suspend fun listNamespaces(input: ListNamespacesRequest = ListNamespacesRequest { }): ListNamespacesResponse

Lists summary information about the namespaces that were created by the current Amazon Web Services account.

Samples


fun main() { 
   //sampleStart 
   // Example List namespaces
val resp = serviceDiscoveryClient.listNamespaces() 
   //sampleEnd
}