1 Answer
- Newest
- Most votes
- Most comments
0
I did find the answer eventually:
GetDeploymentResponse deployment = new ObjectMapper().readValue(deploymentJson, GetDeploymentResponse.serializableBuilderClass()).build();
The answer is provided in Stackoverflow https://stackoverflow.com/questions/75568439/how-can-you-serialize-deserialize-aws-java-sdk-v2-classes-into-from-json and Github https://github.com/aws/aws-sdk-java-v2/issues/2254
Relevant content
- asked 7 months ago
- AWS OFFICIALUpdated 2 years ago