AWS Panorama Java SDK

0

I'm beginning to work with AWS Panorama, and although I might need some complete code sample to use SDK Java v2 for build, for updating models and/or parameters, or deploy of an application. I've looked for one, but in vain. Basically what I do with panorama-cli I would do it with Java classes. Thanks in advance to those who will help me.

preguntada hace 2 años342 visualizaciones
1 Respuesta
0

You can check this AW Panorama Java Package: software.amazon.awssdk.services.panorama inside the Interface PanoramaClient you will find all the necessary Java APIs which are equivalent to panorama-cli commands. For example if you want to use the “aws panorama provision-device” cli command the equivalent in java sdk is to use the following method PanoramaClient.provisionDevice(ProvisionDeviceRequest) from above package.

The complete list of AWS Panorama APIs are described here: https://github.com/aws-samples/aws-panorama-samples

AWS Panorama Samples and Test Utility can be found here: https://github.com/aws-samples/aws-panorama-samples

AWS Panorama Developer Guide: https://docs.aws.amazon.com/panorama/latest/dev/panorama-welcome.html

Also a blog post describing the steps to build a shelf monitoring application using AWS Panorama.

Hope this information is helpful for you.

AWS
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas