Uses of Enum Class
software.amazon.awscdk.services.apigateway.JsonSchemaType
Packages that use JsonSchemaType
-
Uses of JsonSchemaType in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return JsonSchemaTypeModifier and TypeMethodDescriptionstatic JsonSchemaTypeReturns the enum constant of this class with the specified name.static JsonSchemaType[]JsonSchemaType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.apigateway with parameters of type JsonSchemaTypeModifier and TypeMethodDescriptionJsonSchema.Builder.type(JsonSchemaType type) Sets the value ofJsonSchema.getType()Method parameters in software.amazon.awscdk.services.apigateway with type arguments of type JsonSchemaTypeModifier and TypeMethodDescriptionJsonSchema.Builder.type(List<? extends JsonSchemaType> type) Sets the value ofJsonSchema.getType()