listEnvironments

Lists all of the environments that can produce connections that will land in the called AWS region.

Samples


fun main() { 
   //sampleStart 
   // List All Environments
val resp = interconnectClient.listEnvironments() 
   //sampleEnd
}