Uses of Interface
software.amazon.awssdk.services.s3.model.JSONOutput.Builder
Packages that use JSONOutput.Builder
-
Uses of JSONOutput.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return JSONOutput.BuilderModifier and TypeMethodDescriptionstatic JSONOutput.BuilderJSONOutput.builder()JSONOutput.Builder.recordDelimiter(String recordDelimiter) The value used to separate individual records in the output.JSONOutput.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type JSONOutput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends JSONOutput.Builder>JSONOutput.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type JSONOutput.BuilderModifier and TypeMethodDescriptiondefault OutputSerialization.BuilderOutputSerialization.Builder.json(Consumer<JSONOutput.Builder> json) Specifies JSON as request's output serialization format.