- 최신
- 최다 투표
- 가장 많은 댓글
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 공식업데이트됨 2년 전
- AWS 공식업데이트됨 3년 전