listApplications

abstract suspend fun listApplications(input: ListApplicationsRequest = ListApplicationsRequest { }): ListApplicationsResponse

Lists all applications in your Amazon Web Services account.

Samples

// The following list applications example lists the available applications in your AWS account.
val resp = appConfigClient.listApplications()