Uses of Class
software.amazon.awssdk.services.s3.model.OutputSerialization
Packages that use OutputSerialization
-
Uses of OutputSerialization in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return OutputSerializationModifier and TypeMethodDescriptionfinal OutputSerializationSelectObjectContentRequest.outputSerialization()Describes the format of the data that you want Amazon S3 to return in response.final OutputSerializationSelectParameters.outputSerialization()Describes how the results of the Select job are serialized.Methods in software.amazon.awssdk.services.s3.model with parameters of type OutputSerializationModifier and TypeMethodDescriptionSelectObjectContentRequest.Builder.outputSerialization(OutputSerialization outputSerialization) Describes the format of the data that you want Amazon S3 to return in response.SelectParameters.Builder.outputSerialization(OutputSerialization outputSerialization) Describes how the results of the Select job are serialized.