| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static JsonSchemaType |
JsonSchemaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonSchemaType[] |
JsonSchemaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JsonSchema.Builder |
JsonSchema.Builder.type(JsonSchemaType type)
Sets the value of
JsonSchema.getType() |
| Modifier and Type | Method and Description |
|---|---|
JsonSchema.Builder |
JsonSchema.Builder.type(List<? extends JsonSchemaType> type)
Sets the value of
JsonSchema.getType() |
Copyright © 2021. All rights reserved.