aws-amplify / aws-sdk-android

AWS SDK for Android. For more information, see our web site:
https://docs.amplify.aws
Other
1.03k stars 549 forks source link

Rekognition: Class AmazonRekognitionClientBuilder not found #405

Closed aleksei-tro closed 6 years ago

aleksei-tro commented 6 years ago

Hey,

Trying to use the following example (https://docs.aws.amazon.com/rekognition/latest/dg/get-started-exercise.html), with SDK version 2.6.+ it's unable to find the AmazonRekognitionClientBuilder class.

The example uses import com.amazonaws.services.rekognition.AmazonRekognitionClientBuilder; which isn't available in SDK it seems

mutablealligator commented 6 years ago

Hi @aleksei-tro,

Thank you for reporting to us. The class and the document which you are referring is available in the AWS SDK for Java. The AWS SDK for Android provides AmazonRekognitionClient and not an associated builder class.