Uses of Class
software.aws.awsprototypingsdk.cdkgraphplugindiagram.DiagramFormat
-
-
Uses of DiagramFormat in software.aws.awsprototypingsdk.cdkgraphplugindiagram
Methods in software.aws.awsprototypingsdk.cdkgraphplugindiagram that return DiagramFormat Modifier and Type Method Description static DiagramFormatDiagramFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static DiagramFormat[]DiagramFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.aws.awsprototypingsdk.cdkgraphplugindiagram with parameters of type DiagramFormat Modifier and Type Method Description static StringCdkGraphDiagramPlugin. artifactFilename(String name, DiagramFormat format)(experimental) Get standardized artifact file name for diagram artifacts.static StringCdkGraphDiagramPlugin. artifactId(String name, DiagramFormat format)(experimental) Get standardized artifact id for diagram artifacts.software.aws.awsprototypingsdk.cdkgraph.CdkGraphArtifactCdkGraphDiagramPlugin. getDiagramArtifact(String name, DiagramFormat format)(experimental) Get diagram artifact for a given name and format.
-