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