| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
static JSONType |
JSONType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
JSONType |
JSONInput.type()
The type of JSON.
|
static JSONType |
JSONType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSONType[] |
JSONType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<JSONType> |
JSONType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
JSONInput.Builder |
JSONInput.Builder.type(JSONType type)
The type of JSON.
|
Copyright © 2023. All rights reserved.