Java com.amazonaws.services.s3.model SelectObjectContentRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.s3.model SelectObjectContentRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.s3.model SelectObjectContentRequest.

The text is from its open source code.

Constructor

Method

voidsetBucketName(String bucketName)
The S3 Bucket.
voidsetExpression(String expression)
The expression that is used to query the object.
voidsetExpressionType(String expressionType)
The type of the provided expression (e.g., SQL).
voidsetExpressionType(ExpressionType expressionType)
The type of the provided expression (e.g., SQL).
voidsetInputSerialization(InputSerialization inputSerialization)
Describes the format of the data in the object that is being queried.
voidsetKey(String key)
The Object Key.
voidsetOutputSerialization(OutputSerialization outputSerialization)
Describes the format of the data that you want Amazon S3 to return in response.