listEnvironments

abstract suspend fun listEnvironments(input: ListEnvironmentsRequest = ListEnvironmentsRequest { }): ListEnvironmentsResponse

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

Samples

// List All Environments
val resp = interconnectClient.listEnvironments()