Replies: 1 comment
-
Hi @kedbirhan this is not a Java SDK usage question, it's more of a general implementation question, so I'll move this to the General category. Maybe someone from the community can help. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking to save
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html
api response to Openserach i can save the data but i am not able to retrieve it showing the error message below. I believe the reason is this POJO classes like Instance class does not have noArgs constructor since they are Builder based Pojo. My question is there is a way to make the Instance metadata searchable in Opensearch and also retrieve(deserialize it to Instance Class) it from the spring app without getting an error. please do not suggest to copy the class to another pojo class that duplicate the content because it does not scale very well for me.codes
Beta Was this translation helpful? Give feedback.
All reactions