How to call ResolveCustomer and GetEntitlements from aws-marketplace?
问题 I find java sdk but I can't find example of usage. I need to call ResolveCustomer (produces a token for the product and user) and GetEntitlements (gives a list of rights for the product and the user). Has anyone used this service? 回答1: Here is full example to get information about client from aws marketplace. You should to use this librarys: <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk-marketplacemeteringservice</artifactId> <version>1.11.192</version> </dependency>