| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
static JSONInput.Builder |
JSONInput.builder() |
JSONInput.Builder |
JSONInput.toBuilder() |
JSONInput.Builder |
JSONInput.Builder.type(JSONType type)
The type of JSON.
|
JSONInput.Builder |
JSONInput.Builder.type(String type)
The type of JSON.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JSONInput.Builder> |
JSONInput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InputSerialization.Builder |
InputSerialization.Builder.json(Consumer<JSONInput.Builder> json)
Specifies JSON as object's input serialization format.
|
Copyright © 2023. All rights reserved.