Uses of Class
software.aws.awsprototypingsdk.openapigateway.DocumentationFormat
-
-
Uses of DocumentationFormat in software.aws.awsprototypingsdk.openapigateway
Methods in software.aws.awsprototypingsdk.openapigateway that return DocumentationFormat Modifier and Type Method Description static DocumentationFormatDocumentationFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentationFormat[]DocumentationFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.aws.awsprototypingsdk.openapigateway that return types with arguments of type DocumentationFormat Modifier and Type Method Description default List<DocumentationFormat>OpenApiGatewayProjectOptions. getDocumentationFormats()(experimental) Formats to generate documentation in.List<DocumentationFormat>OpenApiGatewayProjectOptions.Jsii$Proxy. getDocumentationFormats()List<DocumentationFormat>OpenApiGatewayPythonProjectOptions.Jsii$Proxy. getDocumentationFormats()List<DocumentationFormat>OpenApiGatewayTsProjectOptions.Jsii$Proxy. getDocumentationFormats()Method parameters in software.aws.awsprototypingsdk.openapigateway with type arguments of type DocumentationFormat Modifier and Type Method Description OpenApiGatewayProjectOptions.BuilderOpenApiGatewayProjectOptions.Builder. documentationFormats(List<? extends DocumentationFormat> documentationFormats)Sets the value ofOpenApiGatewayProjectOptions.getDocumentationFormats()OpenApiGatewayPythonProject.BuilderOpenApiGatewayPythonProject.Builder. documentationFormats(List<? extends DocumentationFormat> documentationFormats)(experimental) Formats to generate documentation in.OpenApiGatewayPythonProjectOptions.BuilderOpenApiGatewayPythonProjectOptions.Builder. documentationFormats(List<? extends DocumentationFormat> documentationFormats)Sets the value ofOpenApiGatewayProjectOptions.getDocumentationFormats()OpenApiGatewayTsProject.BuilderOpenApiGatewayTsProject.Builder. documentationFormats(List<? extends DocumentationFormat> documentationFormats)(experimental) Formats to generate documentation in.OpenApiGatewayTsProjectOptions.BuilderOpenApiGatewayTsProjectOptions.Builder. documentationFormats(List<? extends DocumentationFormat> documentationFormats)Sets the value ofOpenApiGatewayProjectOptions.getDocumentationFormats()
-