Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
SelectParameters |
SelectParameters.clone() |
SelectParameters |
RestoreObjectRequest.getSelectParameters() |
SelectParameters |
SelectParameters.withExpression(String expression)
Sets the expression
|
SelectParameters |
SelectParameters.withExpressionType(ExpressionType expressionType)
Sets the expressionType
|
SelectParameters |
SelectParameters.withExpressionType(String expressionType)
Sets the expressionType
|
SelectParameters |
SelectParameters.withInputSerialization(InputSerialization inputSerialization)
Sets the serialization format of the object.
|
SelectParameters |
SelectParameters.withOutputSerialization(OutputSerialization outputSerialization)
Sets the outputSerialization
|
SelectParameters |
SelectParameters.withRange(ScanRange scanRange)
Sets the scan range
|
Modifier and Type | Method and Description |
---|---|
void |
RestoreObjectRequest.setSelectParameters(SelectParameters selectParameters)
Sets the parameters for select job types.
|
RestoreObjectRequest |
RestoreObjectRequest.withSelectParameters(SelectParameters selectParameters)
Sets the parameters for select job types.
|
Copyright © 2021. All rights reserved.