| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
JsonSchema.Jsii$Proxy
An implementation for
JsonSchema |
| Modifier and Type | Method and Description |
|---|---|
JsonSchema |
JsonSchema.Builder.build()
Builds the configured instance.
|
default JsonSchema |
JsonSchema.getNot() |
JsonSchema |
JsonSchema.Jsii$Proxy.getNot() |
default JsonSchema |
JsonSchema.getPropertyNames() |
JsonSchema |
JsonSchema.Jsii$Proxy.getPropertyNames() |
JsonSchema |
ModelProps.Jsii$Proxy.getSchema() |
JsonSchema |
ModelOptions.getSchema()
The schema to use to transform data to one or more output formats.
|
JsonSchema |
ModelOptions.Jsii$Proxy.getSchema() |
| Modifier and Type | Method and Description |
|---|---|
default List<JsonSchema> |
JsonSchema.getAdditionalItems() |
List<JsonSchema> |
JsonSchema.Jsii$Proxy.getAdditionalItems() |
default List<JsonSchema> |
JsonSchema.getAllOf() |
List<JsonSchema> |
JsonSchema.Jsii$Proxy.getAllOf() |
default List<JsonSchema> |
JsonSchema.getAnyOf() |
List<JsonSchema> |
JsonSchema.Jsii$Proxy.getAnyOf() |
default Map<String,JsonSchema> |
JsonSchema.getDefinitions() |
Map<String,JsonSchema> |
JsonSchema.Jsii$Proxy.getDefinitions() |
default List<JsonSchema> |
JsonSchema.getOneOf() |
List<JsonSchema> |
JsonSchema.Jsii$Proxy.getOneOf() |
default Map<String,JsonSchema> |
JsonSchema.getPatternProperties() |
Map<String,JsonSchema> |
JsonSchema.Jsii$Proxy.getPatternProperties() |
default Map<String,JsonSchema> |
JsonSchema.getProperties() |
Map<String,JsonSchema> |
JsonSchema.Jsii$Proxy.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
JsonSchema.Builder |
JsonSchema.Builder.additionalProperties(JsonSchema additionalProperties)
Sets the value of
getAdditionalProperties() |
JsonSchema.Builder |
JsonSchema.Builder.contains(JsonSchema contains)
Sets the value of
getContains() |
JsonSchema.Builder |
JsonSchema.Builder.items(JsonSchema items)
Sets the value of
getItems() |
JsonSchema.Builder |
JsonSchema.Builder.not(JsonSchema not)
Sets the value of
getNot() |
JsonSchema.Builder |
JsonSchema.Builder.propertyNames(JsonSchema propertyNames)
Sets the value of
getPropertyNames() |
ModelProps.Builder |
ModelProps.Builder.schema(JsonSchema schema)
Sets the value of
ModelOptions.getSchema() |
Model.Builder |
Model.Builder.schema(JsonSchema schema)
The schema to use to transform data to one or more output formats.
|
ModelOptions.Builder |
ModelOptions.Builder.schema(JsonSchema schema)
Sets the value of
ModelOptions.getSchema() |
| Modifier and Type | Method and Description |
|---|---|
JsonSchema.Builder |
JsonSchema.Builder.additionalItems(List<? extends JsonSchema> additionalItems)
Sets the value of
getAdditionalItems() |
JsonSchema.Builder |
JsonSchema.Builder.allOf(List<? extends JsonSchema> allOf)
Sets the value of
getAllOf() |
JsonSchema.Builder |
JsonSchema.Builder.anyOf(List<? extends JsonSchema> anyOf)
Sets the value of
getAnyOf() |
JsonSchema.Builder |
JsonSchema.Builder.contains(List<? extends JsonSchema> contains)
Sets the value of
getContains() |
JsonSchema.Builder |
JsonSchema.Builder.definitions(Map<String,? extends JsonSchema> definitions)
Sets the value of
getDefinitions() |
JsonSchema.Builder |
JsonSchema.Builder.items(List<? extends JsonSchema> items)
Sets the value of
getItems() |
JsonSchema.Builder |
JsonSchema.Builder.oneOf(List<? extends JsonSchema> oneOf)
Sets the value of
getOneOf() |
JsonSchema.Builder |
JsonSchema.Builder.patternProperties(Map<String,? extends JsonSchema> patternProperties)
Sets the value of
getPatternProperties() |
JsonSchema.Builder |
JsonSchema.Builder.properties(Map<String,? extends JsonSchema> properties)
Sets the value of
getProperties() |
Copyright © 2022. All rights reserved.