Uses of Interface
software.amazon.awssdk.services.s3.model.JSONInput.Builder
Packages that use JSONInput.Builder
-
Uses of JSONInput.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return JSONInput.BuilderModifier and TypeMethodDescriptionstatic JSONInput.BuilderJSONInput.builder()JSONInput.toBuilder()The type of JSON.The type of JSON.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type JSONInput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends JSONInput.Builder>JSONInput.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type JSONInput.BuilderModifier and TypeMethodDescriptiondefault InputSerialization.BuilderInputSerialization.Builder.json(Consumer<JSONInput.Builder> json) Specifies JSON as object's input serialization format.