Example usage for com.amazonaws.services.rekognition.model S3Object S3Object

List of usage examples for com.amazonaws.services.rekognition.model S3Object S3Object

Introduction

In this page you can find the example usage for com.amazonaws.services.rekognition.model S3Object S3Object.

Prototype

S3Object

Source Link

Usage

From source file:mx.iteso.desi.cloud.hw3.AWSFaceCompare.java

License:Apache License

private Image getImageUtil(String key) {
    return new Image().withS3Object(new S3Object().withBucket(srcBucket).withName(key));
}