fun getDeviceAdvisorClient()

in aws-iotcoredeviceadvisor-suitedefinition/src/main/kotlin/software/amazon/iotcoredeviceadvisor/suitedefinition/ClientBuilder.kt [9:11]


    fun getDeviceAdvisorClient(): IotDeviceAdvisorClient {
        return IotDeviceAdvisorClient.builder().build()
    }