| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default JsonSchemaVersion |
JsonSchema.getSchema() |
JsonSchemaVersion |
JsonSchema.Jsii$Proxy.getSchema() |
static JsonSchemaVersion |
JsonSchemaVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonSchemaVersion[] |
JsonSchemaVersion.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.schema(JsonSchemaVersion schema)
Sets the value of
JsonSchema.getSchema() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends JsonSchema> additionalItems,
Object additionalProperties,
List<? extends JsonSchema> allOf,
List<? extends JsonSchema> anyOf,
Object contains,
Object defaultValue,
Map<String,? extends JsonSchema> definitions,
Map<String,? extends Object> dependencies,
String description,
List<? extends Object> enumValue,
Boolean exclusiveMaximum,
Boolean exclusiveMinimum,
String format,
String id,
Object items,
Number maximum,
Number maxItems,
Number maxLength,
Number maxProperties,
Number minimum,
Number minItems,
Number minLength,
Number minProperties,
Number multipleOf,
JsonSchema not,
List<? extends JsonSchema> oneOf,
String pattern,
Map<String,? extends JsonSchema> patternProperties,
Map<String,? extends JsonSchema> properties,
JsonSchema propertyNames,
String ref,
List<String> required,
JsonSchemaVersion schema,
String title,
Object type,
Boolean uniqueItems)
Constructor that initializes the object based on literal property values passed by the
JsonSchema.Builder. |
Copyright © 2021. All rights reserved.