Package | Description |
---|---|
com.amazonaws.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
SelectObjectContentResult |
AmazonS3Client.selectObjectContent(SelectObjectContentRequest selectRequest) |
SelectObjectContentResult |
AbstractAmazonS3.selectObjectContent(SelectObjectContentRequest selectRequest) |
SelectObjectContentResult |
AmazonS3.selectObjectContent(SelectObjectContentRequest selectRequest)
This operation filters the contents of an Amazon S3 object based on a simple Structured Query Language (SQL) statement.
|
Modifier and Type | Method and Description |
---|---|
SelectObjectContentRequest |
SelectObjectContentRequest.withBucketName(String bucketName)
The S3 Bucket.
|
SelectObjectContentRequest |
SelectObjectContentRequest.withExpectedBucketOwner(String expectedBucketOwner) |
SelectObjectContentRequest |
SelectObjectContentRequest.withExpression(String expression)
The expression that is used to query the object.
|
SelectObjectContentRequest |
SelectObjectContentRequest.withExpressionType(ExpressionType expressionType)
The type of the provided expression (e.g., SQL).
|
SelectObjectContentRequest |
SelectObjectContentRequest.withExpressionType(String expressionType)
The type of the provided expression (e.g., SQL).
|
SelectObjectContentRequest |
SelectObjectContentRequest.withInputSerialization(InputSerialization inputSerialization)
Describes the format of the data in the object that is being queried.
|
SelectObjectContentRequest |
SelectObjectContentRequest.withKey(String key)
The Object Key.
|
SelectObjectContentRequest |
SelectObjectContentRequest.withOutputSerialization(OutputSerialization outputSerialization)
Describes the format of the data that you want Amazon S3 to return in response.
|
SelectObjectContentRequest |
SelectObjectContentRequest.withRequestProgress(RequestProgress requestProgress)
Describes optional, periodic
SelectObjectContentEvent.ProgressEvent s that can be returned. |
SelectObjectContentRequest |
SelectObjectContentRequest.withScanRange(ScanRange scanRange)
The byte range of the query
|
SelectObjectContentRequest |
SelectObjectContentRequest.withSSECustomerKey(SSECustomerKey sseCustomerKey) |
Copyright © 2021. All rights reserved.