Uses of Class
software.amazon.awssdk.services.s3.model.OutputSerialization
-
Packages that use OutputSerialization Package Description software.amazon.awssdk.services.s3.model -
-
Uses of OutputSerialization in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return OutputSerialization Modifier and Type Method Description OutputSerializationSelectObjectContentRequest. outputSerialization()Describes the format of the data that you want Amazon S3 to return in response.OutputSerializationSelectParameters. outputSerialization()Describes how the results of the Select job are serialized.Methods in software.amazon.awssdk.services.s3.model with parameters of type OutputSerialization Modifier and Type Method Description SelectObjectContentRequest.BuilderSelectObjectContentRequest.Builder. outputSerialization(OutputSerialization outputSerialization)Describes the format of the data that you want Amazon S3 to return in response.SelectParameters.BuilderSelectParameters.Builder. outputSerialization(OutputSerialization outputSerialization)Describes how the results of the Select job are serialized.
-